Denys Vlasenko
|
2384a357f4
wget: make "wget -O FILE URL1 URL2" concatenate output
|
13 years ago |
Pere Orga
|
57b4909db9
wget: fix SEGV with multiple urls and redirection
|
13 years ago |
Denys Vlasenko
|
9a5b7f636d
wget: support multiple URLs on command line even without -O :)
|
13 years ago |
Denys Vlasenko
|
a3661096f2
wget: support multiple URLs on command line
|
13 years ago |
Denys Vlasenko
|
a84eadf9bf
typo fix in comment
|
13 years ago |
Denys Vlasenko
|
88ad9da65e
wget: display 100% at the _end_ of chunked download
|
13 years ago |
Denys Vlasenko
|
c60f4460bb
wget: chunked mode fix. Closes bug 3229
|
13 years ago |
Denys Vlasenko
|
f9af375668
wget: explain clearerr more clearly
|
13 years ago |
Denys Vlasenko
|
8766a791e8
wget: correctly handle rare case when we get EAGAIN _on first_ read
|
13 years ago |
Denys Vlasenko
|
d55e139649
progress meter: move file name to bb_progress_t. +20 bytes
|
13 years ago |
Denys Vlasenko
|
f836f01cc3
wget: shrink progress meter code; strink wget and add debug logging
|
13 years ago |
Denys Vlasenko
|
9213a55bf0
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
|
14 years ago |
Denys Vlasenko
|
dee0fc9da1
save 10 bytes on strings
|
14 years ago |
Denys Vlasenko
|
0fac2f7b5b
wget: remove functions which retry on EINTR
|
14 years ago |
Denys Vlasenko
|
df4e16c9af
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
|
14 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Nguyễn Thái Ngọc Duy
|
ebec11dff1
wget: flush output to network before receving reply
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 years ago |
Denys Vlasenko
|
da0df47f24
wget: fix ndelay_on call; progress bar: small shrink
|
14 years ago |
Bradley M. Kuhn
|
c97131c2af
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
|
14 years ago |
Denys Vlasenko
|
c5bbd5d085
wget: fix progress display
|
14 years ago |
Denys Vlasenko
|
19ced5c425
pipe_progress: make it independent of printf machinery
|
14 years ago |
Denys Vlasenko
|
4836331924
libbb: factor out hex2bin() for infiniband address parser
|
14 years ago |
Denys Vlasenko
|
81fe2b15f3
wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"
|
15 years ago |
Bernhard Reutner-Fischer
|
3fdba181c3
wget: ignore --no-check-certificate
|
15 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 years ago |
Denys Vlasenko
|
d2c879da25
wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)
|
15 years ago |
Denys Vlasenko
|
a3aa3e3095
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |