index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ntpd.c
Age
Commit message (
Expand
)
Author
2017-12-26
ntpd: do run the script at leat once in 11 minutes
Denys Vlasenko
2017-10-31
ntpd: skip over setting next DNS resolution attempt if it is not needed
Denys Vlasenko
2017-10-31
ntpd: mention in help text that -d can be repeated
Denys Vlasenko
2017-10-31
ntpd: improve treatment of DNS resolution failures
Denys Vlasenko
2017-10-28
ntpd: perform DNS resolution out of send/receive loop - closes 10466
Denys Vlasenko
2017-08-23
*: fix fallout from opt_complementary conversion
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-01-19
ntpd: print result of hostname resolution
Denys Vlasenko
2017-01-06
ntpd: improve postponed hostname resolution
Natanael Copa
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-08-01
ntpd: respond only to client and symmetric active packets
Miroslav Lichvar
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-03
ntpd: daemonize before DNS resolution
Denys Vlasenko
2016-06-06
ntpd: retry initial DNS resolution (forever, no timeout for now).
Denys Vlasenko
2016-03-04
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04
ntpd: do not use a peer more than once (say, if two peers resolve to the same...
Denys Vlasenko
2016-03-03
ntpd: more informative poll lowering message
Denys Vlasenko
2016-02-24
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-10
ntpd: shorter message
Denys Vlasenko
2016-02-10
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-03-05
ntpd: tweak help text
Denys Vlasenko
2015-03-02
ntpd: chnage help text about -l to say that it doesn't disable client code
Denys Vlasenko
2015-01-29
ntpd: get rid of G.initial_poll_complete
Denys Vlasenko
2015-01-04
ntpd: relicense ntpd applet to ISC-style license
Adam Tkac
2014-10-05
ntpd: calculate offset to jitter ratio before updating jitter
Miroslav Lichvar
2014-10-02
ntpd: don't stay at short polling interval
Miroslav Lichvar
2014-09-27
ntpd: be less eager to use shorter poll intervals
Denys Vlasenko
2014-09-24
ntpd: split out poll adjusting code
Miroslav Lichvar
2014-09-24
ntpd: don't wait for good offset before disabling burst mode
Miroslav Lichvar
2014-07-15
ntpd: add support for -I IFACE
Denys Vlasenko
2014-04-20
ntpd: fix wrong delay value in one of the printed messages
Denys Vlasenko
2014-04-19
ntpd: truly ignore high delay packet
Denys Vlasenko
2014-03-23
ntpd: add optional support for /etc/ntp.conf
Denys Vlasenko
2014-03-05
use [s]rand(), not [s]random()
Denys Vlasenko
2014-02-09
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-01-20
ntpd: remove now unnecessary check for IP_PKTINFO definition
Denys Vlasenko
2014-01-20
ntpd: fix compilation warnings
Bartosz Golaszewski
2014-01-08
ntpd: adjust last packet's recv time after a step
Denys Vlasenko
2013-12-08
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
2013-12-07
ntpd: do not invalidate datapoints after step
Denys Vlasenko
2013-12-04
ntpd: comment out "spike detection" code
Denys Vlasenko
2013-12-04
ntpd: promote log level 3 to production
Denys Vlasenko
2013-12-04
ntpd: let user know if spike was detected
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-05-23
ntpd: set offset to 0.0 in "usync" event
Denys Vlasenko
[next]