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