aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ntpd: improve treatment of DNS resolution failuresDenys Vlasenko2017-10-311-15/+33
* ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko2017-10-281-4/+10
* *: fix fallout from opt_complementary conversionDenys Vlasenko2017-08-231-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-3/+3
* ntpd: print result of hostname resolutionDenys Vlasenko2017-01-191-1/+3
* ntpd: improve postponed hostname resolutionNatanael Copa2017-01-061-39/+34
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+26
* ntpd: respond only to client and symmetric active packetsMiroslav Lichvar2016-08-011-0/+7
* 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