| Commit message (Expand) | Author | Age | Files | Lines |
* | wget: allow end-users to customize Content-Type for --post-data and --post-file | Ildar Shaimordanov | 2021-12-12 | 1 | -13/+22 |
* | wget: implement --post-file | Ron Yorston | 2021-10-01 | 1 | -3/+23 |
* | wget: allow HTTP 307/308 redirects | Jeremy Lin | 2021-04-30 | 1 | -0/+2 |
* | wget: new option FEATURE_WGET_FTP to enable/disable FTP | Sergey Ponomarev | 2021-03-09 | 1 | -15/+35 |
* | help text tweaks | Denys Vlasenko | 2020-12-18 | 1 | -9/+4 |
* | wget: do not ftruncate if -O- is used, closes 13351 | Denys Vlasenko | 2020-12-08 | 1 | -3/+10 |
* | wget: fix openssl options for cert verification | Scott Court | 2020-06-29 | 1 | -4/+17 |
* | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov | 2020-05-20 | 1 | -3/+17 |
* | wget: increase redirections limit | David Demelier | 2019-09-12 | 1 | -1/+1 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -11/+11 |
* | style fix, no code changes | Denys Vlasenko | 2019-05-14 | 1 | -1/+1 |
* | wget: detect when the length of received file is less than advertised | Denys Vlasenko | 2019-01-21 | 1 | -8/+10 |
* | wget: remove empty if/endif preprocessor directive pair | Denys Vlasenko | 2019-01-18 | 1 | -2/+0 |
* | wget: don't notify on download begin and end if quiet | Martin Lewis | 2019-01-17 | 1 | -9/+14 |
* | wget: notify on download begin and end | Martin Lewis | 2019-01-04 | 1 | -0/+10 |
* | wget: add -o flag | Martin Lewis | 2019-01-04 | 1 | -15/+37 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | wget: code shrink | Denys Vlasenko | 2018-11-24 | 1 | -8/+6 |
* | wget: print the final newline only for non-tty output | Denys Vlasenko | 2018-11-23 | 1 | -2/+5 |
* | tls: code shrink | Denys Vlasenko | 2018-11-14 | 1 | -1/+1 |
* | wget: print "TLS certificate validation not implemented" only once on redirects | Denys Vlasenko | 2018-11-13 | 1 | -1/+3 |
* | wget: fix fetching of https URLs without http proxy | Denys Vlasenko | 2018-07-02 | 1 | -0/+1 |
* | wget: emit a message that certificate verification is not implemented | Denys Vlasenko | 2018-05-28 | 1 | -2/+7 |
* | wget: handle URLs with @ or hash differently | Denys Vlasenko | 2018-04-24 | 1 | -7/+7 |
* | libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo... | Denys Vlasenko | 2018-04-17 | 1 | -4/+4 |
* | wget: check chunk length for overflowing off_t | Denys Vlasenko | 2018-04-08 | 1 | -3/+11 |
* | wget,ftpd: shorten and reuse strings | Denys Vlasenko | 2018-04-07 | 1 | -19/+14 |
* | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -2/+2 |
* | wget: fix fetching of https URLs with http proxy | Peter Lloyd | 2018-03-05 | 1 | -4/+4 |
* | wget: more thorough sanitization of other side's data | Denys Vlasenko | 2018-02-12 | 1 | -31/+55 |
* | wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs | Denys Vlasenko | 2018-02-08 | 1 | -5/+7 |
* | wget: attempt to negotiate encrypted data ftps stream ("PROT P") | Denys Vlasenko | 2018-02-06 | 1 | -3/+7 |
* | wget: add EPSV support | Denys Vlasenko | 2018-02-06 | 1 | -12/+7 |
* | wget: initial support for ftps:// | Denys Vlasenko | 2018-02-06 | 1 | -8/+29 |
* | wget: preparations for ftps:// support (block move, no code changes) | Denys Vlasenko | 2018-02-06 | 1 | -81/+81 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -3/+5 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -2/+7 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -60/+60 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | wget: add a big explanation what TLS code implements and what does not | Denys Vlasenko | 2017-01-30 | 1 | -0/+33 |
* | wget: add support for -S --server-response | Denys Vlasenko | 2017-01-24 | 1 | -20/+29 |
* | separate TLS code into a library, use in in wget | Denys Vlasenko | 2017-01-23 | 1 | -48/+54 |
* | tls: decode alerts and in particular, EOF alert. | Denys Vlasenko | 2017-01-20 | 1 | -1/+1 |
* | Assorted warning fixes and added a comment, no code changes | Denys Vlasenko | 2017-01-16 | 1 | -0/+3 |
* | wget: fix for brain-damaged HTTP servers. Closes 9471 | Denys Vlasenko | 2017-01-11 | 1 | -8/+15 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -10/+6 |
* | wget: there is no -s option in GNU Wget 1.18, we should be compatible | Denys Vlasenko | 2016-10-04 | 1 | -24/+33 |
* | *: placate some compile warnings on OSX | Denys Vlasenko | 2016-09-01 | 1 | -1/+1 |
* | wget: treat 201,202,203 as success codes too. Closes 9211 | Denys Vlasenko | 2016-08-31 | 1 | -1/+17 |