- 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
- b62ea34 ntpd: improve postponed hostname resolution by Natanael Copa · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 150dc7a ntpd: respond only to client and symmetric active packets by Miroslav Lichvar · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- aabb0a9 ntpd: daemonize before DNS resolution by Denys Vlasenko · 8 years ago
- e4caf1d ntpd: retry initial DNS resolution (forever, no timeout for now). by Denys Vlasenko · 9 years ago
- c864196 ntpd: if peer does not reply anymore, try re-resolving its hostname by Denys Vlasenko · 9 years ago
- f37f281 ntpd: do not use a peer more than once (say, if two peers resolve to the same IP) by Denys Vlasenko · 9 years ago
- 4c48a64 ntpd: more informative poll lowering message by Denys Vlasenko · 9 years ago
- 03718bb ntpd: print packet delay in clock update message by Denys Vlasenko · 9 years ago
- 383201e ntpd: shorter message by Denys Vlasenko · 9 years ago
- fc47fce ntpd: step when |offset| > 1 sec, not 0.125 sec by Denys Vlasenko · 9 years ago
- c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- 3c31b09 ntpd: tweak help text by Denys Vlasenko · 10 years ago
- 3aef814 ntpd: chnage help text about -l to say that it doesn't disable client code by Denys Vlasenko · 10 years ago
- ff3f3ac ntpd: get rid of G.initial_poll_complete by Denys Vlasenko · 10 years ago
- 4bf88d9 ntpd: relicense ntpd applet to ISC-style license by Adam Tkac · 10 years ago
- 760d035 ntpd: calculate offset to jitter ratio before updating jitter by Miroslav Lichvar · 10 years ago
- b434ce7 ntpd: don't stay at short polling interval by Miroslav Lichvar · 10 years ago
- d3fe960 ntpd: be less eager to use shorter poll intervals by Denys Vlasenko · 10 years ago
- 590a22c ntpd: split out poll adjusting code by Miroslav Lichvar · 10 years ago
- fb143f7 ntpd: don't wait for good offset before disabling burst mode by Miroslav Lichvar · 10 years ago
- 278842d ntpd: add support for -I IFACE by Denys Vlasenko · 10 years ago
- 5a21c85 ntpd: fix wrong delay value in one of the printed messages by Denys Vlasenko · 11 years ago
- d531f93 ntpd: truly ignore high delay packet by Denys Vlasenko · 11 years ago
- 504fe45 ntpd: add optional support for /etc/ntp.conf by Denys Vlasenko · 11 years ago
- 0ed5f7a use [s]rand(), not [s]random() by Denys Vlasenko · 11 years ago
- 3e78f6f htpd: trivial simplification in random interval selection by Denys Vlasenko · 11 years ago
- c009d35 ntpd: remove now unnecessary check for IP_PKTINFO definition by Denys Vlasenko · 11 years ago
- 76ad748 ntpd: fix compilation warnings by Bartosz Golaszewski · 11 years ago
- cb76113 ntpd: adjust last packet's recv time after a step by Denys Vlasenko · 11 years ago
- 0b3a38b ntpd: speed up resyncing if our clock is seriously off by Denys Vlasenko · 11 years ago
- 777be10 ntpd: do not invalidate datapoints after step by Denys Vlasenko · 11 years ago
- 6c46eed ntpd: comment out "spike detection" code by Denys Vlasenko · 11 years ago
- a14958c ntpd: promote log level 3 to production by Denys Vlasenko · 11 years ago
- cb1dc1d ntpd: let user know if spike was detected by Denys Vlasenko · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- 5a7e337 ntpd: set offset to 0.0 in "usync" event by Denys Vlasenko · 12 years ago
- 07c5987 ntpd: set G.last_script_run even if script isn't configured by Denys Vlasenko · 12 years ago
- 5ffdd1d ntpd: make "unsync" code actually work. by Denys Vlasenko · 12 years ago
- d99ef63 ntpd: drop delay outliers; run "unsync" handler if no replies for some time by Denys Vlasenko · 12 years ago
- 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
- b7841cf ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 by Paul Marks · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
- c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
- 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
- 3e3a8d5 ntpd: fix build failure if !NTPD_SERVER. Closes 4994 by Denys Vlasenko · 13 years ago
- 79bec06 ntpd: make "reply from IP" messages more uniform by Denys Vlasenko · 13 years ago
- d98dc92 ntpd: drop offset averaging code by Denys Vlasenko · 13 years ago
- 8be49c3 ntpd: tweak log messages format by Denys Vlasenko · 13 years ago
- 547ee79 ntpd: fix a case when discipline_jitter = 0 if we step by Denys Vlasenko · 13 years ago
- 132b044 ntpd: experimental code to correct frequency a bit more aggressively by Denys Vlasenko · 13 years ago
- 97e5281 ntpd: fix the "are we a server" check in previous commit by Denys Vlasenko · 13 years ago
- e8ce285 ntpd: avoid printing messages between send and recv. good for fast networks by Denys Vlasenko · 13 years ago
- b124c34 ntpd: log clock drift with three digits after decimal point by Denys Vlasenko · 13 years ago
- 74584b8 ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms by Denys Vlasenko · 13 years ago
- fc4ebd0 ntpd: fix offset adjustment after step; better step printing by Denys Vlasenko · 13 years ago
- 16c52a5 ntpd: increase OPT_qq constant to not collide with -L by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 662972a The [-Wunused-but-set-variable] warnings by Cristian Ionescu-Idbohrn · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 8e23faf ntpd: decrease ntpd -q "no response" timeout to 10 sec by Denys Vlasenko · 14 years ago
- b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
- d678257 ntpd: allow peer-less (standalone stratum 1 server) operation by Denys Vlasenko · 14 years ago
- 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- eff6d59 ntpd: step correction to variables had wrong sign, fixing by Denys Vlasenko · 14 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
- 57f46c1 ntpd: remove some code which is at best unneeded and at worst wrong by Denys Vlasenko · 15 years ago
- 9b20adc ntpd: add anti-clock-hopping code by Denys Vlasenko · 15 years ago
- 5b9a910 ntpd: disable frequency estimation code by Denys Vlasenko · 15 years ago
- 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
- 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
- ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
- 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
- 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
- ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
- 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
- 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
- 2d3253d ntpd: fix comment, no code changes by Denys Vlasenko · 15 years ago
- d498ff0 ntpd: try to avoid using libm. -1.2k if we succeed by Denys Vlasenko · 15 years ago
- 510f56a ntpd: remove an old hack for faster initialization by Denys Vlasenko · 15 years ago
- 0b00281 ntpd: better selection of initial sync; fewer gettimeofday calls by Denys Vlasenko · 15 years ago
- 1ee5afd ntpd: fix jitter calculations and status propagation by Denys Vlasenko · 15 years ago
- 2e36eb8 ntpd: speed up reaction to poll interval decrease by Denys Vlasenko · 15 years ago
- d9109e3 ntpd: improve frequency filtering by Denys Vlasenko · 15 years ago
- a9aaeda ntpd: restore forgotten delay sanitization by Denys Vlasenko · 15 years ago