| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | udhcpc: move usage text to .c file. no code changes | Denys Vlasenko | 2010-10-20 | 1 | -0/+78 |
* | | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 2 | -24/+3 |
|\| |
|
| * | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 2 | -24/+3 |
| * | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko | 2010-10-18 | 2 | -2/+2 |
* | | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 8 | -82/+301 |
|\| |
|
| * | udhcpc: fix OPTION_IP_PAIR parsing | Vladislav Grishenko | 2010-10-17 | 1 | -7/+10 |
| * | tweaks to build system, mainly making menuconfig text and order clearer | Denys Vlasenko | 2010-10-12 | 1 | -1/+1 |
| * | tweak help text | Denys Vlasenko | 2010-10-09 | 1 | -1/+2 |
| * | dhcprelay: code shrink, and explain its workings a bit more | Denys Vlasenko | 2010-10-06 | 1 | -71/+118 |
| * | ntpd: allow peer-less (standalone stratum 1 server) operation | Denys Vlasenko | 2010-10-04 | 1 | -2/+11 |
| * | udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options | Vladislav Grishenko | 2010-09-26 | 2 | -0/+6 |
| * | wget: flush output to network before receving reply | Nguyễn Thái Ngọc Duy | 2010-09-23 | 1 | -0/+2 |
| * | nbd-client: new applet | Rob Landley | 2010-09-23 | 1 | -0/+153 |
* | | win32: enable wget | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+1 |
* | | wget: flush HTTP request before receving reply | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+2 |
|/ |
|
* | nc: show help text on bad parameters | Denys Vlasenko | 2010-09-07 | 1 | -1/+1 |
* | made 3 license strings to follow the usual form ("or later" bit is not changed!) | Denys Vlasenko | 2010-09-06 | 1 | -1/+1 |
* | ifupdown: %client%, not %clientid% | Denys Vlasenko | 2010-09-03 | 1 | -3/+3 |
* | better shared strings trick | Denys Vlasenko | 2010-09-01 | 3 | -5/+5 |
* | iplink: another compat #ifndef/#define tweak | Denys Vlasenko | 2010-08-30 | 1 | -0/+2 |
* | ntpd: with -q, exit after 60 seconds even if time is not synced. | Denys Vlasenko | 2010-08-27 | 1 | -3/+22 |
* | ip: add a #define for older kernels | Denys Vlasenko | 2010-08-22 | 1 | -0/+3 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 60 | -63/+63 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 3 | -3/+3 |
* | wget: fix ndelay_on call; progress bar: small shrink | Denys Vlasenko | 2010-08-08 | 1 | -1/+1 |
* | wget: make -T support enabled by default | Denys Vlasenko | 2010-08-08 | 1 | -2/+2 |
* | wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) | Bradley M. Kuhn | 2010-08-08 | 2 | -48/+85 |
* | Fix a typo in config text | Denys Vlasenko | 2010-08-07 | 1 | -1/+1 |
* | httpd: simplified "gzip" test | Peter Korsgaard | 2010-07-26 | 1 | -11/+11 |
* | *: trailing empty lines removed | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | *: more empty lines removed. no code changes | Denys Vlasenko | 2010-07-26 | 2 | -2/+0 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 3 | -3/+0 |
* | httpd: optional support for gzip-compressed pages | Peter Korsgaard | 2010-07-25 | 2 | -4/+60 |
* | httpd: cosmetic fixes, no code changes | Denys Vlasenko | 2010-07-25 | 1 | -30/+23 |
* | libiproute: code shrink by adding FAST_FUNC | Denys Vlasenko | 2010-07-24 | 8 | -24/+23 |
* | ip: fix "ip r" breakage | Denys Vlasenko | 2010-07-24 | 1 | -39/+23 |
* | libnetlink: code shrink | Natanael Copa | 2010-07-23 | 2 | -27/+17 |
* | ifplugd: code shrink | Maksym Kryzhanovskyy | 2010-07-22 | 1 | -169/+164 |
* | tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST | Jeremie Koenig | 2010-07-19 | 2 | -2/+5 |
* | libbb: conditionalize AF_* usage in error reporting | Jeremie Koenig | 2010-07-19 | 1 | -1/+0 |
* | mark Linux-specific configuration options | Jeremie Koenig | 2010-07-19 | 2 | -1/+24 |
* | tweak defconfig | Denys Vlasenko | 2010-07-18 | 1 | -1/+1 |
* | wget: fix progress display | Denys Vlasenko | 2010-07-12 | 1 | -1/+1 |
* | ifplugd: code shrink | Maksym Kryzhanovskyy | 2010-07-08 | 1 | -60/+35 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 4 | -14/+7 |
* | remove some dead assignments, add a TODO comment | Denys Vlasenko | 2010-07-04 | 1 | -2/+1 |
* | ip a: fix SEGV if "dev IFACE" is not specified | Denys Vlasenko | 2010-07-04 | 1 | -24/+23 |
* | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 2 | -4/+3 |
* | nc: better comments. no code changes | Denys Vlasenko | 2010-06-28 | 1 | -3/+5 |
* | remove recently added erroneous _and_die() | Denys Vlasenko | 2010-06-27 | 2 | -2/+2 |