aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
* ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30
* ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko2016-03-041-0/+19
* ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko2016-03-041-1/+16
* ntpd: more informative poll lowering messageDenys Vlasenko2016-03-031-2/+2
* ntpd: print packet delay in clock update messageDenys Vlasenko2016-02-241-2/+8
* ntpd: shorter messageDenys Vlasenko2016-02-101-1/+1
* ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko2016-02-101-18/+36
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-4/+2
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
* ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko2015-03-021-4/+4
* ntpd: get rid of G.initial_poll_completeDenys Vlasenko2015-01-291-5/+2
* ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac2015-01-041-19/+32
* ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
* ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
* ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
* ntpd: split out poll adjusting codeMiroslav Lichvar2014-09-241-37/+39
* ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar2014-09-241-6/+3
* ntpd: add support for -I IFACEDenys Vlasenko2014-07-151-7/+20
* ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko2014-04-201-1/+1
* ntpd: truly ignore high delay packetDenys Vlasenko2014-04-191-15/+20
* ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-231-4/+31
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-051-5/+5
* htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3
* ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2014-01-201-3/+0
* ntpd: fix compilation warningsBartosz Golaszewski2014-01-201-0/+4
* ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
* ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
* ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
* ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
* ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
* ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
* Whitespace fixesDenys Vlasenko2013-07-301-2/+2
* ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko2013-05-231-3/+8
* ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko2013-05-221-2/+2
* ntpd: make "unsync" code actually work.Denys Vlasenko2013-05-221-3/+13
* ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko2013-05-221-8/+34
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-2/+2
* ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-6/+5
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-0/+3
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko2012-06-111-20/+30
* ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
* ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
* ntpd: drop offset averaging codeDenys Vlasenko2012-03-081-23/+60
* ntpd: tweak log messages formatDenys Vlasenko2012-03-061-4/+4
* ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko2012-03-051-17/+13