1. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  2. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  3. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  4. de55b5d correct wget's comment by Denis Vlasenko · 18 years ago
  5. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  6. afe488d work around gcc bug by Denis Vlasenko · 18 years ago
  7. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  8. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  9. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  10. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  11. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  12. a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 18 years ago
  13. b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 18 years ago
  14. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  15. 3469c18 wget: smallish optimization by Denis Vlasenko · 18 years ago
  16. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  17. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  18. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  19. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  20. 4e4662c wget: -O - still outputs progressbar (to stderr) Noticed dead code. -100 bytes. by Denis Vlasenko · 18 years ago
  21. f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
  22. 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
  23. 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
  24. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  25. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  26. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  27. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  28. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  29. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  30. 7534e08 wget: -100 bytes, reduce stack usage, remove --header length limit by Denis Vlasenko · 18 years ago
  31. 023b57d wget: xatoi's were oversealous ("200 OK" isn't a number) by Denis Vlasenko · 18 years ago
  32. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  33. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  34. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  35. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  36. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  37. 96e9d3c wget: don't be careless with xstrdup'ing by Denis Vlasenko · 18 years ago
  38. a655152 wget: fix download of URLs like: by Denis Vlasenko · 18 years ago
  39. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  40. f8aa109 wget: make progress bar and ETA work correctly with -c by Denis Vlasenko · 18 years ago
  41. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  42. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  43. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  44. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  45. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  46. 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
  47. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  48. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  49. 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
  50. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  51. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  52. af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
  53. 19a3940 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  54. 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  55. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  56. 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 19 years ago
  57. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  58. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  59. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  60. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  61. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  62. c1ef7bd just whitespace by Tim Riker · 19 years ago
  63. d1569c2 If we really _need_ an #ifdef like this, then we should be using the libbb by Rob Landley · 19 years ago
  64. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  65. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  66. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  67. 751750e Patch from Denis Vlasenko to fix a problem where by Eric Andersen · 20 years ago
  68. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  69. 32da885 Fix ftp resume by Glenn L McGrath · 21 years ago
  70. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  71. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  72. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  73. f1c4b11 No need to check proxy env variable twice, ignore proxy env variable if by Glenn L McGrath · 21 years ago
  74. 24cb17f Fix http proxy use, bytes were swapped by Glenn L McGrath · 21 years ago 1_00_pre6
  75. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  76. 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
  77. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  78. f980bd5 Fix a bug of mine, identified by Stephane Billiart by Glenn L McGrath · 21 years ago
  79. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  80. 514aeab Use getopt_ulflags by Glenn L McGrath · 21 years ago
  81. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  82. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  83. 6231f09 Patch from Philip Blundell: by Eric Andersen · 21 years ago
  84. cc20ebc add ipv6 literal support to wget by Glenn L McGrath · 21 years ago
  85. 2336597 Correct logic in determining size of block to download, as pointed out by Glenn L McGrath · 21 years ago
  86. e7bdfcc "When the initial request by wget is responded by a 3XX redirect by Glenn L McGrath · 21 years ago
  87. 83e4a5b "When the filesize is known from content-length header, safe_fread is by Glenn L McGrath · 21 years ago
  88. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  89. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  90. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 22 years ago
  91. e8fcf4b Accept the --passive-ftp cmd.line option. We always use passive ftp mode, by Robert Griebl · 22 years ago
  92. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  93. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 23 years ago
  94. 272a955 * networking/wget.c (wget_main): Check return value of safe_fwrite. by Matt Kraai · 23 years ago
  95. 0efab33 * networking/wget.c (parse_url): Allocate a string for the empty path. by Matt Kraai · 23 years ago
  96. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  97. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  98. 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
  99. c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
  100. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago