summaryrefslogtreecommitdiff
path: root/src/timesync
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+2
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-2/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* timesyncd: properly handle OOM errors when parsing fallback servers (#6047)Lennart Poettering2017-05-301-1/+5
* test-timesync: add first test for timesyncd conf parsingZbigniew Jędrzejewski-Szmek2017-05-252-0/+67
* timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...Michael Biebl2017-05-245-4/+15
* timesync/timesyncd-manager: fix format-specifier issueMatija Skala2017-05-191-1/+1
* timesync/timesyncd-manager: fix format-specifier issuesMatija Skala2017-05-191-2/+2
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-19/+17
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+28
* tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
* build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
* timesyncd: clear ADJ_MAXERROR to keep STA_UNSYNC cleared after jump adjust (#...akochetkov2016-11-111-1/+3
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2016-11-071-2/+2
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-5/+2
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-1/+1
* clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-107-14/+0
* timesyncd: use (void) to mark ignored valueZbigniew Jędrzejewski-Szmek2016-01-201-1/+2
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-183-3/+3
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-2/+2
* timesync: return negative errno from manager_adjust_clock() on errorMichal Schmidt2015-11-051-2/+2
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-2/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-273-2/+5
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-272-0/+2
* timesysnd: port to extract_first_wordSusant Sahani2015-10-271-8/+10
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-252-4/+6
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-242-13/+15
* tree-wide: add more void casts for various syscall invocationsLennart Poettering2015-10-191-4/+4
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-1/+1
* timesyncd: fix how we print a PIDLennart Poettering2015-09-111-1/+1
* timesyncd: remove RLIMIT_NPROCKay Sievers2015-07-311-4/+0
* build-sys: add all source files and no built files to the tar ballKay Sievers2015-06-231-1/+0
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-1/+1
* util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2015-06-101-1/+1
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* timesyncd: print an INFO log message when we successfully reached a time serverLennart Poettering2015-04-082-2/+14
* add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden2015-03-101-1/+1
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-031-3/+4
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-234-14/+0
* timesync: Use UINT64_C for OFFSET_1900_1970Cristian Rodríguez2015-02-161-1/+1
* Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering2015-02-121-1/+1
* tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez2015-02-101-1/+1
* timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUGLennart Poettering2015-02-041-2/+2
* timesyncd: reduce log chattiness a bitLennart Poettering2015-02-041-3/+3
* timesyncd: set RLIMIT_NPROC to 2Lennart Poettering2015-01-271-0/+4
* timesyncd: consider too long packets as invalidTopi Miettinen2015-01-181-1/+2