1. 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 18 years ago
  2. aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
  3. 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
  4. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  5. 677cb5e hostname declaration was misplaced by Denis Vlasenko · 18 years ago
  6. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  7. 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
  8. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  9. d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
  10. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  11. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  12. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  13. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  14. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  15. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  16. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  17. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  18. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  19. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  20. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  21. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  22. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  23. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  24. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  25. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  26. d1a6e8d inetd: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  27. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  28. b8b81a6 small size optimization by Denis Vlasenko · 18 years ago
  29. 844ff09 isrv.h: add copyright info by Denis Vlasenko · 18 years ago
  30. fdf7aec I forgot "svn add" AGAIN! :( by Denis Vlasenko · 18 years ago
  31. c14c95e fakeidentd: avoid extra fcntl calls by Denis Vlasenko · 18 years ago
  32. 1925081 fakeidentd: fix daemon mode (was thinking that it is in by Denis Vlasenko · 18 years ago
  33. ffcef2d inetd: open log after daemonization by Denis Vlasenko · 18 years ago
  34. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  35. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  36. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  37. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  38. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  39. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  40. f8138d1 fakeinetd: attempted ipv6-ization (and it's done) by Denis Vlasenko · 18 years ago
  41. 4fa5e8b fix my own breakage by Denis Vlasenko · 18 years ago
  42. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  43. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  44. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  45. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 18 years ago
  46. f07fe62 vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() by Bernhard Reutner-Fischer · 18 years ago
  47. 44c2eb2 ping6: fix sequence numbers (missed ntoh) and ttl display. by Denis Vlasenko · 18 years ago
  48. 681f183 Previous "fix" wasn't good enough. Now *this* is the correct fix (I think). by Denis Vlasenko · 18 years ago
  49. 91c06e0 arp: small fixes for user-supplied device name case by Denis Vlasenko · 18 years ago
  50. 42646c5 - style fixes and shrink by another 4 bytes while at it. by Bernhard Reutner-Fischer · 18 years ago
  51. 6998142 httpd: stop adding our own "Content-type:" to CGI output by Denis Vlasenko · 18 years ago
  52. 88e2b1c I *always* forgotting svn add by Denis Vlasenko · 18 years ago
  53. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
  54. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 18 years ago
  55. a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 18 years ago
  56. 919c10d ping[6]: don't do htons(a++), it can be a macro by Denis Vlasenko · 18 years ago
  57. b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 18 years ago
  58. 562dc24 ftpgetput: fix PASV mode, fix xatou0induced breakage, by Denis Vlasenko · 18 years ago
  59. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  60. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  61. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 18 years ago
  62. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 18 years ago
  63. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
  64. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  65. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  66. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
  67. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  68. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  69. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  70. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  71. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  72. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  73. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  74. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  75. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  76. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  77. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
  78. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  79. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  80. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  81. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  82. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  83. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago
  84. db50647 httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, by Denis Vlasenko · 18 years ago
  85. 10f7dd1 tftp: corrupted input packets were killing retransmits - fixed by Denis Vlasenko · 18 years ago
  86. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  87. 3469c18 wget: smallish optimization by Denis Vlasenko · 18 years ago
  88. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  89. 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
  90. 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
  91. 57d83ff - Proposed fix to make aliases work (with uClibc-current). by Bernhard Reutner-Fischer · 18 years ago
  92. 1819eee - Improve wording in error message. by Bernhard Reutner-Fischer · 18 years ago
  93. bb59f02 - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. by Bernhard Reutner-Fischer · 18 years ago
  94. 732268f - provide central knob to turn off RPC related options. by Bernhard Reutner-Fischer · 18 years ago
  95. a35c9e9 httpd: fix decode of '/' when called via -d by Denis Vlasenko · 18 years ago
  96. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  97. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  98. c2f5b02 udhcpc: fix my breakage by Denis Vlasenko · 18 years ago
  99. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  100. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago