aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko2012-03-051-23/+29
* ntpd: fix the "are we a server" check in previous commitDenys Vlasenko2012-03-031-1/+1
* ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko2012-03-031-7/+30
* ntpd: log clock drift with three digits after decimal pointDenys Vlasenko2012-03-021-2/+2
* ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko2012-03-021-17/+28
* ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
* ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn2011-05-161-2/+2