udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
[oweals/busybox.git] / networking /
2010-10-21 Denys Vlasenkoudhcpd: reduce stack usage by ~700 bytes. +28 bytes...
2010-10-20 Leonid Lisovskiyntpd: fix usage text and a typo in constant name
2010-10-20 Denys Vlasenkoudhcpc: exit if iface disappeared; use correct MAC...
2010-10-20 Denys Vlasenkoudhcpc: reduce stack usage by de-inlining routines...
2010-10-20 Denys Vlasenkoudhcpc: periodically reread our ifindex and mac
2010-10-20 Denys Vlasenkoudhcpc: emit maxsize option in all non-NAK type packets
2010-10-20 Denys Vlasenkodhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
2010-10-20 Denys Vlasenkoudhcpc: better help text
2010-10-20 Denys Vlasenkoudhcpc: remove now-unneeded definitions of vendor and...
2010-10-19 Denys Vlasenkoudhcpc: remove -c CLIENTID, it is hard to use, -x 61...
2010-10-19 Denys Vlasenkoudhcpc: move usage text to .c file. no code changes
2010-10-18 Denys Vlasenko*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes...
2010-10-18 Denys Vlasenko*: use SWAP_BE64 instead of open-coding it
2010-10-17 Vladislav Grishenkoudhcpc: fix OPTION_IP_PAIR parsing
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-10-09 Denys Vlasenkotweak help text
2010-10-05 Denys Vlasenkodhcprelay: code shrink, and explain its workings a...
2010-10-03 Denys Vlasenkontpd: allow peer-less (standalone stratum 1 server...
2010-09-25 Vladislav Grishenkoudhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R...
2010-09-23 Nguyễn Thái Ngọc Duywget: flush output to network before receving reply
2010-09-23 Rob Landleynbd-client: new applet
2010-09-07 Denys Vlasenkonc: show help text on bad parameters
2010-09-06 Denys Vlasenkomade 3 license strings to follow the usual form ("or...
2010-09-03 Denys Vlasenkoifupdown: %client%, not %clientid%
2010-09-01 Denys Vlasenkobetter shared strings trick
2010-08-30 Denys Vlasenkoiplink: another compat #ifndef/#define tweak
2010-08-27 Denys Vlasenkontpd: with -q, exit after 60 seconds even if time is...
2010-08-22 Denys Vlasenkoip: add a #define for older kernels
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-08-08 Denys Vlasenkowget: fix ndelay_on call; progress bar: small shrink
2010-08-08 Denys Vlasenkowget: make -T support enabled by default
2010-08-08 Bradley M. Kuhnwget: implement -T SEC; rework progress meter to not...
2010-08-07 Denys VlasenkoFix a typo in config text
2010-07-26 Peter Korsgaardhttpd: simplified "gzip" test
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-25 Denys Vlasenko*: more empty lines removed. no code changes
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-25 Peter Korsgaardhttpd: optional support for gzip-compressed pages
2010-07-25 Denys Vlasenkohttpd: cosmetic fixes, no code changes
2010-07-24 Denys Vlasenkolibiproute: code shrink by adding FAST_FUNC
2010-07-24 Denys Vlasenkoip: fix "ip r" breakage
2010-07-22 Natanael Copalibnetlink: code shrink
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...
next