summaryrefslogtreecommitdiff
path: root/src/timesync
AgeCommit message (Expand)Author
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-20timesyncd: use (void) to mark ignored valueZbigniew Jędrzejewski-Szmek
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-05timesync: return negative errno from manager_adjust_clock() on errorMichal Schmidt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27timesysnd: port to extract_first_wordSusant Sahani
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-19tree-wide: add more void casts for various syscall invocationsLennart Poettering
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-11timesyncd: fix how we print a PIDLennart Poettering
2015-07-31timesyncd: remove RLIMIT_NPROCKay Sievers
2015-06-23build-sys: add all source files and no built files to the tar ballKay Sievers
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-04-08timesyncd: print an INFO log message when we successfully reached a time serverLennart Poettering
2015-03-10add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-16timesync: Use UINT64_C for OFFSET_1900_1970Cristian Rodríguez
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez
2015-02-04timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUGLennart Poettering
2015-02-04timesyncd: reduce log chattiness a bitLennart Poettering
2015-01-27timesyncd: set RLIMIT_NPROC to 2Lennart Poettering
2015-01-18timesyncd: consider too long packets as invalidTopi Miettinen
2014-12-25timesync: remove square(), use pow insteadCristian Rodríguez
2014-11-30timesyncd: minor simplificationLennart Poettering
2014-11-29timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27timesyncd: do not keep listening socket open foreverSean Young
2014-10-24timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa...Lennart Poettering
2014-10-21util: avoid duplication of TIME_T_MAXRonny Chevalier
2014-09-18timesyncd: check return of setting IP_TOSTom Gundersen
2014-09-02Revert "timesyncd: remove retry_timer logic which is covered by the server ti...Kay Sievers
2014-09-02timesyncd: don't reset polling interval when reselecting serverKay Sievers