Age | Commit message (Expand) | Author |
2016-01-20 | timesyncd: use (void) to mark ignored value | Zbigniew Jędrzejewski-Szmek |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-05 | timesync: return negative errno from manager_adjust_clock() on error | Michal Schmidt |
2015-11-03 | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | timesysnd: port to extract_first_word | Susant Sahani |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-19 | tree-wide: add more void casts for various syscall invocations | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-11 | timesyncd: fix how we print a PID | Lennart Poettering |
2015-07-31 | timesyncd: remove RLIMIT_NPROC | Kay Sievers |
2015-06-23 | build-sys: add all source files and no built files to the tar ball | Kay Sievers |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-04-08 | timesyncd: print an INFO log message when we successfully reached a time server | Lennart Poettering |
2015-03-10 | add REMOTE_ADDR and REMOTE_PORT for Accept=yes | Shawn Landden |
2015-03-03 | Do not advertise .d snippets over main config file | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-16 | timesync: Use UINT64_C for OFFSET_1900_1970 | Cristian Rodríguez |
2015-02-12 | Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC" | Lennart Poettering |
2015-02-10 | tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC | Cristian Rodríguez |
2015-02-04 | timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUG | Lennart Poettering |
2015-02-04 | timesyncd: reduce log chattiness a bit | Lennart Poettering |
2015-01-27 | timesyncd: set RLIMIT_NPROC to 2 | Lennart Poettering |
2015-01-18 | timesyncd: consider too long packets as invalid | Topi Miettinen |
2014-12-25 | timesync: remove square(), use pow instead | Cristian Rodríguez |
2014-11-30 | timesyncd: minor simplification | Lennart Poettering |
2014-11-29 | timesyncd: Support timesyncd.conf.d directories in the usual search paths | Josh Triplett |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | timesyncd: do not keep listening socket open forever | Sean Young |
2014-10-24 | timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa... | Lennart Poettering |
2014-10-21 | util: avoid duplication of TIME_T_MAX | Ronny Chevalier |
2014-09-18 | timesyncd: check return of setting IP_TOS | Tom Gundersen |
2014-09-02 | Revert "timesyncd: remove retry_timer logic which is covered by the server ti... | Kay Sievers |
2014-09-02 | timesyncd: don't reset polling interval when reselecting server | Kay Sievers |
2014-09-02 | timesyncd: allow two missed replies before reselecting server | Miroslav Lichvar |
2014-09-02 | timesyncd: remove retry_timer logic which is covered by the server timeout | Kay Sievers |
2014-09-02 | timesyncd: wait before reconnecting to first server | Miroslav Lichvar |
2014-08-30 | timesyncd-manager: don't clear current_server_name if ServerAddress is NULL | Steven Noonan |