| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | sdbusplus/ sort headers | Patrick Venture | 2018-07-09 | 1 | -5/+5 | |
| * | Support to skip property changed signal | Richard Marian Thomaiyar | 2018-07-09 | 3 | -8/+25 | |
| * | test/message/read: Test that our error handling cases work | William A. Kennington III | 2018-07-09 | 1 | -6/+236 | |
| * | test/message/read: Add missing variant skip | William A. Kennington III | 2018-07-09 | 1 | -0/+18 | |
| * | gitignore: Add all autogenerated files | William A. Kennington III | 2018-07-09 | 1 | -0/+61 | |
| * | test/message/read: Use googletest and mocks | William A. Kennington III | 2018-07-09 | 2 | -435/+301 | |
| * | test/message/append: Use googletest and mocks | William A. Kennington III | 2018-07-09 | 2 | -606/+306 | |
| * | test/type_traits: Convert to gtest | William A. Kennington III | 2018-07-09 | 2 | -12/+17 | |
| * | bootstrap: Error out on failures | William A. Kennington III | 2018-07-09 | 1 | -0/+2 | |
| * | SdBusError: Add test cases | William A. Kennington III | 2018-07-09 | 2 | -0/+157 | |
| * | SdBusError: Fix missing move | William A. Kennington III | 2018-07-09 | 1 | -1/+3 | |
| * | SdBusError: Fix initialization checks | William A. Kennington III | 2018-07-09 | 1 | -3/+10 | |
| * | SdBusError: Really own the sd_bus_error | William A. Kennington III | 2018-07-09 | 3 | -6/+9 | |
| * | SdBusError: Add Dependency Injection for the SdBusInterface | William A. Kennington III | 2018-07-09 | 2 | -10/+24 | |
| * | sdbus: Add some sd_bus_error_* functions for mocking | William A. Kennington III | 2018-07-09 | 2 | -0/+28 | |
| * | sdbus_mock: Fix missing bus include | William A. Kennington III | 2018-07-09 | 1 | -0/+1 | |
| * | test: Support mocking with googletest | William A. Kennington III | 2018-07-09 | 2 | -2/+28 | |
| * | tests: Add code coverage | William A. Kennington III | 2018-07-09 | 3 | -5/+26 | |
| * | SdBusInterface: Add missing methods | William A. Kennington III | 2018-07-09 | 4 | -2/+16 | |
| * | SdBusImpl: Expose the global sdbus_impl | William A. Kennington III | 2018-07-09 | 4 | -5/+6 | |
| * | Allow public access to raw message object | Ed Tanous | 2018-07-09 | 1 | -1/+4 | |
| * | configure: Fix googletest depedence | William A. Kennington III | 2018-06-29 | 1 | -1/+1 | |
| * | Add sbusplus properties server | James Feist | 2018-06-27 | 5 | -0/+593 | |
| * | Add boost asio async connection | James Feist | 2018-06-27 | 10 | -2/+380 | |
| * | tests: Write our own assert() | William A. Kennington III | 2018-06-27 | 2 | -152/+177 | |
| * | tests: Makefile flags cleanup | William A. Kennington III | 2018-06-27 | 1 | -24/+16 | |
| * | configure: Make gtest detection more flexible | William A. Kennington III | 2018-06-27 | 2 | -4/+51 | |
| * | tests: Fix memory leak from sd_bus calls | William A. Kennington III | 2018-06-27 | 2 | -4/+13 | |
| * | autotools: Simple changes for uniformity | William A. Kennington III | 2018-06-27 | 3 | -1/+5 | |
| * | test: Makefile.am: add missing exception dependency | Patrick Venture | 2018-06-27 | 1 | -4/+11 | |
| * | bus/new_{method,signal}: Implement error handling for underlying errors | William A. Kennington III | 2018-06-22 | 1 | -4/+12 | |
| * | bus/process: Implement error handling for sd_bus_process calls | William A. Kennington III | 2018-06-22 | 1 | -2/+10 | |
| * | bus/call: Implement exception handling on call failures | William A. Kennington III | 2018-06-22 | 1 | -2/+15 | |
| * | property: Add errors support | Adriana Kobylak | 2018-06-12 | 6 | -2/+53 | |
| * | property: Move property template to its own file | Adriana Kobylak | 2018-06-12 | 4 | -99/+112 | |
| * | Adding Richard as reviewer | Richard Marian Thomaiyar | 2018-06-12 | 1 | -1/+2 | |
| * | sdbusplus:: dbus-interfaces generated use inteface | Patrick Venture | 2018-05-30 | 4 | -8/+27 | |
| * | sdbusplus::server::object Add sdbus interface | Patrick Venture | 2018-05-30 | 1 | -6/+12 | |
| * | sdbusplus::server::interface:: Add sdbus interface | Patrick Venture | 2018-05-30 | 3 | -6/+45 | |
| * | sdbusplus testing add new_mock method | Patrick Venture | 2018-05-30 | 1 | -0/+11 | |
| * | message: Add error handling to sd_bus_message calls | William A. Kennington III | 2018-05-29 | 1 | -25/+119 | |
| * | Fix test/Makefile.am to pass build on x86-64 SDK | Lei YU | 2018-05-29 | 1 | -3/+11 | |
| * | exception: Add an exception for holding sd_bus_errors | William A. Kennington III | 2018-05-29 | 2 | -0/+111 | |
| * | sdbusplus::server::manager:: leverage getInterface | Patrick Venture | 2018-05-29 | 3 | -2/+16 | |
| * | sdbusplus::bus::bus Add getInterface() method | Patrick Venture | 2018-05-29 | 1 | -0/+9 | |
| * | sdbusplus::bus::bus Add sdbus interface injection | Patrick Venture | 2018-05-29 | 4 | -67/+297 | |
| * | sdbusplus::message::message Add sdbus interface injection | Patrick Venture | 2018-05-29 | 5 | -172/+266 | |
| * | Added sdbusplus::sdbus Interface and Mock | Patrick Venture | 2018-05-29 | 4 | -1/+268 | |
| * | Add MAINTAINERS file | Andrew Jeffery | 2018-05-21 | 1 | -0/+49 | |
| * | Spelling fixes | Gunnar Mills | 2018-04-27 | 0 | -0/+0 | |

