aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-10-06dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko
2010-10-04ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko
2010-09-23wget: flush output to network before receving replyNguyễn Thái Ngọc Duy
2010-09-23nbd-client: new appletRob Landley
2010-09-07nc: show help text on bad parametersDenys Vlasenko
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-30iplink: another compat #ifndef/#define tweakDenys Vlasenko
2010-08-27ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko
2010-08-22ip: add a #define for older kernelsDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-08wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko
2010-08-08wget: make -T support enabled by defaultDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-08-07Fix a typo in config textDenys Vlasenko
2010-07-26httpd: simplified "gzip" testPeter Korsgaard
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-26*: more empty lines removed. no code changesDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-25httpd: optional support for gzip-compressed pagesPeter Korsgaard
2010-07-25httpd: cosmetic fixes, no code changesDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-07-24ip: fix "ip r" breakageDenys Vlasenko
2010-07-23libnetlink: code shrinkNatanael Copa
2010-07-22ifplugd: code shrinkMaksym Kryzhanovskyy
2010-07-19tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DSTJeremie Koenig
2010-07-19libbb: conditionalize AF_* usage in error reportingJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-18tweak defconfigDenys Vlasenko
2010-07-12wget: fix progress displayDenys Vlasenko
2010-07-08ifplugd: code shrinkMaksym Kryzhanovskyy
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-28nc: better comments. no code changesDenys Vlasenko
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-24ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-18tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko
2010-06-17networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko