1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. f8aa109 wget: make progress bar and ETA work correctly with -c by Denis Vlasenko · 18 years ago
  3. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  4. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  5. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  6. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  7. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  8. 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
  9. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  10. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  11. 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  14. af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
  15. 19a3940 Patch from Denis Vlasenko: by Rob Landley · 18 years ago
  16. 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 18 years ago
  17. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
  18. 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 18 years ago
  19. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  20. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  21. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
  22. 6f2a0b2 Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. by Rob Landley · 19 years ago
  23. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  24. c1ef7bd just whitespace by Tim Riker · 19 years ago
  25. d1569c2 If we really _need_ an #ifdef like this, then we should be using the libbb by Rob Landley · 19 years ago
  26. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  27. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  28. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  29. 751750e Patch from Denis Vlasenko to fix a problem where by Eric Andersen · 20 years ago
  30. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  31. 32da885 Fix ftp resume by Glenn L McGrath · 20 years ago
  32. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  33. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  34. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  35. f1c4b11 No need to check proxy env variable twice, ignore proxy env variable if by Glenn L McGrath · 21 years ago
  36. 24cb17f Fix http proxy use, bytes were swapped by Glenn L McGrath · 21 years ago
  37. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  38. 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
  39. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  40. f980bd5 Fix a bug of mine, identified by Stephane Billiart by Glenn L McGrath · 21 years ago
  41. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  42. 514aeab Use getopt_ulflags by Glenn L McGrath · 21 years ago
  43. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  44. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  45. 6231f09 Patch from Philip Blundell: by Eric Andersen · 21 years ago
  46. cc20ebc add ipv6 literal support to wget by Glenn L McGrath · 21 years ago
  47. 2336597 Correct logic in determining size of block to download, as pointed out by Glenn L McGrath · 21 years ago
  48. e7bdfcc "When the initial request by wget is responded by a 3XX redirect by Glenn L McGrath · 21 years ago
  49. 83e4a5b "When the filesize is known from content-length header, safe_fread is by Glenn L McGrath · 21 years ago
  50. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  51. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  52. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 21 years ago
  53. e8fcf4b Accept the --passive-ftp cmd.line option. We always use passive ftp mode, by Robert Griebl · 22 years ago
  54. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  55. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 22 years ago
  56. 272a955 * networking/wget.c (wget_main): Check return value of safe_fwrite. by Matt Kraai · 22 years ago
  57. 0efab33 * networking/wget.c (parse_url): Allocate a string for the empty path. by Matt Kraai · 22 years ago
  58. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  59. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  60. 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
  61. c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
  62. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago
  63. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  64. 9abfe85 Suggestion from Larry: no format string, use fputs instead. by Eric Andersen · 23 years ago
  65. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 23 years ago
  66. 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 23 years ago
  67. 854125f Make stdio functions which can be interrupted by the progressmeter timer by Matt Kraai · 23 years ago
  68. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  69. da160c0 Use putc, and write to stderr as the rest of the progressmeter does. by Matt Kraai · 23 years ago
  70. 90d7f69 Only finish with a newline if we are displaying the progress indicator. by Matt Kraai · 23 years ago
  71. 65317ea Fix behavior when extracting to stdout. Report and patch by by Matt Kraai · 23 years ago
  72. 6d7fa43 This patch from Laurence Anderson <laurence@zxmail.com> fixes by Eric Andersen · 23 years ago
  73. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  74. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  75. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  76. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  77. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  78. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  79. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  80. 79e898a Patch from Vladimir N. Oleynik to simplify wget file opening by Eric Andersen · 24 years ago
  81. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  82. dff9d54 Add errno.h by Eric Andersen · 24 years ago
  83. 7d69701 Some behavioral updates to wget so it acts a bit nicer. -Erik by Eric Andersen · 24 years ago
  84. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  85. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  86. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  87. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  88. 370fb08 Clarify the statusbar config option so it states which applet it applies to. by Eric Andersen · 24 years ago
  89. a9711a5 Prevent / doubling and shrink parse_url. by Matt Kraai · 24 years ago
  90. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  91. 29edd00 More wget cleanups I've been working on... by Eric Andersen · 24 years ago
  92. 1bca5ed add quiet mode support. by Glenn L McGrath · 24 years ago
  93. f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
  94. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  95. da7b829 Write progress meter to stderr instead of stdout by Randolph Chung · 24 years ago
  96. 02553a2 Fixed URL parsing bug Fixed -O - output-to-stdout bug by Randolph Chung · 24 years ago
  97. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  98. 97d2612 Cleaned up error message handling. by Matt Kraai · 24 years ago
  99. b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
  100. 25b669c Try to guess an output filename by Eric Andersen · 24 years ago