aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
AgeCommit message (Expand)Author
2015-03-05ntpd: tweak help textDenys Vlasenko
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko
2015-01-29ntpd: get rid of G.initial_poll_completeDenys Vlasenko
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac
2014-10-05ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar
2014-07-15ntpd: add support for -I IFACEDenys Vlasenko
2014-04-20ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko
2014-04-19ntpd: truly ignore high delay packetDenys Vlasenko
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko
2014-01-20ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko
2014-01-20ntpd: fix compilation warningsBartosz Golaszewski
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-11ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko
2012-03-06ntpd: tweak log messages formatDenys Vlasenko
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko