1. 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 2 years ago
  2. 946c940 Request name with default non-zero flags by Michal Orzel · 2 years ago
  3. 5d81ca2 bus: Add function for checking open status by William A. Kennington III · 2 years, 4 months ago
  4. 94865b3 bus: Return the value of wait by William A. Kennington III · 2 years, 4 months ago
  5. 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 2 years, 6 months ago
  6. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years, 6 months ago
  7. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 7 months ago
  8. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 7 months ago
  9. 6649221 bus: reduce forward declaration for friendship by Patrick Williams · 3 years, 4 months ago
  10. 0f282c4 bus: shorten bus type by Patrick Williams · 3 years, 4 months ago
  11. 10d7aa1 message: shorten message type by Patrick Williams · 3 years, 4 months ago
  12. b466765 catch exceptions as const by Patrick Williams · 3 years, 6 months ago
  13. 0c8136a enable building with clang by Patrick Williams · 3 years, 7 months ago
  14. 4b64623 clang-format fixes for latest by Patrick Williams · 4 years, 1 month ago
  15. 32ffb03 server: un-inline various large functions by Patrick Williams · 4 years, 5 months ago
  16. e4f21df message: Declare getters as const member functions by Waqar Hameed · 4 years, 5 months ago
  17. 7f66425 build: split source and header directories by Patrick Williams · 4 years, 10 months ago[Renamed from sdbusplus/bus.hpp]
  18. 127b8ab clang-format: sync from docs master .clang-format by Patrick Williams · 4 years, 10 months ago
  19. 01ac5ca clang-format: reformat for clang-10 by Patrick Williams · 4 years, 10 months ago
  20. 6805284 remove usage of WANT_TRANSACTION option by Patrick Williams · 4 years, 10 months ago[Renamed (98%) from sdbusplus/bus.hpp.in]
  21. 8cd7a4a Fix warnings in forward declarations by Ed Tanous · 6 years ago
  22. b5a8446 bus: Add chrono types for timeouts by William A. Kennington III · 6 years ago
  23. 062205d bus: Only close connections we own by William A. Kennington III · 6 years ago
  24. 34fdbf3 bus: Add missing sd_bus_open() equivalent by William A. Kennington III · 6 years ago
  25. 42f6ad5 bus: Add explicit flush and close operations by William A. Kennington III · 6 years ago
  26. 7583460 bus: route bus deleter to implementation by Brad Bishop · 6 years ago
  27. b4cc7d7 style: run clang-format on bus/server.hpp.in by Brad Bishop · 6 years ago
  28. 8ca6025 sdbusplus: better mirror bus aquisition methods by Vernon Mauery · 6 years ago
  29. 841d8d3 bus: check if D-Bus service name request was successful by Waqar Hameed · 6 years ago
  30. 079fb85 bus/call: Clarify error sources by William A. Kennington III · 6 years ago
  31. 5b701c6 bus: Add sd_bus_call() helper that ignores errors by William A. Kennington III · 7 years ago
  32. b575518 Add return code checking for process discard by James Feist · 7 years ago
  33. 2ea15b7 sdbusplus/ sort headers by Patrick Venture · 7 years ago
  34. 68cb170 SdBusError: Really own the sd_bus_error by William A. Kennington III · 7 years ago
  35. cb582e0 SdBusInterface: Add missing methods by William A. Kennington III · 7 years ago
  36. 9ff25f7 SdBusImpl: Expose the global sdbus_impl by William A. Kennington III · 7 years ago
  37. 284a0f9 Add boost asio async connection by James Feist · 7 years ago
  38. ec9236d bus/new_{method,signal}: Implement error handling for underlying errors by William A. Kennington III · 7 years ago
  39. 49e4bdc bus/process: Implement error handling for sd_bus_process calls by William A. Kennington III · 7 years ago
  40. 55d6686 bus/call: Implement exception handling on call failures by William A. Kennington III · 7 years ago
  41. b9a1e19 sdbusplus::bus::bus Add getInterface() method by Patrick Venture · 7 years ago
  42. ff09568 sdbusplus::bus::bus Add sdbus interface injection by Patrick Venture · 7 years ago
  43. 4c3427c sdbusplus::message::message Add sdbus interface injection by Patrick Venture · 7 years ago
  44. b4041d4 bus: add wrapper for sd_bus_list_names by Patrick Williams · 8 years ago
  45. c69def6 match: move to bus namespace by Christian Andersen · 8 years ago
  46. d294557 Add wrappers for emit_interfaces_added/removed by Brad Bishop · 8 years ago
  47. ba6f50c bus: change constructor semantics by Patrick Williams · 8 years ago
  48. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 8 years ago[Renamed (99%) from sdbusplus/bus.hpp]
  49. bee1a6a transaction: avoid recursive sdbus calls by Patrick Williams · 8 years ago
  50. 9a0baf5 Add wrappers for sd_bus object added/removed by Brad Bishop · 8 years ago
  51. 8ac39ee bus: Add interface for sd-event by Yi Li · 8 years ago
  52. 6312225 message: Add get bus function by Adriana Kobylak · 8 years ago
  53. c549677 bus: Add get_unique_name method by Adriana Kobylak · 8 years ago
  54. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 8 years ago
  55. 2ae86cd bus: wrap response sd_bus_message into sdbusplus::message by Christian Andersen · 8 years ago
  56. ebd6b9c match: add signal callback registerer by Patrick Williams · 8 years ago
  57. c7ba66f bus: add process_discard method for server operation by Patrick Williams · 8 years ago
  58. 20d8246 message: add signal interfaces by Patrick Williams · 8 years ago
  59. d1102f4 object: add binding for 'sd_bus_emit_object_added/removed by Patrick Williams · 8 years ago
  60. 425dc9b bus: fix method_return by Patrick Williams · 8 years ago
  61. 05aab8b manager: add binding for sd_bus_add_object_manager by Patrick Williams · 8 years ago
  62. 13f1ef7 interface: add binding for sd_bus_add_object_vtable by Patrick Williams · 8 years ago
  63. 67df0f2 bus: change destructor to just 'unref' by Patrick Williams · 8 years ago
  64. cae30a0 bus: 'method_return' for responding to method-calls by Patrick Williams · 8 years ago
  65. 887ebf6 bus: use infinity for default timeout by Brad Bishop · 8 years ago
  66. aed8179 bus: inline getters by Brad Bishop · 8 years ago
  67. 13b97c5 bus::process: use message::message by Patrick Williams · 9 years ago
  68. 7802c07 Migrate bus to message bindings by Patrick Williams · 9 years ago
  69. 5b48579 Add bus bindings by Patrick Williams · 9 years ago