index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ntpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntpd: retry initial DNS resolution (forever, no timeout for now).
Denys Vlasenko
2016-06-06
1
-17
/
+30
*
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04
1
-0
/
+19
*
ntpd: do not use a peer more than once (say, if two peers resolve to the same...
Denys Vlasenko
2016-03-04
1
-1
/
+16
*
ntpd: more informative poll lowering message
Denys Vlasenko
2016-03-03
1
-2
/
+2
*
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-24
1
-2
/
+8
*
ntpd: shorter message
Denys Vlasenko
2016-02-10
1
-1
/
+1
*
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2016-02-10
1
-18
/
+36
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-4
/
+2
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
ntpd: tweak help text
Denys Vlasenko
2015-03-05
1
-1
/
+2
*
ntpd: chnage help text about -l to say that it doesn't disable client code
Denys Vlasenko
2015-03-02
1
-4
/
+4
*
ntpd: get rid of G.initial_poll_complete
Denys Vlasenko
2015-01-29
1
-5
/
+2
*
ntpd: relicense ntpd applet to ISC-style license
Adam Tkac
2015-01-04
1
-19
/
+32
*
ntpd: calculate offset to jitter ratio before updating jitter
Miroslav Lichvar
2014-10-05
1
-4
/
+8
*
ntpd: don't stay at short polling interval
Miroslav Lichvar
2014-10-02
1
-27
/
+53
*
ntpd: be less eager to use shorter poll intervals
Denys Vlasenko
2014-09-27
1
-39
/
+41
*
ntpd: split out poll adjusting code
Miroslav Lichvar
2014-09-24
1
-37
/
+39
*
ntpd: don't wait for good offset before disabling burst mode
Miroslav Lichvar
2014-09-24
1
-6
/
+3
*
ntpd: add support for -I IFACE
Denys Vlasenko
2014-07-15
1
-7
/
+20
*
ntpd: fix wrong delay value in one of the printed messages
Denys Vlasenko
2014-04-20
1
-1
/
+1
*
ntpd: truly ignore high delay packet
Denys Vlasenko
2014-04-19
1
-15
/
+20
*
ntpd: add optional support for /etc/ntp.conf
Denys Vlasenko
2014-03-23
1
-4
/
+31
*
use [s]rand(), not [s]random()
Denys Vlasenko
2014-03-05
1
-5
/
+5
*
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-02-09
1
-2
/
+3
*
ntpd: remove now unnecessary check for IP_PKTINFO definition
Denys Vlasenko
2014-01-20
1
-3
/
+0
*
ntpd: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-0
/
+4
*
ntpd: adjust last packet's recv time after a step
Denys Vlasenko
2014-01-08
1
-0
/
+2
*
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
2013-12-08
1
-7
/
+39
*
ntpd: do not invalidate datapoints after step
Denys Vlasenko
2013-12-07
1
-2
/
+14
*
ntpd: comment out "spike detection" code
Denys Vlasenko
2013-12-04
1
-4
/
+9
*
ntpd: promote log level 3 to production
Denys Vlasenko
2013-12-04
1
-45
/
+54
*
ntpd: let user know if spike was detected
Denys Vlasenko
2013-12-04
1
-4
/
+7
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-2
/
+2
*
ntpd: set offset to 0.0 in "usync" event
Denys Vlasenko
2013-05-23
1
-3
/
+8
*
ntpd: set G.last_script_run even if script isn't configured
Denys Vlasenko
2013-05-22
1
-2
/
+2
*
ntpd: make "unsync" code actually work.
Denys Vlasenko
2013-05-22
1
-3
/
+13
*
ntpd: drop delay outliers; run "unsync" handler if no replies for some time
Denys Vlasenko
2013-05-22
1
-8
/
+34
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
1
-2
/
+2
*
ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
Paul Marks
2013-01-14
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-6
/
+5
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
1
-0
/
+3
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
*
ntpd: on time step, kill all outstanding replies from other peers
Denys Vlasenko
2012-06-11
1
-20
/
+30
*
ntpd: fix build failure if !NTPD_SERVER. Closes 4994
Denys Vlasenko
2012-04-01
1
-10
/
+13
*
ntpd: make "reply from IP" messages more uniform
Denys Vlasenko
2012-03-08
1
-1
/
+1
*
ntpd: drop offset averaging code
Denys Vlasenko
2012-03-08
1
-23
/
+60
*
ntpd: tweak log messages format
Denys Vlasenko
2012-03-06
1
-4
/
+4
*
ntpd: fix a case when discipline_jitter = 0 if we step
Denys Vlasenko
2012-03-05
1
-17
/
+13
*
ntpd: experimental code to correct frequency a bit more aggressively
Denys Vlasenko
2012-03-05
1
-23
/
+29
*
ntpd: fix the "are we a server" check in previous commit
Denys Vlasenko
2012-03-03
1
-1
/
+1
[next]