Denis Vlasenko
|
42823d597a
add x to IPv6 functions which can die
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
de55b5d014
correct wget's comment
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
afe488d4bc
work around gcc bug
|
18 years ago |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 years ago |
Denis Vlasenko
|
85629f08bc
comment out unused old networking API parts
|
18 years ago |
Denis Vlasenko
|
3c99a59915
remove obsolete FEATURE_WGET_IP6_LITERAL
|
18 years ago |
Denis Vlasenko
|
5d68724d5b
next part of ipv6-ization. mostly netcat.
|
18 years ago |
Denis Vlasenko
|
6536a9b583
next part of ipv6-ization is here: wget & httpd
|
18 years ago |
Denis Vlasenko
|
a8951cbc34
wget: always print port# in 'Host' header (smaller code)
|
18 years ago |
Denis Vlasenko
|
b36b370fbe
wget: print port# in 'Host' header, if different from 80
|
18 years ago |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 years ago |
Denis Vlasenko
|
3469c185e5
wget: smallish optimization
|
18 years ago |
Denis Vlasenko
|
601ae1378b
od: sometime ago I landed BIG od implementation
|
18 years ago |
Denis Vlasenko
|
d686a045c8
safe_strtoXX interface proved to be a bit unconvenient.
|
18 years ago |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 years ago |
Denis Vlasenko
|
cf30cc82a3
header_verbose_list: stop truncating file size in listing
|
18 years ago |
Denis Vlasenko
|
4e4662cc73
wget: -O - still outputs progressbar (to stderr)
|
18 years ago |
Denis Vlasenko
|
f8c8bb1160
wget: yet another contortion for proftpd's PASV response.
|
18 years ago |
Denis Vlasenko
|
40f62a8c3d
wget: fix ftp PASV mode ("numeric" check was too strict)
|
18 years ago |
Denis Vlasenko
|
9cade08917
wget: reduce likelihood of ETA overflow (especially with !LFS)
|
18 years ago |
Denis Vlasenko
|
067e3f031a
wget: fix error message.
|
18 years ago |
Denis Vlasenko
|
5c7596058d
ls: cleanup part 1
|
18 years ago |
Denis Vlasenko
|
621204bbf6
get_terminal_width_height: do not pass insanely large values
|
18 years ago |
Denis Vlasenko
|
1457915afc
xconnect is non-conforming to "xfunc like libc" rule. Fixing
|
18 years ago |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 years ago |
Denis Vlasenko
|
c8400a2162
wget: wget $'-\207' ... should not be allowed to work. ever. :)
|
18 years ago |
Denis Vlasenko
|
7534e0834f
wget: -100 bytes, reduce stack usage, remove --header length limit
|
18 years ago |
Denis Vlasenko
|
023b57d935
wget: xatoi's were oversealous ("200 OK" isn't a number)
|
18 years ago |