findutils/*: move usage and applet bits to *.c files
[oweals/busybox.git] / networking /
2010-06-12 Denys Vlasenkotftp: make message about 512 byte block less confusing
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-06-04 Mike Frysingerudhcpd: fix daemonize crash on nommu systems
2010-05-30 Denys Vlasenkodhcp: truncate packets instead of padding them to 574...
2010-05-30 Denys Vlasenkodhcp: indicate IP network order in prototypes too
2010-05-30 Denys Vlasenkodhcp: readability cleanups and small code shrink
2010-05-27 Denys Vlasenkotrivial fixes: use uint8_t, not __u8; fix defconfig...
2010-05-25 Bernhard Reutner... ip addr: shrink
2010-05-25 Bernhard Reutner... ip addr: unify parsing args
2010-05-25 Bernhard Reutner... ip rule: unify parsing args
2010-05-25 Bernhard Reutner... ip tunnel: unify parsing args; no obj-code changes
2010-05-25 Bernhard Reutner... ip link: add qlen
2010-05-25 Bernhard Reutner... iplink: shrink
2010-05-25 Bernhard Reutner... iplink: support add/delete
2010-05-25 Bernhard Reutner... ipaddress: print OPERSTATEs and NO-CARRIER
2010-05-23 Denys Vlasenkoifconfig: do not truncate interface names. closes bug...
2010-05-18 Denys Vlasenkoash: fix bug which causes signal6.tests to fail
2010-05-11 Denys Vlasenkoifplugd: fix typo in prev commit
2010-05-10 Denys Vlasenkowork on adding testsuite runs to randomconfig test...
2010-05-08 Denys Vlasenkoifplugd: replace potentially-leaking setenv with malloc...
2010-05-02 Denys Vlasenkoifdown: use /var/run/udhcpc.%iface%.pid only if it...
2010-05-02 Denys Vlasenkoudhcpd: fix hostname truncation bug 1663
2010-04-27 Denys Vlasenkotelnet: prevent SEGV if we are requested TELOPT_NEW_ENV...
2010-04-26 Denys Vlasenkodnsd: fix unaligned access problem
2010-04-21 Denys Vlasenkoftpd: work around LIST -aXYZ too, not only LIST -lXYZ
2010-04-15 Denys Vlasenkohttpd_indexcgi example: trivial fix
2010-04-14 Denys Vlasenkodnsd: enforce alignment on packet buffer
2010-04-07 Steve Bennettipcalc: more correct checking for proper number of...
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-04-06 Denys Vlasenkoudhcp: s/sipservers/sipsrv/ to match other similar...
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-04 Denys Vlasenkowho: fix attempts to open '/dev/dev/ttyX'; make columns...
2010-04-04 Denys Vlasenkoudhcpd: note missing sanity checks on INFORM message...
2010-04-04 Denys Vlasenkoudhcp: implement "raw" binary options. Closes bug 735
2010-04-04 Denys Vlasenkolibbb: factor out hex2bin() for infiniband address...
2010-04-04 Denys Vlasenkoudhcp: s/dhcp_option/dhcp_optflag/g
2010-04-04 Denys Vlasenkoudhcpc: trivial shrink
2010-04-03 Denys Vlasenkoudhcpd: support decoding of option 120 "SIP servers...
2010-04-03 Denys Vlasenkoftpd: shrink by 33 bytes
2010-04-02 Denys Vlasenkolibbb: make index_in_substrings return -1 on ambiguous...
2010-04-02 Denys Vlasenkohttpd: fix proxy mode bug (annoying but harmless),...
2010-04-02 Denys Vlasenkoifplugd: more robust interface name match check
2010-04-01 Denys Vlasenkoclean up redundant, commented-out and misplaced includes
2010-03-31 Denys Vlasenkofix Config.in tab usage
2010-03-30 Maxim Kryzhanovskyifplugd: code shrink; expanded comments
2010-03-29 Maxim Kryzhanovskyifplugd: code shrink
2010-03-27 Denys Vlasenkodumpleases: better help text
2010-03-27 Denys Vlasenkoudhcpd: fix -v/-P mixup
2010-03-27 Denys Vlasenkoudhcp: abort if we see unknown option, and show valid...
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-03-26 Denys Vlasenkoudhcp: cosmetic cleanups; one case of s/full_read/xread/
2010-03-26 Denys Vlasenkoudhcp: pass pointer to whole packet to "add option...
2010-03-26 Denys Vlasenkoudhcp: move options.c to common.c; disable unused bool...
2010-03-25 Denys Vlasenkoudhcpc: add -x OPT:VAL option
2010-03-24 Denys Vlasenkoudhcp: add testing bits to dns en/decoder
2010-03-24 Denys Vlasenkoudhcp: we call DNS name encoder with NULL, this can...
2010-03-24 Denys Vlasenkoudhcp: fix DNS domanin codec bug: bad compression flag...
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-23 Denys Vlasenkoudhcp: handle errors in read_staticlease
2010-03-23 Maciek Borzeckibrctl: fixing stp parameters incompatibility
2010-03-23 Denys Vlasenkoudhcp: code shrink
2010-03-23 Denys Vlasenkoudhcp: remove two unused fields
2010-03-22 Denys Vlasenkoudhcp: make rfc derived doc more readable (but it still...
2010-03-22 Denys Vlasenkoudhcp: merge options.h into common.h, script.c into...
2010-03-22 Denys Vlasenkoudhcpc: do not test for srand init, just do it at the...
2010-03-22 Denys Vlasenkoudhcp: merge clientpacket.c into dhcpc.c
2010-03-22 Denys Vlasenkoudhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
2010-03-21 Denys Vlasenkodhcpd: apparently, sometimes IP is in ciaddr, not reque...
2010-03-21 Denys Vlasenkoudhcpd: untangle incredibly messy handling of DHCPREQUEST
2010-03-21 Denys Vlasenkoudhcp: tweak udhcpd.conf example and comments. no code...
2010-03-20 Denys Vlasenkoudhcp: code shrink; disable time and log server options
2010-03-20 Denys Vlasenkoudhcpc: make it possible to disable vendor id; improve...
2010-03-20 Denys Vlasenkoudhcpd: remove five more options which do not make...
2010-03-20 Denys Vlasenkoudhcpd: remove redundant code in send_offer()
2010-03-20 Denys Vlasenkoudhcp: move serverpacket.c into dhcpd.c, no other changes
2010-03-19 Denys Vlasenkoudhcp: remove support for some really old and odd options
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-03-17 Bernhard Reutner... brctl: Fix comment
2010-03-17 Maciek Borzeckibrctl: fix parsing of timespec to allow 0 (setfd, sethe...
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-03-03 Denys Vlasenkoping: do not leak data from stack; shrink
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-27 Denys Vlasenko*: gethostname-related fixes
2010-02-26 Bernhard Reutner... Config: fix alphabetical ordering
2010-02-26 Bernhard Reutner... reuse a few strings
2010-02-24 Denys Vlasenkotypo fixes
2010-02-19 Denys Vlasenkonetstat: fix a trivial bug
2010-02-11 Denys Vlasenkowget: fix bug 1057 "busybox wget segfaults with http_pr...
2010-02-10 Bernhard Reutner... wget: ignore --no-check-certificate
2010-02-07 Denys Vlasenkodnsd: add -s option. This allows (clumsy) operation...
2010-02-07 Denys Vlasenkodnsd: add more -v messages
2010-02-06 Denys Vlasenkodnsd: fix one big-endian goof; add a TODO about RA bit
2010-02-05 Denys Vlasenkoudhcp[cd]: fix aliasing warnings
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
next