summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ping: fix wrong sign extension of packet id (bug 1373)Denis Vlasenko2007-05-271-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-2631-33/+35
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-6/+7
* - fix typo in help text and fix punctuationBernhard Reutner-Fischer2007-05-261-4/+4
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko2007-05-241-1/+3
* several *.c files:Denis Vlasenko2007-05-171-2/+3
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+8
* netstat: fix error in new -W option handlingDenis Vlasenko2007-05-161-2/+3
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-152-166/+161
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer2007-05-151-10/+5
* tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko2007-05-091-73/+70
* tftp: code diet, and I think retransmits were broken.Denis Vlasenko2007-05-081-209/+159
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-033-34/+35
* ifupdown: small optimization (avoid doing useless work if we areDenis Vlasenko2007-05-021-10/+10
* ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko2007-05-022-33/+48
* ifupdown: reread state file before rewriting it.Denis Vlasenko2007-05-021-36/+37
* "Unify base64 handling" is done, remove TODODenis Vlasenko2007-04-181-3/+2
* ether-wake: save a few more bytes of codeDenis Vlasenko2007-04-161-8/+7
* ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko2007-04-161-87/+86
* - fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer2007-04-161-3/+5
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-5/+5
* style fixesDenis Vlasenko2007-04-131-1/+1
* sourse_route_list -> source_route_listDenis Vlasenko2007-04-131-6/+6
* - shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-1214-239/+141
* style fixes. No code changesDenis Vlasenko2007-04-123-7/+7
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-113-10/+5
* style fixes, no code changes.Denis Vlasenko2007-04-111-1/+1
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-112-3/+3
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer2007-04-107-136/+51
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-102-23/+49
* style fixes. No code changes.Denis Vlasenko2007-04-102-3/+2
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-101-56/+49
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-0711-319/+247
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-079-156/+169
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-3/+4
* nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko2007-04-061-106/+142
* nc: missed exit() in signal handlerDenis Vlasenko2007-04-051-0/+1
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-053-1/+805
* - add -s|--spider which only checks if the file exists but does not download ...Bernhard Reutner-Fischer2007-04-051-9/+16
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-048-16/+16
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-011-2/+2
* tcpsvd: new appletDenis Vlasenko2007-04-012-2/+2
* traceroute: move data off bss. small code optimizations.Denis Vlasenko2007-03-291-94/+109
* dumpleases: getopt32()-izationDenis Vlasenko2007-03-291-34/+27
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
* make pidfile writing configurable.Denis Vlasenko2007-03-272-37/+18
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-73/+73