| Commit message (Expand) | Author | Age | Files | Lines |
* | timesyncd: minor simplification | Lennart Poettering | 2014-11-30 | 1 | -10/+16 |
* | timesyncd: Support timesyncd.conf.d directories in the usual search paths | Josh Triplett | 2014-11-29 | 2 | -4/+8 |
* | treewide: another round of simplifications | Michal Schmidt | 2014-11-28 | 1 | -8/+4 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 2 | -5/+5 |
* | treewide: yet more log_*_errno + return simplifications | Michal Schmidt | 2014-11-28 | 1 | -36/+18 |
* | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt | 2014-11-28 | 1 | -2/+2 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -13/+13 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -13/+13 |
* | timesyncd: do not keep listening socket open forever | Sean Young | 2014-11-27 | 1 | -7/+13 |
* | timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa... | Lennart Poettering | 2014-10-24 | 1 | -3/+1 |
* | util: avoid duplication of TIME_T_MAX | Ronny Chevalier | 2014-10-21 | 1 | -2/+1 |
* | timesyncd: check return of setting IP_TOS | Tom Gundersen | 2014-09-18 | 1 | -1/+3 |
* | Revert "timesyncd: remove retry_timer logic which is covered by the server ti... | Kay Sievers | 2014-09-02 | 2 | -0/+15 |
* | timesyncd: don't reset polling interval when reselecting server | Kay Sievers | 2014-09-02 | 1 | -1/+2 |
* | timesyncd: allow two missed replies before reselecting server | Miroslav Lichvar | 2014-09-02 | 2 | -9/+19 |
* | timesyncd: remove retry_timer logic which is covered by the server timeout | Kay Sievers | 2014-09-02 | 2 | -15/+0 |
* | timesyncd: wait before reconnecting to first server | Miroslav Lichvar | 2014-09-02 | 2 | -1/+24 |
* | timesyncd-manager: don't clear current_server_name if ServerAddress is NULL | Steven Noonan | 2014-08-31 | 1 | -1/+4 |
* | timesyncd: check root distance | Miroslav Lichvar | 2014-08-29 | 1 | -0/+16 |
* | timesyncd: get kernel timestamp in nanoseconds | Miroslav Lichvar | 2014-08-29 | 1 | -9/+5 |
* | timesyncd: fix calculation of transmit time | Miroslav Lichvar | 2014-08-29 | 1 | -3/+1 |
* | timesyncd: check if stratum is valid | Miroslav Lichvar | 2014-08-29 | 1 | -1/+2 |
* | notify: send STOPPING=1 from our daemons | Lennart Poettering | 2014-08-21 | 1 | -2/+6 |
* | timesyncd: don't trip up if networkd isn't running and can't tell us any NTP ... | Lennart Poettering | 2014-08-13 | 1 | -3/+1 |
* | timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP | Lennart Poettering | 2014-08-12 | 8 | -110/+367 |
* | timesyncd: split up into multiple source file | Lennart Poettering | 2014-08-12 | 8 | -1142/+1268 |
* | timesyncd: move the generic sockaddr_equal() call to socket-util.h | Lennart Poettering | 2014-08-12 | 1 | -16/+0 |
* | timesyncd: when we don't know anything about the network state, assume we are... | Lennart Poettering | 2014-08-11 | 1 | -26/+24 |
* | timesyncd: always use CLOCK_BOOTTIME if we can | Lennart Poettering | 2014-08-11 | 1 | -8/+8 |
* | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek | 2014-07-31 | 1 | -0/+2 |
* | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek | 2014-07-31 | 1 | -3/+3 |
* | core: only set the kernel's timezone when the RTC runs in local time | Kay Sievers | 2014-07-27 | 2 | -5/+22 |
* | sd-network: fix parameter order for sd_network_monitor_new() | Lennart Poettering | 2014-07-17 | 1 | -1/+1 |
* | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek | 2014-07-17 | 1 | -21/+4 |
* | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek | 2014-07-16 | 1 | -1/+1 |
* | timesyncd: add sockaddr_pretty wrapper | Zbigniew Jędrzejewski-Szmek | 2014-07-15 | 2 | -3/+7 |
* | timesyncd: only listen to clock changes when connected | Zbigniew Jędrzejewski-Szmek | 2014-07-15 | 1 | -7/+0 |
* | timesyncd: suppress resync at system time change when not connected | Kay Sievers | 2014-07-15 | 1 | -0/+3 |
* | resolved: make use of union in_addr_union in resolved, too | Lennart Poettering | 2014-07-07 | 1 | -0/+2 |
* | timesyncd: split privilege dropping code out of timesyncd so that we can make... | Lennart Poettering | 2014-06-01 | 1 | -67/+1 |
* | timesysnc: reword network watching messages, and move resolver errors to debug | Kay Sievers | 2014-05-25 | 1 | -3/+3 |
* | timesyncd: only update stamp file when we are synchronized | Kay Sievers | 2014-05-24 | 2 | -71/+54 |
* | time-util: make sure USEC_PER_SEC and friends are actually of type usec_t | Lennart Poettering | 2014-05-22 | 1 | -4/+4 |
* | timesyncd: use STR_IN_SET() | Kay Sievers | 2014-05-21 | 1 | -3/+3 |
* | timesyncd: fix english language typo | Lennart Poettering | 2014-05-21 | 1 | -1/+1 |
* | timesyncd: save clock to disk everytime we get an NTP fix, and bump clock at ... | Lennart Poettering | 2014-05-20 | 1 | -11/+93 |
* | timesyncd: only attempt to connect when an address is configured | Tom Gundersen | 2014-05-19 | 1 | -1/+1 |
* | fix spelling of privilege | Nis Martensen | 2014-05-18 | 1 | -3/+3 |
* | timesyncd: make use of floating event sources for signal handling | Lennart Poettering | 2014-05-18 | 2 | -8/+2 |
* | timesyncd: enable watchdog support | Lennart Poettering | 2014-05-18 | 1 | -0/+2 |