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