1. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  2. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  3. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  4. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  5. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  6. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  7. 2813ce2 ifconfig: do not try to continue on errors. not much sence in doing that by Denis Vlasenko · 18 years ago
  8. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  9. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  10. a741b77 ifupdown: by Denis Vlasenko · 18 years ago
  11. 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
  12. 4e4662c wget: -O - still outputs progressbar (to stderr) Noticed dead code. -100 bytes. by Denis Vlasenko · 18 years ago
  13. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  14. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  15. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  16. 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
  17. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  18. aad4999 #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 by Denis Vlasenko · 18 years ago
  19. 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
  20. 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
  21. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  22. 5096246 ifconfig: looks like char host[128] is not really needed. by Denis Vlasenko · 18 years ago
  23. f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
  24. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  25. 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  26. a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
  27. 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
  28. 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
  29. 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
  30. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  31. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  32. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  33. 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
  34. a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
  35. 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
  36. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  37. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  38. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  39. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  40. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  41. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  42. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  43. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  44. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  45. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  46. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  47. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  48. 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago
  49. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  50. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  51. 9f60929 httpd: sendCgi() forked child needs to close opened by Denis Vlasenko · 18 years ago
  52. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  53. 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  54. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  55. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  56. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  57. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  58. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  59. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  60. ebe578a nslookup: make it more IPv6 friendly by Denis Vlasenko · 18 years ago
  61. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  62. 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
  63. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  64. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  65. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  66. 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
  67. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  68. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  69. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  70. c6ec8c9 telnetd: check ptsname() for NULL by Denis Vlasenko · 18 years ago
  71. 023b57d wget: xatoi's were oversealous ("200 OK" isn't a number) by Denis Vlasenko · 18 years ago
  72. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  73. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  74. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  75. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  76. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  77. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  78. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  79. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  80. 96e9d3c wget: don't be careless with xstrdup'ing by Denis Vlasenko · 18 years ago
  81. a655152 wget: fix download of URLs like: by Denis Vlasenko · 18 years ago
  82. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  83. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  84. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  85. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  86. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  87. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  88. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  89. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  90. 6edadde traceroute: fix compilation if netinet/protocols.h is missing by Denis Vlasenko · 18 years ago
  91. 7c1ed2e traceroute: do not look up icmp protocol# in /etc, it is well-known :) by Denis Vlasenko · 18 years ago
  92. 1c3577f ifupdown: Debian users contributed improvement to it by Denis Vlasenko · 18 years ago
  93. f8aa109 wget: make progress bar and ETA work correctly with -c by Denis Vlasenko · 18 years ago
  94. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  95. 3038ac9 vconfig: fix bug 701 (I be damned if I understand it) by Denis Vlasenko · 18 years ago
  96. 7935a5a libiproute/ll_map.c: fix bug 279 by Denis Vlasenko · 18 years ago
  97. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  98. 981b24d rt_names.c: move few strings into rodata by Denis Vlasenko · 18 years ago
  99. 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
  100. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago