summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-0/+78
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-042-24/+3
|\|
| * *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-182-24/+3
| * *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-2/+2
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-048-82/+301
|\|
| * udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
| * tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-1/+1
| * tweak help textDenys Vlasenko2010-10-091-1/+2
| * dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
| * ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko2010-10-041-2/+11
| * udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
| * wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
| * nbd-client: new appletRob Landley2010-09-231-0/+153
* | win32: enable wgetNguyễn Thái Ngọc Duy2010-09-201-0/+1
* | wget: flush HTTP request before receving replyNguyễn Thái Ngọc Duy2010-09-201-0/+2
|/
* nc: show help text on bad parametersDenys Vlasenko2010-09-071-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* 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