aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ifupdown: %client%, not %clientid%Denys Vlasenko2010-09-031-3/+3
* better shared strings trickDenys Vlasenko2010-09-013-5/+5
* iplink: another compat #ifndef/#define tweakDenys Vlasenko2010-08-301-0/+2
* ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko2010-08-271-3/+22
* ip: add a #define for older kernelsDenys Vlasenko2010-08-221-0/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1660-63/+63
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-123-3/+3
* wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko2010-08-081-1/+1
* wget: make -T support enabled by defaultDenys Vlasenko2010-08-081-2/+2
* wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-082-48/+85
* Fix a typo in config textDenys Vlasenko2010-08-071-1/+1
* httpd: simplified "gzip" testPeter Korsgaard2010-07-261-11/+11
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-262-2/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-263-3/+0
* httpd: optional support for gzip-compressed pagesPeter Korsgaard2010-07-252-4/+60
* httpd: cosmetic fixes, no code changesDenys Vlasenko2010-07-251-30/+23
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-248-24/+23
* ip: fix "ip r" breakageDenys Vlasenko2010-07-241-39/+23
* libnetlink: code shrinkNatanael Copa2010-07-232-27/+17
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-221-169/+164
* tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DSTJeremie Koenig2010-07-192-2/+5
* libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-1/+0
* mark Linux-specific configuration optionsJeremie Koenig2010-07-192-1/+24
* tweak defconfigDenys Vlasenko2010-07-181-1/+1
* wget: fix progress displayDenys Vlasenko2010-07-121-1/+1
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-081-60/+35
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-044-14/+7
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-2/+1
* ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-042-4/+3
* nc: better comments. no code changesDenys Vlasenko2010-06-281-3/+5
* remove recently added erroneous _and_die()Denys Vlasenko2010-06-272-2/+2
* nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-273-30/+122
* *: make exec failure message more consistentDenys Vlasenko2010-06-255-5/+5
* ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko2010-06-241-7/+9
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-242-4/+2
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-3/+1
* A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko2010-06-181-1/+2
* networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko2010-06-171-0/+3
* tftp: make message about 512 byte block less confusingDenys Vlasenko2010-06-121-1/+2
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-085-0/+10
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-2/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-062-2/+2
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-062-86/+86
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-045-0/+0
* udhcpd: fix daemonize crash on nommu systemsMike Frysinger2010-06-041-1/+2
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4