- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 2cc7091 inetd: comment tweak. no code changes by Denys Vlasenko · 15 years ago
- ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
- cfc2163 inetd: be more careful with syslog socket; other small fixes by Denys Vlasenko · 15 years ago
- 22cbfbd ethr-wake: can use ether_hostton on uclibc >= 0.9.30 by Denys Vlasenko · 15 years ago
- 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
- aa369e0 udhcpc: if got IP successfully, disable -n for future renewals by Justin Maggard · 15 years ago
- 0568b6e randomconfig fixes by Denys Vlasenko · 15 years ago
- 63416cc nc: fix nc -ll; report vfork errors; make select loop faster by Tomoya Adachi · 15 years ago
- bac9f03 tftp: add comment, no code changes by Denys Vlasenko · 15 years ago
- 330d898 tftp[d]: fix block# handling on upload with non-default blocksize by Atsushi Nemoto · 15 years ago
- d6513cf tcpsvd,udpsvd: fix uid/gid printing when run with -u by Denys Vlasenko · 15 years ago
- 4abfc26 udhcpc: small simplification by Denys Vlasenko · 15 years ago
- 753a3ce typo by Denys Vlasenko · 15 years ago
- 7d6a791 udhcpc: add/edit comments, no code changes by Denys Vlasenko · 15 years ago
- 13ca4b1 udhcpc: simplify manual renew (make it more similar to automatic one) by Denys Vlasenko · 15 years ago
- 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
- 860d2bb fix fallout from BSD patches by Denys Vlasenko · 15 years ago
- 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
- 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
- b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
- 97ef654 udhcpc: support option 0x79 (static routes) (part of bug 341) by Denys Vlasenko · 15 years ago
- 7895b91 udhcp: dname_dec may return NULL, account for that case by Denys Vlasenko · 15 years ago
- 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
- f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
- ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
- 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
- 4248c33 udhcpc: fix a read error loop (e.g.: device is down) blocking TERM by Denys Vlasenko · 15 years ago
- d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
- 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 15 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
- bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
- dc36a72 udhcp: cosmetics in arpping.c, no code changes by Denys Vlasenko · 15 years ago
- 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 15 years ago
- 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
- 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 15 years ago
- 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
- ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
- ed8982b udhcp: add a few TODOs by Denys Vlasenko · 15 years ago
- 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 15 years ago
- cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 15 years ago
- 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 15 years ago
- 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 15 years ago
- 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 15 years ago
- 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 15 years ago
- 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 15 years ago
- 1d77db8 telnetd: more compact version of the fix for stray open fds by Denys Vlasenko · 15 years ago
- a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 15 years ago
- 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 16 years ago
- 035b4d7 ftpd: allow multiple -S options to increase verbosity too, like -v by Denys Vlasenko · 16 years ago
- 0f952c2 inetd: comment why we redirect stderr to network by Denys Vlasenko · 16 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
- 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
- bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
- c8ab67c tftp: do not risk invoking Sorcerer's Apprentice syndrome by Denys Vlasenko · 16 years ago
- 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
- 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
- 9c35a1c ifplugd: fix warnings by Denys Vlasenko · 16 years ago
- 47aaa2b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. by Denys Vlasenko · 16 years ago
- 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
- 80e57eb ifplugd: tiny shrink by Denis Vlasenko · 16 years ago
- f4e4563 ifplugd: add copyright by Denis Vlasenko · 16 years ago
- 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
- f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
- eb4e5ec inetd: constify data by Denis Vlasenko · 16 years ago
- c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
- 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
- 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
- 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 16 years ago
- a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
- 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