- 3867926 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 4 months ago
- 59cc209 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 4 months ago
- 261525d Fix cppcheck warnings by George Liu · 2 years, 5 months ago
- 15acddc Update clang-format by George Liu · 2 years, 5 months ago
- 0fb8ed4 meson: update dependency by George Liu · 2 years, 5 months ago
- 947b534 logging: switch to lg2 by George Liu · 2 years, 5 months ago
- f344f84 Remove is_method_error method by George Liu · 2 years, 5 months ago
- a3b59bc systemd: use qualified path by Brad Bishop · 2 years, 6 months ago
- 076f9ec Add OWNERS file by Manojkiran Eda · 3 years, 1 month ago
- 3e16f77 build: remove explicit C++ standard check by Patrick Williams · 3 years, 1 month ago
- 915109d build: switch to C++20 by Patrick Williams · 3 years, 1 month ago
- 295b96b exception: switch to public sdbus exception by Patrick Williams · 3 years, 2 months ago
- 9c02e7e service: Fix binary name by William A. Kennington III · 3 years, 6 months ago
- 6fa227f service: Remove waiting on host by William A. Kennington III · 3 years, 6 months ago
- d04eeab Update README by Ratan Gupta · 3 years, 9 months ago
- f901e9c Move service file into its own repo by Ratan Gupta · 3 years, 9 months ago
- 53523b0 Removing the autotools build framework by Ratan Gupta · 3 years, 9 months ago
- 7252bea bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 7 months ago
- 8af2a89 Enable Meson Build system for phoshphor-time-manager by Ratan Gupta · 3 years, 10 months ago
- 1e1dc44 Fixing the unused variable compiler issue by Ratan Gupta · 3 years, 10 months ago
- c6d3397 clang-format: update to latest from docs repo by George Liu · 4 years, 5 months ago
- 0a70452 Remove Deferred Updates by George Liu · 4 years, 7 months ago
- 3de9698 clang-format: Add AfterCaseLabel option from clang-10 by George Liu · 4 years, 6 months ago
- 3c2f449 Remove TimeOwner Feature by George Liu · 4 years, 7 months ago
- c09ac3f sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 6 months ago
- 5b746c7 sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 6 months ago
- 248a709 MAINTAINERS: Add Lei's IRC nickname by Lei YU · 4 years, 9 months ago
- c8babd3 Add vishwa as Maintainer by Vishwanatha Subbanna · 4 years, 9 months ago
- 66bc0a5 build: install into bin instead of sbin by Patrick Venture · 6 years ago
- 6aca02e build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
- a8741b5 README: Add special note on NTP setting change by Lei YU · 6 years ago
- 4e84539 Use a single dbus connection object by Brad Bishop · 6 years ago
- 37539dc build: Add missing inclusion of phosphor-logging by Patrick Venture · 6 years ago
- 1f1d8e0 Fix std::variant usage by William A. Kennington III · 6 years ago
- ab4cc6a clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
- 19b37ee Enable link time optimization by Lei YU · 6 years ago
- 1cd4248 Fix un-initialized time owner/mode in manager by Lei YU · 6 years ago
- 89efe6e Handle SdBusError exception in setting NTP by Lei YU · 6 years ago
- bae8d7a Handle SdBusError exception in setting time by Lei YU · 6 years ago
- f6fad82 Use proper errors when failing to set time by Lei YU · 6 years ago
- 86c83f3 Throw runtime_error instead of MethodEror by Lei YU · 6 years ago
- bd02439 Use correct gtest/gmock flags by Lei YU · 6 years ago
- 33752c7 Throw excpetion when it is not allowed to set time by Lei YU · 6 years ago
- 85c04d6 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
- 7aa715b Follow secure coding standards for interactions with the mapper by Ed Tanous · 7 years ago
- 75710b6 Spelling fixes by Gunnar Mills · 7 years ago
- a111b9f Enhance documentation with more examples by Andrew Geissler · 7 years ago
- fa02488 Fix incorrect host time after setting BMC time in NTP/Split by Lei YU · 7 years ago
- 4726380 Fix incorrect host time issue switching to SPLIT by Lei YU · 7 years ago
- 7f25c53 Spelling fixes by Gunnar Mills · 7 years ago
- 383b712 Grammar fixes for README.md by Gunnar Mills · 7 years ago
- 7d05550 Fix table format in README.md by Lei YU · 7 years ago
- debe1d8 Use host state object to check if host is on by Lei YU · 7 years ago
- 88ad42b Remove use_dhcp_ntp related code by Lei YU · 7 years ago
- 1c2ce82 Let timedate1 to decide on setting time in NTP mode by Lei YU · 7 years ago
- 710d49b Use new settings API by Lei YU · 7 years ago
- ad14354 Use time mode owner enums in dbus interface by Lei YU · 7 years ago
- 86d8041 Use elog to throw exceptions by Lei YU · 7 years ago
- 23d06af Add repo specific errors by Lei YU · 7 years ago
- 57eab12 Change default time mode/owner to MANUAL/BOTH by Lei YU · 7 years ago
- dd8e9e4 Use mapper to find service name by Lei YU · 8 years ago
- ddd5442 Implement mode/owner and string conversions by Lei YU · 8 years ago
- 91910e6 Remove unused legacy files by Lei YU · 8 years ago
- a5003ce Use gmock on property_change_listener by Lei YU · 8 years ago
- 6903277 Add README.md by Lei YU · 8 years ago
- a741713 Invoke SetNTP and UpdateUseNtpField in time manager by Lei YU · 8 years ago
- 7b21879 Implement HostEpoch set time logic by Lei YU · 8 years ago
- 7f4fca5 Save properties to persistent storage when host is on by Lei YU · 8 years ago
- c6fe869 Add pgood signal handler. by Lei YU · 8 years ago
- 415b964 Add time Manager to handle property changes callback by Lei YU · 8 years ago
- af5abc5 Initial implementation of HostEpoch by Lei YU · 8 years ago
- e7abcdc Implement BmcEpoch set/get elapsed() by Lei YU · 8 years ago
- bef42ed Add .gitignore by Lei YU · 8 years ago
- 9623282 Implement part of BmcEpoch by Lei YU · 8 years ago
- 2f9c0cc Intialize new phosphor-time-manager by Lei YU · 8 years ago
- 4188567 Switch to using new settings API by Deepak Kodihalli · 7 years ago
- 20ed79e Add API to retrieve settings by Deepak Kodihalli · 7 years ago
- eaee455 Use error message thrown by timedate1 service by Vishwanatha Subbanna · 7 years ago
- 25b4ce9 Default Mode and Owner to MANUAL and BOTH respectively by Vishwanatha Subbanna · 7 years ago
- 2a96cfc Halt configure step on libmapper missing by Matthew Barth · 8 years ago
- f521145 automake: update bootstrap.sh and configure.ac with latest template by Patrick Williams · 8 years ago
- 760b72e time-manager: fix warning for unused variables by Patrick Williams · 8 years ago
- 6964ed1 time-config: fix warning for missing return in non-void function by Patrick Williams · 8 years ago
- ef52f03 time-config: fix warning on no-effect conditional by Patrick Williams · 8 years ago
- 6a07ddb time-config: fix warning for incorrect constructor order by Patrick Williams · 8 years ago
- d5ba008 time-config: fix compile warning by Patrick Williams · 8 years ago
- f0c91c0 Reduce explicit template parameters in writeData by Patrick Williams · 8 years ago
- 81ee91f Add TimeManager daemon to openbmc by Vishwanatha · 8 years ago
- 008d349 Initial commit by Patrick Williams · 8 years ago