aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2010-03-29ifplugd: code shrinkMaxim Kryzhanovsky
2010-03-28dumpleases: better help textDenys Vlasenko
2010-03-27udhcpd: fix -v/-P mixupDenys Vlasenko
2010-03-27udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko
2010-03-26udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko
2010-03-24udhcp: add testing bits to dns en/decoderDenys Vlasenko
2010-03-24udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko
2010-03-24udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki
2010-03-23udhcp: code shrinkDenys Vlasenko
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: do not test for srand init, just do it at the startDenys Vlasenko
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko
2010-03-21dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko
2010-03-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2010-03-20udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko
2010-03-20udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko
2010-03-20udhcpd: remove redundant code in send_offer()Denys Vlasenko
2010-03-20udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-17brctl: Fix commentBernhard Reutner-Fischer
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-27Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26Config: fix alphabetical orderingBernhard Reutner-Fischer
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-24typo fixesDenys Vlasenko
2010-02-19netstat: fix a trivial bugDenys Vlasenko
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-07dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko
2010-02-07dnsd: add more -v messagesDenys Vlasenko
2010-02-06dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko