Age | Commit message (Expand) | Author |
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 |
2016-08-21 | wget/ssl_helper: update to wolfssl-3.9.8 | Denys Vlasenko |
2016-07-25 | wget: run s_client helper with -servername HOST | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-03-17 | wget: make -T timeout work on header reads too. Closes 8636 | Denys Vlasenko |
2015-10-20 | wget: make Bartosz's "wget --passive-ftp -nd -t 3" work | Denys Vlasenko |
2015-10-13 | wget: shrink code if https isn't supported | Ron Yorston |
2015-10-07 | wget: make it possible to have both SSL helpers configured | Denys Vlasenko |
2015-10-07 | wget: make openssl/ssl_helper choice configurable | Denys Vlasenko |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-02-18 | wget: fix --header to not append duplicate headers | Bernhard Reutner-Fischer |