aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2010-06-12tftp: make message about 512 byte block less confusingDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger
2010-05-31dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko
2010-05-30dhcp: indicate IP network order in prototypes tooDenys Vlasenko
2010-05-30dhcp: readability cleanups and small code shrinkDenys Vlasenko
2010-05-27trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko
2010-05-25ip addr: shrinkBernhard Reutner-Fischer