aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko2010-01-031-1/+39
* ntpd: remove an old hack for faster initializationDenys Vlasenko2010-01-031-27/+2
* ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko2010-01-031-126/+126
* ntpd: fix jitter calculations and status propagationDenys Vlasenko2010-01-021-61/+58
* ntpd: speed up reaction to poll interval decreaseDenys Vlasenko2010-01-021-0/+13
* ntpd: improve frequency filteringDenys Vlasenko2010-01-021-21/+43
* ntpd: restore forgotten delay sanitizationDenys Vlasenko2010-01-011-0/+2
* ntpd: add a comment, no code changesDenys Vlasenko2010-01-011-1/+8
* ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko2010-01-011-24/+38
* ntpd: reduce poll interval increase rateDenys Vlasenko2010-01-011-16/+19
* ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko2010-01-011-0/+1985
* ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko2010-01-011-0/+0
* ntpd: preparatory patches, no functional changesDenys Vlasenko2009-12-301-58/+60
* ntpd: fx incorrect offset display when steppingDenys Vlasenko2009-12-181-14/+15
* ntpd: field renames and style fixes, no code changesDenys Vlasenko2009-12-171-158/+158
* ntpd: eliminate one time(NULL) callDenys Vlasenko2009-12-171-3/+4
* httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko2009-12-161-1/+6
* randomconfig fixesDenys Vlasenko2009-12-122-5/+5
* wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko2009-12-111-1/+1
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-113-32/+36
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-114-23/+23
* ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko2009-12-031-22/+2
* ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko2009-12-021-3/+11
* ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2009-12-021-174/+156
* ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko2009-12-021-45/+27
* ntpd: fix "synced" state detectionDenys Vlasenko2009-12-021-12/+7
* ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko2009-12-021-23/+21
* htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko2009-12-021-221/+222
* ntpd: make it work w/o -g too :(Denys Vlasenko2009-12-011-17/+19
* ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko2009-11-271-8/+8
* ping: fix unaligned access. closes bug 745.Denys Vlasenko2009-11-261-1/+2
* ntpd: trivial -2 byte code optimizationDenys Vlasenko2009-11-261-1/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-253-8/+16
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-26/+61
* ntpd: fix vda's breakageDenys Vlasenko2009-11-241-1/+1
* traceroute6: restore port after probingDenys Vlasenko2009-11-241-0/+1
* ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko2009-11-241-101/+108
* ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2009-11-241-100/+108
* traceroute: simplify code a bitDenys Vlasenko2009-11-241-26/+18
* ntpd: add -q option. By Adam Tkac.Denys Vlasenko2009-11-231-30/+28
* traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy2009-11-232-106/+403
* traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko2009-11-231-63/+63
* ntpd: new applet by Adam Tkac. +5k.Adam Tkac2009-11-223-0/+1014
* ping: use |=, not =, when combine option bit maskDenys Vlasenko2009-11-211-1/+1
* ping6: do not play dirty tricks with argvDenys Vlasenko2009-11-201-15/+26
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-3/+2
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-152-5/+3
* httpd_post_upload.txt example: handle binary files tooDenys Vlasenko2009-11-131-37/+26
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-1315-24/+24
* tftpd: another small tweakDenys Vlasenko2009-11-081-3/+5