aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
| * wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-071-19/+14
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-2/+2
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-2/+2
* | win32: tidy up popen implementationRon Yorston2018-03-151-2/+1
* | wget: add support for httpsRon Yorston2018-03-151-0/+27
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-4/+4
|\|
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-116/+162
|\|
| * wget: more thorough sanitization of other side's dataDenys Vlasenko2018-02-121-31/+55
| * wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko2018-02-081-5/+7
| * wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko2018-02-061-3/+7
| * wget: add EPSV supportDenys Vlasenko2018-02-061-12/+7
| * wget: initial support for ftps://Denys Vlasenko2018-02-061-8/+29
| * wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko2018-02-061-81/+81
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+0
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-4/+11
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-61/+61
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-60/+60
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-86/+140
|\|
| * wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-301-0/+33
| * wget: add support for -S --server-responseDenys Vlasenko2017-01-241-20/+29
| * separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-231-48/+54
| * tls: decode alerts and in particular, EOF alert.Denys Vlasenko2017-01-201-1/+1
| * Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-161-0/+3
| * wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko2017-01-111-8/+15
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-10/+6
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-30/+100
|\|
| * wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko2016-10-041-24/+33
| * *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-1/+1
| * wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko2016-08-311-1/+17
| * wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko2016-08-211-0/+6
| * wget: run s_client helper with -servername HOSTDenys Vlasenko2016-07-251-5/+44
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+1
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-3/+3
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-04-041-5/+17
|\|
| * wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko2016-03-171-5/+17
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-16/+31
|\|
| * wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko2015-10-201-16/+31
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-23/+136
|\|
| * wget: shrink code if https isn't supportedRon Yorston2015-10-131-0/+4
| * wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
| * wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-071-10/+95
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+0
|\|