aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* general warning cleanupoldNguyễn Thái Ngọc Duy2009-05-101-0/+1
* Config.in: comment out programs/features that will not get supported anytime ...Nguyễn Thái Ngọc Duy2009-04-281-0/+14
* networking/wget: unmask, with very basic functionalityNguyễn Thái Ngọc Duy2009-04-282-1/+40
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-2/+2
* delete tons of extra #includesvda2007-05-3114-51/+24
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-7/+1
* whitespace fixesvda2007-05-305-10/+10
* ping: fix wrong sign extension of packet id (bug 1373)vda2007-05-271-2/+2
* usage.c: remove reference to busybox.hvda2007-05-2631-33/+35
* xpipe: introduce (saves ~170 bytes)vda2007-05-261-6/+7
* - fix typo in help text and fix punctuationaldot2007-05-261-4/+4
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...vda2007-05-241-1/+3
* several *.c files:vda2007-05-171-2/+3
* fix trivial compile errors found by randomconfig runvda2007-05-171-0/+8
* netstat: fix error in new -W option handlingvda2007-05-161-2/+3
* netstat: introduce -W: wide, ipv6-friendly outputvda2007-05-152-166/+161
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:aldot2007-05-151-10/+5
* tftp: explain "block# 0" codepath; report our decision to bail out to servervda2007-05-091-73/+70
* tftp: code diet, and I think retransmits were broken.vda2007-05-081-209/+159
* udhcpc: stop deleting our own pidfile if we daemonize.vda2007-05-033-34/+35
* ifupdown: small optimization (avoid doing useless work if we arevda2007-05-021-10/+10
* ifupdown: mke it possible to use DHCP clients different from udhcp.vda2007-05-022-33/+48
* ifupdown: reread state file before rewriting it.vda2007-05-021-36/+37
* "Unify base64 handling" is done, remove TODOvda2007-04-181-3/+2
* ether-wake: save a few more bytes of codevda2007-04-161-8/+7
* ether-wake: close bug 1317. Reorder fuctions to avoidvda2007-04-161-87/+86
* - fix compilation when ENABLE_FEATURE_IP_RULE was offaldot2007-04-161-3/+5
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-5/+5
* style fixesvda2007-04-131-1/+1
* sourse_route_list -> source_route_listvda2007-04-131-6/+6
* - shrink iproute a bit (-200 bytes). Untestedaldot2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-1214-239/+141
* style fixes. No code changesvda2007-04-123-7/+7
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-113-10/+5
* style fixes, no code changes.vda2007-04-111-1/+1
* - set the scope properly. Thanks to Jean Wolter, who wrote:aldot2007-04-111-0/+12
* add more convenient defines for [NO]MMU:vda2007-04-112-3/+3
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.aldot2007-04-107-136/+51
* - rewrite the ip applet to be less bloatyaldot2007-04-102-23/+49
* style fixes. No code changes.vda2007-04-102-3/+2
* - add libbb function str_tolower to convert a string to lowercase.aldot2007-04-101-56/+49
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.vda2007-04-0711-319/+247
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.vda2007-04-079-156/+169
* random small shrinkage and elimination of staticsvda2007-04-071-3/+4
* nc: code shrinkage, bugfixes. -50 bytes code sizevda2007-04-061-106/+142
* nc: missed exit() in signal handlervda2007-04-051-0/+1
* nc: port nc 1.10 to busyboxvda2007-04-053-1/+805
* - add -s|--spider which only checks if the file exists but does not download ...aldot2007-04-051-9/+16