Denys Vlasenko
|
d353bfff46
wget: fix use-after-free of ->user. Closes 6836
|
10 years ago |
Lauri Kasanen
|
4967a41ba1
wget: user-friendly fallback to http
|
11 years ago |
Guilherme Maciel Ferreira
|
840ef17f63
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
|
11 years ago |
Lauri Kasanen
|
d074b416f8
wget: add support for connect timeout
|
11 years ago |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 years ago |
Denys Vlasenko
|
ea267d518f
wget: do not abort if "_" is encountered in a HTTP header
|
11 years ago |
Denys Vlasenko
|
b7812ce0f7
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
|
12 years ago |
Denys Vlasenko
|
9c55143bbf
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
|
12 years ago |
Denys Vlasenko
|
aacd448601
wget: fix wget-supports--P testsuite failure. Closes 4940
|
12 years ago |
Denys Vlasenko
|
6144124aac
wget: make -c _not_ truncate the file
|
12 years ago |
Denys Vlasenko
|
bf146b8610
wget: correctly handle failure to -c (continue)
|
12 years ago |
Vladimir Dronnikov
|
f5abc78579
wget: add dummy --no-cache
|
12 years ago |
Denys Vlasenko
|
93b4a60526
wget: fix use-after-free on redirect
|
13 years ago |
Denys Vlasenko
|
dd1061b6a7
wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625.
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
d506897b4e
wget: add a note about bug 3625
|
13 years ago |
Denys Vlasenko
|
ca18311d0a
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
|
13 years ago |
Vitaly Magerya
|
700fbc308d
wget: --post-data=STR should not encode STR, should send it verbatim
|
13 years ago |
Denys Vlasenko
|
e2e55b0eb5
wget: move help text to .c file
|
13 years ago |
Denys Vlasenko
|
625f218d43
wget: fix fname_out usage wrt redirects
|
13 years ago |
Pere Orga
|
5369563bf9
wget: reduce bloat
|
13 years ago |
Denys Vlasenko
|
28556b95fe
wget: check for final write errors for -O FILE too
|
14 years ago |
Denys Vlasenko
|
2384a357f4
wget: make "wget -O FILE URL1 URL2" concatenate output
|
14 years ago |
Pere Orga
|
57b4909db9
wget: fix SEGV with multiple urls and redirection
|
14 years ago |
Denys Vlasenko
|
9a5b7f636d
wget: support multiple URLs on command line even without -O :)
|
14 years ago |
Denys Vlasenko
|
a3661096f2
wget: support multiple URLs on command line
|
14 years ago |
Denys Vlasenko
|
a84eadf9bf
typo fix in comment
|
14 years ago |
Denys Vlasenko
|
88ad9da65e
wget: display 100% at the _end_ of chunked download
|
14 years ago |
Denys Vlasenko
|
c60f4460bb
wget: chunked mode fix. Closes bug 3229
|
14 years ago |
Denys Vlasenko
|
f9af375668
wget: explain clearerr more clearly
|
14 years ago |