hniksic
b3900f1fbd
[svn] In for loops with empty body, put the ";" on a separate line to silence
...
a warning from DMC.
2005-07-06 18:08:52 -07:00
hniksic
097695b723
[svn] New option --ignore-case for case-insensitive matching.
2005-07-06 12:44:00 -07:00
hniksic
db9de5b075
[svn] Update FSF's address and copyright years.
2005-07-01 19:26:52 -07:00
hniksic
9d137e9b84
[svn] Fix parsing alphanumerics in .wgetrc.
2005-06-28 08:33:01 -07:00
hniksic
2447fb9a9b
[svn] Move extern declarations to .h files.
2005-06-27 11:19:22 -07:00
hniksic
002def87d2
[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.
2005-06-25 07:39:51 -07:00
hniksic
0a41b946d4
[svn] Declare opt.verbose as int, not bool.
2005-06-24 04:44:38 -07:00
hniksic
74fbb03b10
[svn] Use bool type for boolean variables and values.
2005-06-22 12:38:10 -07:00
hniksic
e911bc2943
[svn] Remove the "lockable boolean" setting for passive_ftp.
2005-06-21 18:56:02 -07:00
hniksic
277e840a0f
[svn] Remove K&R support.
2005-06-19 15:34:58 -07:00
hniksic
9000d2b527
[svn] Fix "lockable boolean" error message.
2005-06-19 07:08:09 -07:00
hniksic
876cd95a6e
[svn] Improve error message so it names the more useful values first.
2005-06-16 03:51:14 -07:00
hniksic
0840de6605
[svn] Allow --header to contain ",".
2005-05-30 06:31:24 -07:00
hniksic
082d2a5ab7
[svn] Doc fix.
2005-05-30 05:52:44 -07:00
hniksic
724e2f84be
[svn] Report exact command name alongside the "display name".
2005-05-21 06:36:43 -07:00
hniksic
20e79ab0fa
[svn] Don't free the non-existent opt.ftp_acc. Free the SSL-related stuff.
2005-05-16 08:09:07 -07:00
hniksic
79c4490734
[svn] Re-alphabetize the command list. Have run_command correctly interpret
...
the new return value of parse_line.
2005-05-08 10:28:19 -07:00
hniksic
302c744e9a
[svn] Don't complain about "unknown authentication scheme" if the scheme
...
is Basic. Allow empty user-agent meaning "don't send User-Agent".
2005-05-06 10:16:15 -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
hniksic
727f698214
[svn] Abort if there have been errors while processing .wgetrc'.
2005-05-05 11:20:17 -07:00
hniksic
b633022e24
[svn] Wrap the use of opt.random_file in HAVE_SSL.
2005-04-28 02:32:13 -07:00
hniksic
993ba1ca75
[svn] Free the old value of opt.useragent before setting the new one.
2005-04-27 15:16: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
8f935cf74c
[svn] Add --random-file option. Bail out in case of error during
...
SSL initialization.
2005-04-27 14:08:40 -07:00
hniksic
9df281f755
[svn] Wrap private key commands in #ifdef HAVE_SSL.
2005-04-27 11:27:57 -07:00
hniksic
b8efb6d762
[svn] Allow separate specification of certificate type and private key type.
2005-04-27 10:15:10 -07:00
hniksic
a15ce4fbe4
[svn] Doc typo fix.
2005-04-26 14:10:24 -07:00
hniksic
bdad650583
[svn] Renamed "closure" to "place".
2005-04-26 10:30:45 -07:00
hniksic
4edde35100
[svn] Renamed the SSL switches and commands.
2005-04-26 10:22:56 -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
2219d47ba3
[svn] Extract timers to a separate file.
2005-04-07 14:37:22 -07:00
hniksic
7c044778bc
[svn] Improve built-in memory debugger.
2005-03-20 07:07:40 -08:00
hniksic
c36e9a5272
[svn] Concatenate strings using concat_strings.
2005-03-19 09:23:32 -08:00
hniksic
5fca43a4c0
[svn] Handle negative numbers and detect overflow in simple_atoi.
...
Handle negative numbers in simple_atof.
2005-03-19 09:16:32 -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
hniksic
f7193075df
[svn] Under Windows, if $HOME is not defined, use the directory that
...
contains the Wget binary instead of hard-coded `C:\'.
(wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
not found, look for wget.ini in the directory of the Wget binary.
Submitted by David Fritz.
2004-02-17 07:37:31 -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
381457408a
[svn] Read the data in skip_short_body directly.
2003-11-30 06:33:00 -08:00
hniksic
0ff9eb4727
[svn] Restructure generation of HTTP requests. Allow headers specified with
...
--header to override generated headers.
2003-11-29 10:40:01 -08:00
hniksic
7c063c3175
[svn] Don't #include netinet/Winsock stuff.
2003-11-27 15:39:53 -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
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
8e330fdba0
[svn] Add support for -4/-6.
2003-11-14 17:49:52 -08:00
hniksic
a0bae929ea
[svn] Turn on opt.ipv4_only if we're compiling with IPv6, and AI_ADDRINFO is not
...
available, and AF_INET6 sockets can't be created.
2003-11-13 08:41:17 -08:00
hniksic
244efb6e50
[svn] Added (currently no-op) -4 and -6.
2003-11-11 13:48:35 -08:00