hniksic
7d48e6d057
[svn] Use #elif where appropriate to make chaining of #if ... #else ...
...
more readable.
2005-06-19 18:37:23 -07:00
hniksic
908d7a4bce
[svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.
2005-06-19 16:03:27 -07:00
hniksic
277e840a0f
[svn] Remove K&R support.
2005-06-19 15:34:58 -07:00
hniksic
73ca5d585b
[svn] Remove trailing comma from enums; older compilers don't support them.
2005-06-15 13:08:48 -07:00
hniksic
370bb1b982
[svn] Fix wording of --secure-protocol help text.
2005-05-06 08:50:50 -07:00
hniksic
47ccb39924
[svn] Explain the choice of only setting LC_MESSAGES more thoroughly.
2005-05-06 06:55:35 -07:00
hniksic
bb60858a3f
[svn] Propagate option name to init.c code so error messages mention the
...
failed command-line option.
2005-05-05 11:45:05 -07:00
mtortonesi
4bbcdf2edc
[svn] Map the --ftp-password, --http-password and --proxy-password options to the new
...
ftppassword, httppassword and proxypassword commands respectively. Document
the --user and --password options in the help string.
2005-04-27 15:08:28 -07:00
mtortonesi
e815fe81a0
[svn] Add the --user, --password, --ftp-user and --ftp-password options.
...
Rename the --ftp-passwd, --http-passwd and --proxy-passwd options to
--ftp-password, --http-password and --proxy-password respectively.
Deprecate the login and passwd .wgetrc commands.
2005-04-27 14:30:22 -07:00
hniksic
dc0bac5c43
[svn] Advertise DER rather than ASN1.
2005-04-27 14:17:30 -07:00
hniksic
8f935cf74c
[svn] Add --random-file option. Bail out in case of error during
...
SSL initialization.
2005-04-27 14:08:40 -07:00
hniksic
b8efb6d762
[svn] Allow separate specification of certificate type and private key type.
2005-04-27 10:15:10 -07:00
hniksic
56ba33f044
[svn] Fix help text.
2005-04-26 10:24:19 -07:00
hniksic
4edde35100
[svn] Renamed the SSL switches and commands.
2005-04-26 10:22:56 -07:00
hniksic
72549063a9
[svn] Revert to previous revision.
2005-04-26 06:45:13 -07:00
hniksic
428c1a2b3c
[svn] Fix various cookie-related problems.
2005-04-26 06:34:33 -07:00
hniksic
e26d46befc
[svn] Remove support for --use-proxy.
2005-04-25 14:19:41 -07:00
hniksic
3af8340e5b
[svn] Doc fix.
2005-04-25 03:25:58 -07:00
hniksic
6251403378
[svn] Doc fix.
2005-04-25 03:18:21 -07:00
hniksic
e3acbd2aaf
[svn] Restore old behavior of -Y.
2005-04-25 03:13:18 -07:00
hniksic
cf994330a3
[svn] Added reordering of addresses to try IPv4 first and the associated
...
--prefer-family switch.
2005-04-24 13:00:19 -07:00
hniksic
7baf7b4cd9
[svn] Print the EGD option in the help text at the end of the SSL option block.
2005-04-21 07:50:45 -07:00
hniksic
b9a31d78dd
[svn] Support human-readable file size printing.
...
Don't use persistent connection over proxies.
2005-03-22 05:20:02 -08:00
hniksic
7c044778bc
[svn] Improve built-in memory debugger.
2005-03-20 07:07:40 -08:00
hniksic
30aaf5a19a
[svn] Use the passive FTP transfer mode by default.
2005-03-06 11:34:25 -08:00
hniksic
e2241936d0
[svn] Remove warnings under Borland C.
2005-03-05 18:11:10 -08:00
hniksic
ef22bf610a
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
2005-02-23 14:21:04 -08:00
mtortonesi
787f482f03
[svn] Added the --ftp-passwd command line option.
2005-02-18 17:52:01 -08:00
mtortonesi
ca13ffd249
[svn] Added string.c module. Updated copyright information and added names of new contributors to the documentation.
2005-01-01 13:29:11 -08:00
hniksic
a0642cc62e
[svn] Revamped MS console logic. Submitted by David Fritz.
2004-02-25 15:45:24 -08:00
hniksic
eef22ee91e
[svn] Remove ws_help; it doesn't make sense to invoke the help browser for
...
--help.
2004-02-22 07:45:59 -08:00
hniksic
489452a23a
[svn] Declare the pointers to literal strings as `const'.
2003-12-14 05:35:27 -08:00
hniksic
0d0fe50435
[svn] New option --protocol-directories.
2003-12-05 19:01:31 -08:00
hniksic
78706dc5ea
[svn] * retr.c (fd_read_body): Report the amount of data *written* as
...
amount_read. This is not entirely logical, but that's what the
callers expect, and it's not easy to change.
* ftp.c (ftp_loop_internal): Ditto.
* http.c (http_loop): Be smarter about assigning restval; if we're
in the nth pass of a download, simply use the information we have
about how much data has been retrieved as restval.
* ftp.c (getftp): Ditto for FTP "REST" command.
* http.c (gethttp): When the server doesn't respect range, skip
the first RESTVAL bytes of the read body. Never truncate the
output file.
* retr.c (fd_read_body): Support skipping initial STARTPOS octets.
2003-11-30 15:39:04 -08:00
hniksic
bbcdd71484
[svn] Don't reference opt.ipv4_only and opt.ipv6_only if IPv6 is disabled.
2003-11-19 05:25:20 -08:00
hniksic
5fb7ffc9ad
[svn] Fix alignment of FTP options output.
2003-11-17 05:13:33 -08:00
hniksic
133d69ff24
[svn] Don't auto-set opt.ipv4_only on systems without IPv6 sockets.
2003-11-17 04:59:54 -08:00
hniksic
c45fc0e595
[svn] Fix minor problems with --help text.
2003-11-16 15:42:38 -08:00
hniksic
66cc6d43f6
[svn] Don't allow opt.ipv4_only and opt.ipv6_only to both be set.
2003-11-15 16:31:58 -08:00
hniksic
22b37f3ef1
[svn] Doc fix.
2003-11-14 18:05:21 -08:00
hniksic
5a883689bc
[svn] Enable -4 and -6 switches only when IPv6 is enabled.
2003-11-14 07:18:47 -08:00
hniksic
244efb6e50
[svn] Added (currently no-op) -4 and -6.
2003-11-11 13:48:35 -08:00
hniksic
113ad490d0
[svn] Fix core dump with --mirror.
2003-11-08 17:07:53 -08:00
hniksic
4f19ac5494
[svn] Retire options -g, -G, -s, and -C.
2003-11-08 12:22:21 -08:00
hniksic
439d6a11fa
[svn] Added --dont-remove-listing, removed -s.
2003-11-08 12:13:24 -08:00
hniksic
7409af5e07
[svn] Break up `--help' output to smaller chunks.
2003-11-06 15:56:26 -08:00
hniksic
19144a9f4c
[svn] Don't declare log_* functions in main.c.
2003-11-06 14:48:17 -08:00
hniksic
ad75dd2662
[svn] Applied Dennis Smit's --preserve-permissions patch.
2003-11-06 12:33:20 -08:00
hniksic
f567bec34c
[svn] Improved command line option processing, introduced boolean options.
2003-11-06 12:20:43 -08:00
hniksic
bc764dbb7c
[svn] Improve SSL code. Only initialize PRNG when needed.
2003-11-06 05:06:59 -08:00