summaryrefslogtreecommitdiffstats
path: root/src/timedate (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-071-3/+3
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-0/+3
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-071-5/+5
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* clients: various simplificationsLennart Poettering2013-11-061-9/+3
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-9/+10
* bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...Kay Sievers2013-11-021-90/+22
* timedatectl: remove unused variableThomas Hindoe Paaboel Andersen2013-10-311-2/+0
* Revert "timedated: support --enable-split-usr"Lennart Poettering2013-10-311-3/+0
* localectl: always print error message when an operation failsLennart Poettering2013-10-311-2/+2
* timedatectl: do not print the time zone for the rtc timeKay Sievers2013-10-311-1/+1
* timedatectl: assorted simplificationsLennart Poettering2013-10-311-56/+38
* timedatectl: get time values from the service instead of the clientKay Sievers2013-10-312-26/+68
* timedatectl: port to sd-busThomas Hindoe Paaboel Andersen2013-10-301-188/+137
* timedated: support --enable-split-usrDave Reisner2013-10-301-0/+3
* timedate: handle more nicely if something or somebody keeps open /dev/rtc and...Lennart Poettering2013-10-291-4/+6
* bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers2013-10-221-6/+6
* bus: automatically flush bus queue when we exit the event loopLennart Poettering2013-10-181-1/+0
* timedated: disable debug loggingLennart Poettering2013-10-181-2/+5
* timedated: expose time and NTP sync flag via the busLennart Poettering2013-10-172-12/+38
* timedate: expose RTC timeLennart Poettering2013-10-161-1/+31
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-161-605/+398
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-032-3/+3
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-101-2/+3
* Fix --no-ask-passwordJan Janssen2013-05-231-5/+9
* man: Document missing optionsJan Janssen2013-05-211-0/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* timedated: fixed NTP enabled: n/aHarald Hoyer2013-04-171-2/+5
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-061-4/+2
* timedated: fix a few memory leaksZbigniew Jędrzejewski-Szmek2013-04-051-35/+16
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-1/+1
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-311-6/+0
* timedated: extra overflow safety check when doing relative time changesLennart Poettering2013-03-221-5/+14