aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tftp: another small tweakDenys Vlasenko2009-11-081-4/+4
* tftpd: slight correction to progress bar codeDenys Vlasenko2009-11-081-6/+8
* tftp: add optiona support for progress barMagnus Damm2009-11-082-18/+84
* tftp: extend tsize support a littleMagnus Damm2009-11-081-39/+57
* wget: factor out progress bar codeMagnus Damm2009-11-081-121/+6
* ifplugd: small optimizationDenys Vlasenko2009-11-071-1/+2
* dumpleases: unicode spportTomas Heinrich2009-11-051-0/+8
* udhcpc: log script parameter tooDenys Vlasenko2009-11-021-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-029-12/+12
* httpd_indexcgi: fix off-by-one errorDenys Vlasenko2009-10-271-1/+1
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-231-2/+2
* ifplugd: fix compile errorDenys Vlasenko2009-10-231-1/+1
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-231-10/+6
* networking/interface.c: tiny code shrinkDenys Vlasenko2009-10-221-9/+9
* randomconfig fixesDenys Vlasenko2009-10-191-1/+3
* ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko2009-10-161-1/+4
* libiproute/*: code shrinkDenys Vlasenko2009-10-1311-61/+68