| Commit message (Expand) | Author | Age | Files | Lines |
* | general warning cleanupold | Nguyễn Thái Ngọc Duy | 2009-05-10 | 1 | -0/+1 |
* | Config.in: comment out programs/features that will not get supported anytime ... | Nguyễn Thái Ngọc Duy | 2009-04-28 | 1 | -0/+14 |
* | networking/wget: unmask, with very basic functionality | Nguyễn Thái Ngọc Duy | 2009-04-28 | 2 | -1/+40 |
* | Config.in: remove menus that apparently will not work on Windows (except mayb... | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+1 |
* | fixes up to 1.6.1 | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -2/+2 |
* | delete tons of extra #includes | vda | 2007-05-31 | 14 | -51/+24 |
* | use "glibc errno" trick not only for ash, but for entire busybox | vda | 2007-05-31 | 1 | -7/+1 |
* | whitespace fixes | vda | 2007-05-30 | 5 | -10/+10 |
* | ping: fix wrong sign extension of packet id (bug 1373) | vda | 2007-05-27 | 1 | -2/+2 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 31 | -33/+35 |
* | xpipe: introduce (saves ~170 bytes) | vda | 2007-05-26 | 1 | -6/+7 |
* | - fix typo in help text and fix punctuation | aldot | 2007-05-26 | 1 | -4/+4 |
* | udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not... | vda | 2007-05-24 | 1 | -1/+3 |
* | several *.c files: | vda | 2007-05-17 | 1 | -2/+3 |
* | fix trivial compile errors found by randomconfig run | vda | 2007-05-17 | 1 | -0/+8 |
* | netstat: fix error in new -W option handling | vda | 2007-05-16 | 1 | -2/+3 |
* | netstat: introduce -W: wide, ipv6-friendly output | vda | 2007-05-15 | 2 | -166/+161 |
* | - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: | aldot | 2007-05-15 | 1 | -10/+5 |
* | tftp: explain "block# 0" codepath; report our decision to bail out to server | vda | 2007-05-09 | 1 | -73/+70 |
* | tftp: code diet, and I think retransmits were broken. | vda | 2007-05-08 | 1 | -209/+159 |
* | udhcpc: stop deleting our own pidfile if we daemonize. | vda | 2007-05-03 | 3 | -34/+35 |
* | ifupdown: small optimization (avoid doing useless work if we are | vda | 2007-05-02 | 1 | -10/+10 |
* | ifupdown: mke it possible to use DHCP clients different from udhcp. | vda | 2007-05-02 | 2 | -33/+48 |
* | ifupdown: reread state file before rewriting it. | vda | 2007-05-02 | 1 | -36/+37 |
* | "Unify base64 handling" is done, remove TODO | vda | 2007-04-18 | 1 | -3/+2 |
* | ether-wake: save a few more bytes of code | vda | 2007-04-16 | 1 | -8/+7 |
* | ether-wake: close bug 1317. Reorder fuctions to avoid | vda | 2007-04-16 | 1 | -87/+86 |
* | - fix compilation when ENABLE_FEATURE_IP_RULE was off | aldot | 2007-04-16 | 1 | -3/+5 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 1 | -5/+5 |
* | style fixes | vda | 2007-04-13 | 1 | -1/+1 |
* | sourse_route_list -> source_route_list | vda | 2007-04-13 | 1 | -6/+6 |
* | - shrink iproute a bit (-200 bytes). Untested | aldot | 2007-04-12 | 3 | -63/+84 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 14 | -239/+141 |
* | style fixes. No code changes | vda | 2007-04-12 | 3 | -7/+7 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 3 | -10/+5 |
* | style fixes, no code changes. | vda | 2007-04-11 | 1 | -1/+1 |
* | - set the scope properly. Thanks to Jean Wolter, who wrote: | aldot | 2007-04-11 | 1 | -0/+12 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 2 | -3/+3 |
* | - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. | aldot | 2007-04-10 | 7 | -136/+51 |
* | - rewrite the ip applet to be less bloaty | aldot | 2007-04-10 | 2 | -23/+49 |
* | style fixes. No code changes. | vda | 2007-04-10 | 2 | -3/+2 |
* | - add libbb function str_tolower to convert a string to lowercase. | aldot | 2007-04-10 | 1 | -56/+49 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | vda | 2007-04-08 | 1 | -1/+1 |
* | libiproute: audit callgraph, shortcut error paths into die() functions. | vda | 2007-04-07 | 11 | -319/+247 |
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | vda | 2007-04-07 | 9 | -156/+169 |
* | random small shrinkage and elimination of statics | vda | 2007-04-07 | 1 | -3/+4 |
* | nc: code shrinkage, bugfixes. -50 bytes code size | vda | 2007-04-06 | 1 | -106/+142 |
* | nc: missed exit() in signal handler | vda | 2007-04-05 | 1 | -0/+1 |
* | nc: port nc 1.10 to busybox | vda | 2007-04-05 | 3 | -1/+805 |
* | - add -s|--spider which only checks if the file exists but does not download ... | aldot | 2007-04-05 | 1 | -9/+16 |