1. c363323 mapper: Add GetAssociatedSubTreePathsById and GetAssociatedSubTreeById by Lakshmi Yadlapati · 9 months ago
  2. 9052ebd clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  3. 47b68cb clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  4. 670edd1 clang-format: update with latest by Patrick Williams · 1 year, 11 months ago
  5. 58881d0 mapper: Add Associated subtree method definition by Willy Tu · 2 years, 3 months ago
  6. aba14d3 test: Add dbus handler unit tests by Willy Tu · 1 year, 11 months ago
  7. 60ffc24 mapperx: Use lambdas and move by William A. Kennington III · 2 years, 1 month ago
  8. 5b4357d add Associations endpoints change delay timer by Kallas, Pawel · 2 years, 3 months ago
  9. 4824820 ignore unique-name dbus connections by Patrick Williams · 2 years, 3 months ago
  10. 1e94e60 mapper: remove configurable service allowlists by Brad Bishop · 2 years, 7 months ago
  11. 86d2880 treewide: prefer std::starts_with to boost by Brad Bishop · 2 years, 6 months ago
  12. f6ebfc7 main: Fix getSubTree & getSubTreePaths partial match by Brandon Kim · 2 years, 6 months ago
  13. cc8070b sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  14. 82720f0 main: Match getSubTrees* to GetAncestors pattern by Brandon Kim · 2 years, 6 months ago
  15. 964681c Modernize mapper core types by Ed Tanous · 2 years, 6 months ago
  16. d554232 mapper: remove service deny list feature by Brad Bishop · 2 years, 7 months ago
  17. cd7bf52 mapper: remove unused ifaceAllowList by Brad Bishop · 2 years, 7 months ago
  18. d6aa552 meson: add support for debug by Brad Bishop · 2 years, 7 months ago
  19. ea11946 main: Add unhandled exception debug information by Brad Bishop · 2 years, 7 months ago
  20. 1f62380 lint: fix trivial clang tidy errors by Brad Bishop · 2 years, 7 months ago
  21. a098a37 style: comply with OpenBMC style guidelines by Brad Bishop · 2 years, 8 months ago
  22. f944a45 naming: be inclusive by Brad Bishop · 2 years, 8 months ago
  23. 2352088 clang-format: update to OpenBMC latest by Brad Bishop · 2 years, 7 months ago
  24. b15df6b Use sdbusplus exception instead of the custom one by Konstantin Aladyshev · 3 years ago
  25. 0a13c76 Move mapper methods to free functions by Ed Tanous · 3 years, 3 months ago
  26. a02cd54 meson.build: drop config.h by Brad Bishop · 3 years, 3 months ago
  27. bedd416 exception: add errno by Patrick Williams · 3 years, 4 months ago
  28. 2d41d6a build: fix unused-parameter warnings by Brad Bishop · 3 years, 5 months ago
  29. bb40bd3 Introduced retries for timeout on do_associatons by Adrian Ambrożewicz · 3 years, 11 months ago
  30. 3735ea2 exception: switch from org.freedesktop to openbmc by Patrick Williams · 4 years, 2 months ago
  31. 21c6059 Fix includes and update to latest io_context by Ed Tanous · 4 years, 5 months ago
  32. 64354ef Announce service availability on D-Bus after all initialization by Vishwanatha Subbanna · 4 years, 5 months ago
  33. 2bb2d6b sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 8 months ago
  34. b05bc12 sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 8 months ago
  35. c52be0d Add a retry mechanism for introspection by Vernon Mauery · 5 years ago
  36. d0cf942 Drop support for old association interface by John Wang · 5 years ago
  37. 5eddf44 Use config.h constants by Matt Spinler · 6 years ago
  38. 9c3d285 Handle losing association endpoints by Matt Spinler · 6 years ago
  39. 11401e2 Check for pending associations by Matt Spinler · 6 years ago
  40. e0b0e3a Check for missing endpoints when adding assocs by Matt Spinler · 6 years ago
  41. e2359fb Gather association maps into a single structure by Matt Spinler · 6 years ago
  42. 35396c1 Move common types into a common header by Matt Spinler · 6 years ago
  43. 8f876a5 Support the new association defs interface by Matt Spinler · 6 years ago
  44. 7046189 unit-test: Move processing of interfaces added by Andrew Geissler · 6 years ago
  45. 4511b33 unit-test: Move associationChanged() by Andrew Geissler · 6 years ago
  46. 7f1c44d unit-test: Move checkAssociationEndpointRemoves by Andrew Geissler · 6 years ago
  47. ff5ce92 unit-test: Move removeAssociationEndpoints() by Andrew Geissler · 6 years ago
  48. 2067926 unit-test: Test deleting entry on name change by Andrew Geissler · 6 years ago
  49. a80a3af unit-test: Create initial associations file by Andrew Geissler · 6 years ago
  50. 67e5a42 unit-test: Add all required parameters to removeAssociation by Andrew Geissler · 6 years ago
  51. 82815da unit-test: Test need_to_introspect function by Andrew Geissler · 6 years ago
  52. 3b025e6 unit-test: Introduce unit tests to phosphor-objmgr by Andrew Geissler · 6 years ago
  53. 09be576 mapper: Support association property removes by Matt Spinler · 6 years ago
  54. 937a232 mapper: Keep track of association owners by Matt Spinler · 6 years ago
  55. d732287 Fix looking for objects on root path by James Feist · 6 years ago
  56. a82779f mapper: Delete unecessary parent paths on removes by Matt Spinler · 6 years ago
  57. 1b4a502 mapper: Add missing parent paths in ifaces-added by Matt Spinler · 6 years ago
  58. 8ce2ddd mapper: Don't stop after first GetAncestors result by Matt Spinler · 6 years ago
  59. 47c0975 Filter results of GetAncestors by Matt Spinler · 6 years ago
  60. 6a39e8c mapper: Don't fail on some empty results by Matt Spinler · 6 years ago
  61. d4dd96a Remove interface filter by Ed Tanous · 6 years ago
  62. 50232cd Mapper: Remove unused ObjectManager usage by Ed Tanous · 6 years ago
  63. 153494e mapper: Don't return the input path in GetSubTree by Matt Spinler · 6 years ago
  64. 5935b1e mapper: Fix GetSubTree bug in the c++ mapper by Ed Tanous · 6 years ago
  65. ea6516c Don't return the input path in GetAncestors by Matt Spinler · 6 years ago
  66. aecabe8 Remove good path trace statements by Matt Spinler · 6 years ago
  67. 1036b4d Add full Associations support by Matt Spinler · 6 years ago
  68. cc74e4b Use auto for a complicated type by Matt Spinler · 6 years ago
  69. 7a38d41 Filter results of GetObject by Matt Spinler · 6 years ago
  70. 9f0958e Filter results of GetSubTree by Matt Spinler · 6 years ago
  71. dd94586 Add service and interface whitelist/blacklists by Matt Spinler · 6 years ago
  72. 6052063 Implement Mapper in C++/sdbusplus/asio by Ed Tanous · 7 years ago