| Age | Commit message (Expand) | Author |
| 2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all s... | David Marcec |
| 2018-11-17 | Implemented CalculateStandardUserSystemClockDifferenceByUser | David Marcec |
| 2018-11-10 | Added maybe_unused | David Marcec |
| 2018-11-10 | Added ToPosixTime & ToPosixTimeWithMyRule | David Marcec |
| 2018-11-10 | Added consts and static | David Marcec |
| 2018-11-10 | Implement GetClockSnapshot | David Marcec |
| 2018-09-10 | hle/service: Default constructors and destructors in the cpp file where appli... | Lioncash |
| 2018-08-07 | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash |
| 2018-07-25 | Merge pull request #801 from lioncash/time | Mat M |
| 2018-07-25 | time: Add the time:a service | Lioncash |
| 2018-07-24 | time: Simplify interface creation | Lioncash |
| 2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage |
| 2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash |
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe |
| 2018-06-01 | Service/time: implement posix time to calendar conversion | mailwl |
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash |
| 2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash |
| 2018-04-24 | time: Move logging macros over to new fmt-compatible ones | Lioncash |
| 2018-04-19 | service: Use nested namespace specifiers where applicable | Lioncash |
| 2018-04-17 | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 |
| 2018-03-19 | Clean Warnings (?) | N00byKing |
| 2018-02-23 | time: Add missing time:s functions, used for libnx | shinyquagsire23 |
| 2018-02-21 | time: Add GetStandardLocalSystemClock, used by libnx | shinyquagsire23 |
| 2018-02-07 | Service: stub some functions in am, audio, time, vi services | mailwl |
| 2018-02-04 | logger: Add Time service logging category. | bunnei |
| 2018-01-25 | time: Implement ISteadyClock::GetCurrentTimePoint. | bunnei |
| 2018-01-24 | time: Stub GetSystemClockContext function. | bunnei |
| 2018-01-24 | hle: Rename RequestBuilder to ResponseBuilder. | bunnei |
| 2018-01-24 | service: Fix all incorrect IPC response headers. | bunnei |
| 2018-01-24 | Fix time returning epoch time in milliseconds rather than in seconds | gdkchan |
| 2018-01-22 | Services: Added a todo about returning interfaces as domain objects in lm, hi... | Subv |
| 2018-01-22 | Time: Don't create unnecessary ports when retrieving the clock service sessions. | Subv |
| 2018-01-20 | service/time: remove accidental #pragmas | tgsm |
| 2018-01-19 | Merge pull request #97 from bunnei/time-stub | bunnei |
| 2018-01-19 | time: Add new line to ends of files. | bunnei |
| 2018-01-19 | time: Stub out GetTotalLocationNameCount and some cleanup. | bunnei |
| 2018-01-18 | time: Fix use of CamelCase in ToCalendarTimeWithMyRule | Rozlette |
| 2018-01-18 | time: Refactor time:* to use a single shared module | Rozlette |
| 2018-01-17 | TIME: consolidate time:* interfaces, stub functions and structs | Rozlette |
| 2018-01-14 | time: Implement GetStandardUserSystemClock, GetCurrentTime. | bunnei |