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
*
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
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-1
/
+0
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
1
-20
/
+78
|
\
|
|
*
wget: fix --header to not append duplicate headers
Bernhard Reutner-Fischer
2015-02-18
1
-20
/
+78
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-2
/
+3
|
\
|
|
*
wget: fix a case where progress bar isn't updated if writes are very slow
Denys Vlasenko
2014-03-27
1
-2
/
+3
*
|
wget: add fseek calls to make ftp work; enable ftpget/ftpput
Ron Yorston
2014-03-16
1
-0
/
+6
*
|
wget: disable https support
Ron Yorston
2014-03-11
1
-0
/
+6
|
/
*
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
*
wget: support multiple URLs on command line
Denys Vlasenko
2011-02-13
1
-129
/
+160
*
typo fix in comment
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
wget: display 100% at the _end_ of chunked download
Denys Vlasenko
2011-02-11
1
-2
/
+2
*
wget: chunked mode fix. Closes bug 3229
Denys Vlasenko
2011-02-11
1
-10
/
+16
*
wget: explain clearerr more clearly
Denys Vlasenko
2011-02-11
1
-1
/
+10
*
wget: correctly handle rare case when we get EAGAIN _on first_ read
Denys Vlasenko
2011-02-11
1
-6
/
+26
[next]