summaryrefslogtreecommitdiff
path: root/src/timedate
Commit message (Expand)AuthorAgeFilesLines
* Revert "timedated: manage systemd-timesyncd directly instead of lists of alte...Zbigniew Jędrzejewski-Szmek2014-11-021-94/+160
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering2014-08-181-4/+4
* Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering2014-08-151-3/+3
|\
| * sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter2014-08-151-3/+3
* | sd-bus: add API to check if a client has privilegesLennart Poettering2014-08-151-4/+4
|/
* bus: always explicitly close bus from main programsLennart Poettering2014-08-042-3/+3
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* core: only set the kernel's timezone when the RTC runs in local timeKay Sievers2014-07-271-3/+4
* timedated: manage systemd-timesyncd directly instead of lists of alternativesKay Sievers2014-07-091-160/+94
* shared: make timezone and locale enumeration and validation genericLennart Poettering2014-07-072-106/+7
* timedated: refuse manual system time updates when automatic timesync is enabledKay Sievers2014-05-241-33/+13
* clock-util: clock_[sg]et_time() -> clock_[sg]et_hwclock()Kay Sievers2014-05-241-6/+5
* shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers2014-05-241-9/+9
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-1/+1
* rename timedate-sntp to timesyncKay Sievers2014-04-283-912/+0
* timedatectl: avoid using uninitialized varThomas Hindoe Paaboel Andersen2014-04-141-37/+42
* timedated: ignore initial delta in history dataKay Sievers2014-04-101-3/+7
* timedated: adjust accuracy and slew valuesKay Sievers2014-03-311-12/+12
* timedate: fix numerous grammar errors in comments and output/debug messagesJason St. John2014-03-243-40/+38
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-1/+6
* timedated: do not reset poll interval with a spikeKay Sievers2014-03-211-1/+1
* timedated: update test addressKay Sievers2014-03-181-1/+1
* timedatectl: clear ADJ_MAXERROR to make sure we keep STA_SYNC setKay Sievers2014-03-181-6/+4
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-171-1/+1
* timedated: move test logging to test programKay Sievers2014-03-173-7/+20
* timedated: update spike handlingKay Sievers2014-03-161-13/+13
* timedated: update spike handlingKay Sievers2014-03-161-44/+46
* timedated: handle external system time changesKay Sievers2014-03-161-31/+147
* timedated: print delay and jitter in debug outputKay Sievers2014-03-151-13/+14
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-141-22/+3
* timedated: add SNTP client/query hookup (unused for now)Kay Sievers2014-03-143-0/+792
* timedatectl: fix minor memory leakLennart Poettering2014-02-191-6/+3
* bus: fix exit-on-idle for driverdLennart Poettering2013-12-191-1/+1
* event: rework sd-event exit logicLennart Poettering2013-12-131-2/+0
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-121-1/+1
* timedatectl: work with old timedatedShawn Landden2013-12-121-13/+27
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-121-1/+1
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-121-1/+1
* timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c...Lennart Poettering2013-12-121-0/+3
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-111-0/+2
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-102-5/+9
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-081-14/+13
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-031-6/+1
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-60/+39
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-211-24/+24
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-181-1/+0
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-1/+1
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+1