| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -11/+11 |
|\ |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 1 | -22/+25 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -2/+2 |
|\| |
|
| * | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -2/+2 |
* | | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 1 | -2/+1 |
* | | wget: add support for https | Ron Yorston | 2018-03-15 | 1 | -0/+27 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 1 | -4/+4 |
|\| |
|
| * | wget: fix fetching of https URLs with http proxy | Peter Lloyd | 2018-03-05 | 1 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 1 | -116/+162 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 1 | -1/+0 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 1 | -4/+11 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 1 | -61/+61 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 1 | -86/+140 |
|\| |
|
| * | 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 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 1 | -30/+100 |
|\| |
|
| * | 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 |
| * | wget/ssl_helper: update to wolfssl-3.9.8 | Denys Vlasenko | 2016-08-21 | 1 | -0/+6 |
| * | wget: run s_client helper with -servername HOST | Denys Vlasenko | 2016-07-25 | 1 | -5/+44 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 1 | -2/+1 |
|\| |
|
| * | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 1 | -3/+3 |
|\| |
|
| * | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 1 | -5/+17 |
|\| |
|
| * | wget: make -T timeout work on header reads too. Closes 8636 | Denys Vlasenko | 2016-03-17 | 1 | -5/+17 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-31 | 1 | -16/+31 |
|\| |
|
| * | wget: make Bartosz's "wget --passive-ftp -nd -t 3" work | Denys Vlasenko | 2015-10-20 | 1 | -16/+31 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 1 | -23/+136 |
|\| |
|