index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
wget.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-3
/
+3
*
wget: make -T timeout work on header reads too. Closes 8636
Denys Vlasenko
2016-03-17
1
-5
/
+17
*
wget: make Bartosz's "wget --passive-ftp -nd -t 3" work
Denys Vlasenko
2015-10-20
1
-16
/
+31
*
wget: shrink code if https isn't supported
Ron Yorston
2015-10-13
1
-0
/
+4
*
wget: make it possible to have both SSL helpers configured
Denys Vlasenko
2015-10-07
1
-23
/
+53
*
wget: make openssl/ssl_helper choice configurable
Denys Vlasenko
2015-10-07
1
-10
/
+95
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
wget: fix --header to not append duplicate headers
Bernhard Reutner-Fischer
2015-02-18
1
-20
/
+78
*
wget: fix a case where progress bar isn't updated if writes are very slow
Denys Vlasenko
2014-03-27
1
-2
/
+3
*
wget: fix comment
Denys Vlasenko
2014-02-24
1
-1
/
+1
*
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
2014-02-23
1
-2
/
+47
*
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-22
1
-26
/
+92
*
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
2014-02-03
1
-7
/
+9
*
wget: user-friendly fallback to http
Lauri Kasanen
2013-12-17
1
-5
/
+12
*
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-16
1
-0
/
+8
*
wget: add support for connect timeout
Lauri Kasanen
2013-10-12
1
-3
/
+21
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-7
/
+7
*
wget: do not abort if "_" is encountered in a HTTP header
Denys Vlasenko
2013-07-01
1
-2
/
+10
*
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
Denys Vlasenko
2012-09-03
1
-52
/
+62
*
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
Denys Vlasenko
2012-08-16
1
-7
/
+14
*
wget: fix wget-supports--P testsuite failure. Closes 4940
Denys Vlasenko
2012-06-17
1
-6
/
+4
*
wget: make -c _not_ truncate the file
Denys Vlasenko
2012-06-17
1
-2
/
+14
*
wget: correctly handle failure to -c (continue)
Denys Vlasenko
2012-06-13
1
-0
/
+16
*
wget: add dummy --no-cache
Vladimir Dronnikov
2012-06-13
1
-10
/
+16
*
wget: fix use-after-free on redirect
Denys Vlasenko
2011-12-18
1
-2
/
+4
*
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
1
-7
/
+6
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
wget: add a note about bug 3625
Denys Vlasenko
2011-04-16
1
-0
/
+6
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-1
/
+1
*
wget: --post-data=STR should not encode STR, should send it verbatim
Vitaly Magerya
2011-03-27
1
-41
/
+1
*
wget: move help text to .c file
Denys Vlasenko
2011-03-21
1
-0
/
+26
*
wget: fix fname_out usage wrt redirects
Denys Vlasenko
2011-03-21
1
-2
/
+8
*
wget: reduce bloat
Pere Orga
2011-02-19
1
-7
/
+3
*
wget: check for final write errors for -O FILE too
Denys Vlasenko
2011-02-15
1
-0
/
+3
*
wget: make "wget -O FILE URL1 URL2" concatenate output
Denys Vlasenko
2011-02-15
1
-29
/
+37
*
wget: fix SEGV with multiple urls and redirection
Pere Orga
2011-02-14
1
-0
/
+1
*
wget: support multiple URLs on command line even without -O :)
Denys Vlasenko
2011-02-13
1
-55
/
+15
[next]