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