1. b9fba18 wget: allow end-users to customize Content-Type for --post-data and --post-file by Ildar Shaimordanov · 3 years ago
  2. ed9aa89 wget: implement --post-file by Ron Yorston · 3 years, 3 months ago
  3. e71ea6c wget: allow HTTP 307/308 redirects by Jeremy Lin · 3 years, 8 months ago
  4. b6e6c83 wget: new option FEATURE_WGET_FTP to enable/disable FTP by Sergey Ponomarev · 4 years ago
  5. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  6. e7d853b wget: do not ftruncate if -O- is used, closes 13351 by Denys Vlasenko · 4 years ago
  7. fc2ce04 wget: fix openssl options for cert verification by Scott Court · 4 years, 6 months ago
  8. 45fa3f1 wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL by Dimitri John Ledkov · 4 years, 7 months ago
  9. 4a9daf2 wget: increase redirections limit by David Demelier · 5 years ago
  10. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  11. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  12. 9b313dd wget: detect when the length of received file is less than advertised by Denys Vlasenko · 6 years ago
  13. fc472ea wget: remove empty if/endif preprocessor directive pair by Denys Vlasenko · 6 years ago
  14. 94e748d wget: don't notify on download begin and end if quiet by Martin Lewis · 6 years ago
  15. 46fc329 wget: notify on download begin and end by Martin Lewis · 6 years ago
  16. 64f3536 wget: add -o flag by Martin Lewis · 6 years ago
  17. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  18. 5084bae wget: code shrink by Denys Vlasenko · 6 years ago
  19. 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
  20. fe836d8 tls: code shrink by Denys Vlasenko · 6 years ago
  21. dbe9568 wget: print "TLS certificate validation not implemented" only once on redirects by Denys Vlasenko · 6 years ago
  22. 9634e8a wget: fix fetching of https URLs without http proxy by Denys Vlasenko · 6 years ago
  23. 0972c7f wget: emit a message that certificate verification is not implemented by Denys Vlasenko · 7 years ago
  24. df45eb4 wget: handle URLs with @ or hash differently by Denys Vlasenko · 7 years ago
  25. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  26. 8e2174e wget: check chunk length for overflowing off_t by Denys Vlasenko · 7 years ago
  27. 32c3e3a wget,ftpd: shorten and reuse strings by Denys Vlasenko · 7 years ago
  28. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  29. 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
  30. 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
  31. 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
  32. 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
  33. 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
  34. 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
  35. e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
  36. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  37. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  38. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  39. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  40. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  41. 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
  42. dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
  43. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  44. a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
  45. 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
  46. a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
  47. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  48. 2972e2c wget: there is no -s option in GNU Wget 1.18, we should be compatible by Denys Vlasenko · 8 years ago
  49. ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
  50. 9ff910d wget: treat 201,202,203 as success codes too. Closes 9211 by Denys Vlasenko · 8 years ago
  51. de3da6b wget/ssl_helper: update to wolfssl-3.9.8 by Denys Vlasenko · 8 years ago
  52. ed72761 wget: run s_client helper with -servername HOST by Denys Vlasenko · 8 years ago
  53. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  54. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  55. 6701e91 wget: make -T timeout work on header reads too. Closes 8636 by Denys Vlasenko · 9 years ago
  56. 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
  57. 4d0c1ea wget: shrink code if https isn't supported by Ron Yorston · 9 years ago
  58. 2007ef5 wget: make it possible to have both SSL helpers configured by Denys Vlasenko · 9 years ago
  59. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  60. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  61. d7bfee1 wget: fix --header to not append duplicate headers by Bernhard Reutner-Fischer · 10 years ago
  62. faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
  63. a279622 wget: fix comment by Denys Vlasenko · 11 years ago
  64. 5331557 wget: add commented-out code to use ssl_helper instead of openssl by Denys Vlasenko · 11 years ago
  65. 8b7e8ae wget: add support for https using "openssl s_client" as a helper by Denys Vlasenko · 11 years ago
  66. d353bff wget: fix use-after-free of ->user. Closes 6836 by Denys Vlasenko · 11 years ago
  67. 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
  68. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  69. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  70. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  71. ea267d5 wget: do not abort if "_" is encountered in a HTTP header by Denys Vlasenko · 11 years ago
  72. b7812ce wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426 by Denys Vlasenko · 12 years ago
  73. 9c55143 wget: try reading after poll timeout - stdio may have buffered data. Closes 5426 by Denys Vlasenko · 12 years ago
  74. aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 12 years ago
  75. 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 12 years ago
  76. bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
  77. f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
  78. 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
  79. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  80. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  81. d506897 wget: add a note about bug 3625 by Denys Vlasenko · 14 years ago
  82. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  83. 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 14 years ago
  84. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
  85. 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 14 years ago
  86. 5369563 wget: reduce bloat by Pere Orga · 14 years ago
  87. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
  88. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
  89. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
  90. 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 14 years ago
  91. a366109 wget: support multiple URLs on command line by Denys Vlasenko · 14 years ago
  92. a84eadf typo fix in comment by Denys Vlasenko · 14 years ago
  93. 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 14 years ago
  94. c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 14 years ago
  95. f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 14 years ago
  96. 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 14 years ago
  97. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  98. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
  99. 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 14 years ago
  100. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago