aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2009-12-17ntpd: eliminate one time(NULL) callDenys Vlasenko
2009-12-16httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys 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-26ping: fix unaligned access. closes bug 745.Denys 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-24traceroute6: restore port after probingDenys Vlasenko
2009-11-24ntpd: use MSG_DONTWAIT; better readabilityDenys Vlasenko
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko
2009-11-24traceroute: simplify code a bitDenys Vlasenko
2009-11-23ntpd: add -q option. By Adam Tkac.Denys Vlasenko
2009-11-23traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy
2009-11-23traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko
2009-11-22ntpd: new applet by Adam Tkac. +5k.Adam Tkac
2009-11-21ping: use |=, not =, when combine option bit maskDenys Vlasenko
2009-11-20ping6: do not play dirty tricks with argvDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-13httpd_post_upload.txt example: handle binary files tooDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-08tftpd: another small tweakDenys Vlasenko
2009-11-08tftp: another small tweakDenys Vlasenko
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko
2009-11-08tftp: add optiona support for progress barMagnus Damm
2009-11-08tftp: extend tsize support a littleMagnus Damm
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-07ifplugd: small optimizationDenys Vlasenko
2009-11-05dumpleases: unicode spportTomas Heinrich
2009-11-02udhcpc: log script parameter tooDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-27httpd_indexcgi: fix off-by-one errorDenys Vlasenko
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko
2009-10-23ftpget/put: make 3rd parameter optionalVladimir Dronnikov
2009-10-23ifplugd: fix compile errorDenys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko