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