aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko
2007-05-26- fix typo in help text and fix punctuationBernhard Reutner-Fischer
2007-05-24udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko
2007-05-17several *.c files:Denis Vlasenko
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko
2007-05-16netstat: fix error in new -W option handlingDenis Vlasenko
2007-05-15netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko
2007-05-15- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer
2007-05-09tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko
2007-05-08tftp: code diet, and I think retransmits were broken.Denis Vlasenko
2007-05-03udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko
2007-05-02ifupdown: small optimization (avoid doing useless work if we areDenis Vlasenko
2007-05-02ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko
2007-05-02ifupdown: reread state file before rewriting it.Denis Vlasenko
2007-04-18"Unify base64 handling" is done, remove TODODenis Vlasenko
2007-04-16ether-wake: save a few more bytes of codeDenis Vlasenko
2007-04-16ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko
2007-04-16- fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-13sourse_route_list -> source_route_listDenis Vlasenko
2007-04-12- shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-11style fixes, no code changes.Denis Vlasenko
2007-04-11- set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-10- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer
2007-04-10- rewrite the ip applet to be less bloatyBernhard Reutner-Fischer
2007-04-10style fixes. No code changes.Denis Vlasenko
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko
2007-04-06nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko
2007-04-05nc: missed exit() in signal handlerDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-04-05- add -s|--spider which only checks if the file exists but does not download ...Bernhard Reutner-Fischer
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-04-01Copyright, help text, whitespace cleanupsDenis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
2007-03-29traceroute: move data off bss. small code optimizations.Denis Vlasenko
2007-03-29dumpleases: getopt32()-izationDenis Vlasenko
2007-03-28- fix formatting of help textBernhard Reutner-Fischer
2007-03-27make pidfile writing configurable.Denis Vlasenko
2007-03-26zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko
2007-03-26Attempt to get more applets compile for NOMMU.Denis Vlasenko