1. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 18 years ago
  2. a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 18 years ago
  3. 919c10d ping[6]: don't do htons(a++), it can be a macro by Denis Vlasenko · 18 years ago
  4. b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 18 years ago
  5. 562dc24 ftpgetput: fix PASV mode, fix xatou0induced breakage, by Denis Vlasenko · 18 years ago
  6. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  7. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  8. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 18 years ago
  9. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 18 years ago
  10. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
  11. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  12. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  13. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
  14. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  15. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  16. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  17. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  18. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  19. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  20. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  21. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  22. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  23. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  24. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
  25. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  26. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  27. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  28. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  29. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  30. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago
  31. db50647 httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, by Denis Vlasenko · 18 years ago
  32. 10f7dd1 tftp: corrupted input packets were killing retransmits - fixed by Denis Vlasenko · 18 years ago
  33. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  34. 3469c18 wget: smallish optimization by Denis Vlasenko · 18 years ago
  35. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  36. 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
  37. 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
  38. 57d83ff - Proposed fix to make aliases work (with uClibc-current). by Bernhard Reutner-Fischer · 18 years ago
  39. 1819eee - Improve wording in error message. by Bernhard Reutner-Fischer · 18 years ago
  40. bb59f02 - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. by Bernhard Reutner-Fischer · 18 years ago
  41. 732268f - provide central knob to turn off RPC related options. by Bernhard Reutner-Fischer · 18 years ago
  42. a35c9e9 httpd: fix decode of '/' when called via -d by Denis Vlasenko · 18 years ago
  43. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  44. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  45. c2f5b02 udhcpc: fix my breakage by Denis Vlasenko · 18 years ago
  46. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  47. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  48. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  49. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  50. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  51. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  52. 2813ce2 ifconfig: do not try to continue on errors. not much sence in doing that by Denis Vlasenko · 18 years ago
  53. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  54. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  55. a741b77 ifupdown: by Denis Vlasenko · 18 years ago
  56. 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
  57. 4e4662c wget: -O - still outputs progressbar (to stderr) Noticed dead code. -100 bytes. by Denis Vlasenko · 18 years ago
  58. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  59. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  60. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  61. 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
  62. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  63. aad4999 #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 by Denis Vlasenko · 18 years ago
  64. 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
  65. 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
  66. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  67. 5096246 ifconfig: looks like char host[128] is not really needed. by Denis Vlasenko · 18 years ago
  68. f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
  69. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  70. 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  71. a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
  72. 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
  73. 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
  74. 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
  75. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  76. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  77. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  78. 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
  79. a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
  80. 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
  81. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  82. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  83. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  84. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  85. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  86. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  87. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  88. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  89. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  90. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  91. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  92. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  93. 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago
  94. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  95. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  96. 9f60929 httpd: sendCgi() forked child needs to close opened by Denis Vlasenko · 18 years ago
  97. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  98. 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  99. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  100. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago