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