1. f1baa4a Fix ntpd compilcation on the FreeBSD by Alex Samorukov · 4 years ago
  2. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  3. a2f18d9 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  4. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years, 1 month ago
  5. 9b44dea ntpd: allow non-root to run it (e.g. with -w option) by Denys Vlasenko · 4 years, 1 month ago
  6. afb5d8b ntpd: fix the case where two replies received at once and first one causes a step by Denys Vlasenko · 4 years, 3 months ago
  7. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 5 months ago
  8. 9a2d899 ntpd: fix refid reported in server mode, closes 13056 by Denys Vlasenko · 4 years, 6 months ago
  9. ea096d6 ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 by Denys Vlasenko · 5 years ago
  10. d6ff27d ntpd: abs(tmx.offset) was truncating a "long" typed value by Denys Vlasenko · 5 years ago
  11. e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 5 years ago
  12. b694608 ntpd: add comment about mode6, no code changes by Denys Vlasenko · 6 years ago
  13. c0961e0 ntpd: commonalize message strings by Denys Vlasenko · 6 years ago
  14. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  15. caecfdc ntpd: abort if argvs are (unexpectedly) given by Denys Vlasenko · 6 years ago
  16. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  17. da996c5 ntpd: do not create pid file if not backgrounded by Denys Vlasenko · 6 years ago
  18. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  19. 8502fa8 ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5 by Denys Vlasenko · 6 years ago
  20. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  21. 0d18e5c ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead by Denys Vlasenko · 6 years ago
  22. 63d053d ntpd: default to FEATURE_NTP_AUTH=y by Denys Vlasenko · 6 years ago
  23. a541314 ntpd: add support for MD5/SHA1 message authentication by Brandon P. Enochs · 6 years ago
  24. 1303962 ntpd: more verbose message for "root distance too high" case by Denys Vlasenko · 6 years ago
  25. 9b1c8bf ntpd: show real, unclamped delays on low-latency networks by Denys Vlasenko · 6 years ago
  26. 79153cb htpd: increase MIN_FREQHOLD by 3 by Denys Vlasenko · 6 years ago
  27. 029bd18 ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10 by Denys Vlasenko · 7 years ago
  28. 7c43d43 ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21 by Codarren Velvindron · 7 years ago
  29. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  30. 448fdcc ntpd: choose initial FREQHOLD_cnt dynamically by Denys Vlasenko · 7 years ago
  31. 39dfb4d ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls by Denys Vlasenko · 7 years ago
  32. 36acc46 ntpd: do run the script at leat once in 11 minutes by Denys Vlasenko · 7 years ago
  33. d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
  34. 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
  35. 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
  36. a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
  37. 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
  38. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  39. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  40. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  41. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  42. 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
  43. b62ea34 ntpd: improve postponed hostname resolution by Natanael Copa · 8 years ago
  44. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  45. 150dc7a ntpd: respond only to client and symmetric active packets by Miroslav Lichvar · 8 years ago
  46. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 9 years ago
  47. aabb0a9 ntpd: daemonize before DNS resolution by Denys Vlasenko · 9 years ago
  48. e4caf1d ntpd: retry initial DNS resolution (forever, no timeout for now). by Denys Vlasenko · 9 years ago
  49. c864196 ntpd: if peer does not reply anymore, try re-resolving its hostname by Denys Vlasenko · 9 years ago
  50. 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
  51. 4c48a64 ntpd: more informative poll lowering message by Denys Vlasenko · 9 years ago
  52. 03718bb ntpd: print packet delay in clock update message by Denys Vlasenko · 9 years ago
  53. 383201e ntpd: shorter message by Denys Vlasenko · 9 years ago
  54. fc47fce ntpd: step when |offset| > 1 sec, not 0.125 sec by Denys Vlasenko · 9 years ago
  55. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  56. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  57. 3c31b09 ntpd: tweak help text by Denys Vlasenko · 10 years ago
  58. 3aef814 ntpd: chnage help text about -l to say that it doesn't disable client code by Denys Vlasenko · 10 years ago
  59. ff3f3ac ntpd: get rid of G.initial_poll_complete by Denys Vlasenko · 10 years ago
  60. 4bf88d9 ntpd: relicense ntpd applet to ISC-style license by Adam Tkac · 10 years ago
  61. 760d035 ntpd: calculate offset to jitter ratio before updating jitter by Miroslav Lichvar · 10 years ago
  62. b434ce7 ntpd: don't stay at short polling interval by Miroslav Lichvar · 10 years ago
  63. d3fe960 ntpd: be less eager to use shorter poll intervals by Denys Vlasenko · 10 years ago
  64. 590a22c ntpd: split out poll adjusting code by Miroslav Lichvar · 10 years ago
  65. fb143f7 ntpd: don't wait for good offset before disabling burst mode by Miroslav Lichvar · 10 years ago
  66. 278842d ntpd: add support for -I IFACE by Denys Vlasenko · 10 years ago
  67. 5a21c85 ntpd: fix wrong delay value in one of the printed messages by Denys Vlasenko · 11 years ago
  68. d531f93 ntpd: truly ignore high delay packet by Denys Vlasenko · 11 years ago
  69. 504fe45 ntpd: add optional support for /etc/ntp.conf by Denys Vlasenko · 11 years ago
  70. 0ed5f7a use [s]rand(), not [s]random() by Denys Vlasenko · 11 years ago
  71. 3e78f6f htpd: trivial simplification in random interval selection by Denys Vlasenko · 11 years ago
  72. c009d35 ntpd: remove now unnecessary check for IP_PKTINFO definition by Denys Vlasenko · 11 years ago
  73. 76ad748 ntpd: fix compilation warnings by Bartosz Golaszewski · 11 years ago
  74. cb76113 ntpd: adjust last packet's recv time after a step by Denys Vlasenko · 11 years ago
  75. 0b3a38b ntpd: speed up resyncing if our clock is seriously off by Denys Vlasenko · 11 years ago
  76. 777be10 ntpd: do not invalidate datapoints after step by Denys Vlasenko · 11 years ago
  77. 6c46eed ntpd: comment out "spike detection" code by Denys Vlasenko · 11 years ago
  78. a14958c ntpd: promote log level 3 to production by Denys Vlasenko · 11 years ago
  79. cb1dc1d ntpd: let user know if spike was detected by Denys Vlasenko · 11 years ago
  80. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  81. 5a7e337 ntpd: set offset to 0.0 in "usync" event by Denys Vlasenko · 12 years ago
  82. 07c5987 ntpd: set G.last_script_run even if script isn't configured by Denys Vlasenko · 12 years ago
  83. 5ffdd1d ntpd: make "unsync" code actually work. by Denys Vlasenko · 12 years ago
  84. d99ef63 ntpd: drop delay outliers; run "unsync" handler if no replies for some time by Denys Vlasenko · 12 years ago
  85. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  86. b7841cf ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 by Paul Marks · 12 years ago
  87. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  88. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  89. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 13 years ago
  90. 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
  91. 3e3a8d5 ntpd: fix build failure if !NTPD_SERVER. Closes 4994 by Denys Vlasenko · 13 years ago
  92. 79bec06 ntpd: make "reply from IP" messages more uniform by Denys Vlasenko · 13 years ago
  93. d98dc92 ntpd: drop offset averaging code by Denys Vlasenko · 13 years ago
  94. 8be49c3 ntpd: tweak log messages format by Denys Vlasenko · 13 years ago
  95. 547ee79 ntpd: fix a case when discipline_jitter = 0 if we step by Denys Vlasenko · 13 years ago
  96. 132b044 ntpd: experimental code to correct frequency a bit more aggressively by Denys Vlasenko · 13 years ago
  97. 97e5281 ntpd: fix the "are we a server" check in previous commit by Denys Vlasenko · 13 years ago
  98. e8ce285 ntpd: avoid printing messages between send and recv. good for fast networks by Denys Vlasenko · 13 years ago
  99. b124c34 ntpd: log clock drift with three digits after decimal point by Denys Vlasenko · 13 years ago
  100. 74584b8 ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms by Denys Vlasenko · 13 years ago