- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
- 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 14 years ago
- c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
- 58a15cd Fix a typo in config text by Denys Vlasenko · 14 years ago
- e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
- ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
- 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
- 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
- 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
- e0a6220 ip: fix "ip r" breakage by Denys Vlasenko · 14 years ago
- b78ac5a libnetlink: code shrink by Natanael Copa · 14 years ago
- 4f0279b ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
- 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
- 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- fb4cb1c tweak defconfig by Denys Vlasenko · 14 years ago
- c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
- 9388b4e ifplugd: code shrink by Maksym Kryzhanovskyy · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
- fd74451 ip a: fix SEGV if "dev IFACE" is not specified by Denys Vlasenko · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 7d1201c nc: better comments. no code changes by Denys Vlasenko · 14 years ago
- 31c3dad remove recently added erroneous _and_die() by Denys Vlasenko · 14 years ago
- 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
- 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
- eff6d59 ntpd: step correction to variables had wrong sign, fixing by Denys Vlasenko · 14 years ago
- dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
- 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
- fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
- 5b1dfe6 tftp: increase initial retry timeout from 50 to 100 ms by Denys Vlasenko · 14 years ago
- 0cc2594 networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017 by Denys Vlasenko · 14 years ago
- 53e2f38 tftp: make message about 512 byte block less confusing by Denys Vlasenko · 15 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- 6db1373 udhcpd: fix daemonize crash on nommu systems by Mike Frysinger · 15 years ago
- b8b72f0 dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849 by Denys Vlasenko · 15 years ago
- e58c6e2 dhcp: indicate IP network order in prototypes too by Denys Vlasenko · 15 years ago
- b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
- eb29e91 trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole by Denys Vlasenko · 15 years ago
- c5f30c0 ip addr: shrink by Bernhard Reutner-Fischer · 15 years ago
- cc4493a ip addr: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
- 1b35498 ip rule: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
- 96913f9 ip tunnel: unify parsing args; no obj-code changes by Bernhard Reutner-Fischer · 15 years ago
- ab0e412 ip link: add qlen by Bernhard Reutner-Fischer · 15 years ago
- d148e48 iplink: shrink by Bernhard Reutner-Fischer · 15 years ago
- 6faebfa iplink: support add/delete by Bernhard Reutner-Fischer · 15 years ago
- 49ee839 ipaddress: print OPERSTATEs and NO-CARRIER by Bernhard Reutner-Fischer · 15 years ago
- a85b66e ifconfig: do not truncate interface names. closes bug 1795 by Denys Vlasenko · 15 years ago
- 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 15 years ago
- 78d035f ifplugd: fix typo in prev commit by Denys Vlasenko · 15 years ago
- ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
- 19afe84 ifplugd: replace potentially-leaking setenv with malloc/putenv/free by Denys Vlasenko · 15 years ago
- 78abf88 ifdown: use /var/run/udhcpc.%iface%.pid only if it exists by Denys Vlasenko · 15 years ago
- fde3fb3 udhcpd: fix hostname truncation bug 1663 by Denys Vlasenko · 15 years ago
- 25b10d9 telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON. by Denys Vlasenko · 15 years ago
- 6646de0 dnsd: fix unaligned access problem by Denys Vlasenko · 15 years ago
- 238c83b ftpd: work around LIST -aXYZ too, not only LIST -lXYZ by Denys Vlasenko · 15 years ago
- c2d413b httpd_indexcgi example: trivial fix by Denys Vlasenko · 15 years ago
- 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
- 823b636 ipcalc: more correct checking for proper number of arguments by Steve Bennett · 15 years ago
- f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
- 5ab6b0f udhcp: s/sipservers/sipsrv/ to match other similar option names by Denys Vlasenko · 15 years ago
- 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
- 4c72104 who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H by Denys Vlasenko · 15 years ago
- f8fcc18 udhcpd: note missing sanity checks on INFORM message handling by Denys Vlasenko · 15 years ago
- 4f3aa51 udhcp: implement "raw" binary options. Closes bug 735 by Denys Vlasenko · 15 years ago
- 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
- c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
- 9c0ea86 udhcpc: trivial shrink by Denys Vlasenko · 15 years ago
- 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
- 4a1884d ftpd: shrink by 33 bytes by Denys Vlasenko · 15 years ago
- 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
- 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
- 3720121 ifplugd: more robust interface name match check by Denys Vlasenko · 15 years ago
- 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
- 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
- 2004fa1 ifplugd: code shrink; expanded comments by Maxim Kryzhanovsky · 15 years ago
- fcb84c8 ifplugd: code shrink by Maxim Kryzhanovsky · 15 years ago
- c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
- 406bd14 udhcpd: fix -v/-P mixup by Denys Vlasenko · 15 years ago
- 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
- 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
- a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
- 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
- 3d9c69f udhcp: add testing bits to dns en/decoder by Denys Vlasenko · 15 years ago
- 702f7d6 udhcp: we call DNS name encoder with NULL, this can SEGV. added a check by Denys Vlasenko · 15 years ago
- a14a9d7 udhcp: fix DNS domanin codec bug: bad compression flag checks by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
- 30ebd7b brctl: fixing stp parameters incompatibility by Maciek Borzecki · 15 years ago
- e283413 udhcp: code shrink by Denys Vlasenko · 15 years ago