- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 76478b8 udhcpc: fix truncation of last char in client hostnames by Denis Vlasenko · 16 years ago
- c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
- 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
- e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
- ef1b439 dnsd: stop using oversized buffer. trim comment. by Denis Vlasenko · 16 years ago
- 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
- f8de411 dnsd: removed highly questionable setting of signals to SIG_IGN by Denis Vlasenko · 16 years ago
- ddbf3bf dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com) by Denis Vlasenko · 16 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
- 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
- bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
- f9beb61 tftp: when we infer local name from remote (-r [/]path/path/file), by Denis Vlasenko · 16 years ago
- cbb4e61 httpd: add comment explaining why SERVER_NAME etc is not set. by Denis Vlasenko · 16 years ago
- 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
- fce4a94 ftpd: add some comments by Denis Vlasenko · 16 years ago
- e3b840c ftpd: trim messages (but make sure they still make sense) by Denis Vlasenko · 16 years ago
- 5b492ee ftpd: do not use nasty tricks for re-execing if we are on MMU machine. by Denis Vlasenko · 16 years ago
- 1432cb4 ftpd: add support for MDTM, I see clients often use it, by Denis Vlasenko · 16 years ago
- 3a7a1eb ftpd: document NLST format by Denis Vlasenko · 16 years ago
- 1a82555 ftpd: instead of wordy HELP, implement useful, and smaller, FEAT. by Denis Vlasenko · 16 years ago
- edb0de4 ftpd: implement -vv verbosity by Denis Vlasenko · 16 years ago
- e6c94a6 ftpd: tweak timeout code by Denis Vlasenko · 16 years ago
- 074c903 ftpd: fix thinko: set_nport takes port in network order by Denis Vlasenko · 16 years ago
- fbf5846 ftpd: dont use fdprintf for simple status messages by Denis Vlasenko · 16 years ago
- 43bb7bb ftpd: simplify PORT check by assuming IP = peer's IP. by Denis Vlasenko · 16 years ago
- 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago
- f2160b6 ftpd: security tightened up: by Denis Vlasenko · 16 years ago
- fc58ba1 ftpd: fix the bug where >2GB file ops report errors; by Denis Vlasenko · 16 years ago
- 54ac03a *: remove LOG_NOWAIT by Denis Vlasenko · 16 years ago
- 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
- a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
- 5b28d31 ftpd: add LOG_NDELAY to openlog by Denis Vlasenko · 16 years ago
- c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
- 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
- 57a3b17 ftp: reduce amount of realloc's done in cmdio_write by Denis Vlasenko · 16 years ago
- d42eb81 ftpd: code shrink by Denis Vlasenko · 16 years ago
- 3455285 ftpd: code shrink by Denis Vlasenko · 16 years ago
- f1a11b5 ftp: code shrink by Denis Vlasenko · 16 years ago
- 9e95920 ftpd: code shuffled a bit, added comments by Denis Vlasenko · 16 years ago
- 51c9bb1 ftpd: add comment by Denis Vlasenko · 16 years ago
- ffb4bb3 ftpd: further code shrink by Denis Vlasenko · 16 years ago
- 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
- 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
- bf9d179 adding forgotten new file by Denis Vlasenko · 16 years ago
- 16b4a2d ftpd: new applet by Adam Tkac by Denis Vlasenko · 16 years ago
- 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
- 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
- 787a492 ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, by Denis Vlasenko · 16 years ago
- 50af926 wget: fix --header handling by Denis Vlasenko · 16 years ago
- f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
- 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
- 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
- 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
- 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
- d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
- 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
- 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
- 802cab1 brctl: fix compilation on 2.4.x kernels by Denis Vlasenko · 16 years ago
- bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
- 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
- fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
- 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
- ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
- 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
- 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
- 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
- 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
- e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
- efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
- 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
- d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
- c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
- 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
- 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
- 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
- ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
- 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
- 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
- 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
- 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
- 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
- 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
- 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
- b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
- 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
- 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
- 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
- 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago