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