aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
AgeCommit message (Expand)Author
2009-12-17ntpd: eliminate one time(NULL) callDenys Vlasenko
2009-12-03ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko
2009-12-02ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko
2009-12-02ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko
2009-12-02ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko
2009-12-02ntpd: fix "synced" state detectionDenys Vlasenko
2009-12-02ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko
2009-12-02htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko
2009-12-01ntpd: make it work w/o -g too :(Denys Vlasenko
2009-11-27ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko
2009-11-26ntpd: trivial -2 byte code optimizationDenys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-24ntpd: fix vda's breakageDenys Vlasenko
2009-11-24ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko
2009-11-23ntpd: add -q option. By Adam Tkac.Denys Vlasenko
2009-11-22ntpd: new applet by Adam Tkac. +5k.Adam Tkac