index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
wget.c
Age
Commit message (
Expand
)
Author
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
2014-03-27
wget: fix a case where progress bar isn't updated if writes are very slow
Denys Vlasenko
2014-02-24
wget: fix comment
Denys Vlasenko
2014-02-23
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
2014-02-22
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-03
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
2013-12-17
wget: user-friendly fallback to http
Lauri Kasanen
2013-10-16
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-12
wget: add support for connect timeout
Lauri Kasanen
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-07-01
wget: do not abort if "_" is encountered in a HTTP header
Denys Vlasenko
2012-09-03
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
Denys Vlasenko
2012-08-16
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
Denys Vlasenko
2012-06-17
wget: fix wget-supports--P testsuite failure. Closes 4940
Denys Vlasenko
2012-06-17
wget: make -c _not_ truncate the file
Denys Vlasenko
2012-06-13
wget: correctly handle failure to -c (continue)
Denys Vlasenko
2012-06-13
wget: add dummy --no-cache
Vladimir Dronnikov
2011-12-18
wget: fix use-after-free on redirect
Denys Vlasenko
[next]