Denys Vlasenko
|
9213a55bf0
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
|
13 년 전 |
Denys Vlasenko
|
dee0fc9da1
save 10 bytes on strings
|
13 년 전 |
Denys Vlasenko
|
0fac2f7b5b
wget: remove functions which retry on EINTR
|
13 년 전 |
Denys Vlasenko
|
df4e16c9af
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
|
13 년 전 |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 년 전 |
Nguyễn Thái Ngọc Duy
|
ebec11dff1
wget: flush output to network before receving reply
|
14 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 년 전 |
Denys Vlasenko
|
da0df47f24
wget: fix ndelay_on call; progress bar: small shrink
|
14 년 전 |
Bradley M. Kuhn
|
c97131c2af
wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
|
14 년 전 |
Denys Vlasenko
|
c5bbd5d085
wget: fix progress display
|
14 년 전 |
Denys Vlasenko
|
19ced5c425
pipe_progress: make it independent of printf machinery
|
14 년 전 |
Denys Vlasenko
|
4836331924
libbb: factor out hex2bin() for infiniband address parser
|
14 년 전 |
Denys Vlasenko
|
81fe2b15f3
wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"
|
14 년 전 |
Bernhard Reutner-Fischer
|
3fdba181c3
wget: ignore --no-check-certificate
|
14 년 전 |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
14 년 전 |
Denys Vlasenko
|
d2c879da25
wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)
|
15 년 전 |
Denys Vlasenko
|
a3aa3e3095
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
|
15 년 전 |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 년 전 |
Magnus Damm
|
f5914992f3
wget: factor out progress bar code
|
15 년 전 |
Vladimir Dronnikov
|
be168b1197
wget: fix for code 302; mount: support -o union
|
15 년 전 |
Matthijs van de Water
|
0d5866624d
wget: strip trailing whitespace from e.g. "Content-length: 120 "
|
15 년 전 |
Denys Vlasenko
|
7d5ddf14a3
wget: remove IPv6 scope id in Host: field (apache compat)
|
15 년 전 |
Denys Vlasenko
|
f1fab09242
wget: fix redirection from HTTP to FTP server
|
15 년 전 |
Denys Vlasenko
|
ab0c8d7b35
wget: remove strange *&var construct.
|
15 년 전 |
Denys Vlasenko
|
7f43280420
wget: code shrink by splitting main() into easier-to-optimize functions
|
15 년 전 |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 년 전 |
Denis Vlasenko
|
5a2ad699fc
wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)
|
15 년 전 |
Denis Vlasenko
|
50af926ecf
wget: fix --header handling
|
15 년 전 |
Denis Vlasenko
|
db12d1d733
Fix forgotten license comments
|
16 년 전 |