ifplugd: code shrink
[oweals/busybox.git] / networking /
2010-07-22 Maksym Kryzhanovskyyifplugd: code shrink
2010-07-18 Jeremie Koenigtcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST
2010-07-18 Jeremie Koeniglibbb: conditionalize AF_* usage in error reporting
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-07-18 Denys Vlasenkotweak defconfig
2010-07-12 Denys Vlasenkowget: fix progress display
2010-07-08 Maksym Kryzhanovskyyifplugd: code shrink
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-04 Denys Vlasenkoremove some dead assignments, add a TODO comment
2010-07-04 Denys Vlasenkoip a: fix SEGV if "dev IFACE" is not specified
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-28 Denys Vlasenkonc: better comments. no code changes
2010-06-27 Denys Vlasenkoremove recently added erroneous _and_die()
2010-06-27 Denys Vlasenkonc: introduce CONFIG_NC_110_COMPAT option.
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-06-24 Denys Vlasenkontpd: step correction to variables had wrong sign,...
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-19 Denys Vlasenkocosmetics on top of Dan's patches
2010-06-19 Dan FandrichA few minor portability improvements
2010-06-18 Denys Vlasenkotftp: increase initial retry timeout from 50 to 100 ms
2010-06-17 Denys Vlasenkonetworking/Config.src: make tftp/tftpd-related options...
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
next