1. a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
  2. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  3. 2972e2c wget: there is no -s option in GNU Wget 1.18, we should be compatible by Denys Vlasenko · 8 years ago
  4. ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
  5. 9ff910d wget: treat 201,202,203 as success codes too. Closes 9211 by Denys Vlasenko · 8 years ago
  6. de3da6b wget/ssl_helper: update to wolfssl-3.9.8 by Denys Vlasenko · 8 years ago
  7. ed72761 wget: run s_client helper with -servername HOST by Denys Vlasenko · 8 years ago
  8. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  9. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  10. 6701e91 wget: make -T timeout work on header reads too. Closes 8636 by Denys Vlasenko · 9 years ago
  11. 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
  12. 4d0c1ea wget: shrink code if https isn't supported by Ron Yorston · 9 years ago
  13. 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
  14. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  15. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  16. d7bfee1 wget: fix --header to not append duplicate headers by Bernhard Reutner-Fischer · 10 years ago
  17. faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
  18. a279622 wget: fix comment by Denys Vlasenko · 11 years ago
  19. 5331557 wget: add commented-out code to use ssl_helper instead of openssl by Denys Vlasenko · 11 years ago
  20. 8b7e8ae wget: add support for https using "openssl s_client" as a helper by Denys Vlasenko · 11 years ago
  21. d353bff wget: fix use-after-free of ->user. Closes 6836 by Denys Vlasenko · 11 years ago
  22. 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
  23. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  24. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  25. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  26. ea267d5 wget: do not abort if "_" is encountered in a HTTP header by Denys Vlasenko · 11 years ago
  27. b7812ce wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426 by Denys Vlasenko · 12 years ago
  28. 9c55143 wget: try reading after poll timeout - stdio may have buffered data. Closes 5426 by Denys Vlasenko · 12 years ago
  29. aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 12 years ago
  30. 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 12 years ago
  31. bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
  32. f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
  33. 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
  34. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  35. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  36. d506897 wget: add a note about bug 3625 by Denys Vlasenko · 14 years ago
  37. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  38. 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 14 years ago
  39. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
  40. 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 14 years ago
  41. 5369563 wget: reduce bloat by Pere Orga · 14 years ago
  42. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
  43. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
  44. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
  45. 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 14 years ago
  46. a366109 wget: support multiple URLs on command line by Denys Vlasenko · 14 years ago
  47. a84eadf typo fix in comment by Denys Vlasenko · 14 years ago
  48. 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 14 years ago
  49. c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 14 years ago
  50. f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 14 years ago
  51. 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 14 years ago
  52. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  53. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
  54. 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 14 years ago
  55. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
  56. 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 14 years ago
  57. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
  58. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  59. ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 14 years ago
  60. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  61. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  62. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  63. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  64. c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
  65. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  66. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  67. 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
  68. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
  69. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  70. d2c879d wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) by Denys Vlasenko · 15 years ago
  71. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  72. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  73. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  74. be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
  75. 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
  76. 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
  77. f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
  78. ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
  79. 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
  80. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  81. 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
  82. 50af926 wget: fix --header handling by Denis Vlasenko · 16 years ago
  83. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  84. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  85. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  86. 540ab70 wget: "support" -t and -T by ignoring them by Denis Vlasenko · 16 years ago
  87. 50b5cac wget: accept code 204. by Denis Vlasenko · 16 years ago
  88. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  89. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  90. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  91. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  92. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  93. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  94. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  95. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  96. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
  97. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  98. a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
  99. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  100. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago