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
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
2011-09-11
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-16
wget: add a note about bug 3625
Denys Vlasenko
2011-04-07
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-03-27
wget: --post-data=STR should not encode STR, should send it verbatim
Vitaly Magerya
2011-03-21
wget: move help text to .c file
Denys Vlasenko
2011-03-21
wget: fix fname_out usage wrt redirects
Denys Vlasenko
2011-02-19
wget: reduce bloat
Pere Orga
2011-02-15
wget: check for final write errors for -O FILE too
Denys Vlasenko
2011-02-15
wget: make "wget -O FILE URL1 URL2" concatenate output
Denys Vlasenko
2011-02-14
wget: fix SEGV with multiple urls and redirection
Pere Orga
2011-02-13
wget: support multiple URLs on command line even without -O :)
Denys Vlasenko
2011-02-13
wget: support multiple URLs on command line
Denys Vlasenko
2011-02-12
typo fix in comment
Denys Vlasenko
[next]