Micah Cowan
df8b19a28e
Gisle's MS-DOS support
2007-09-28 14:47:46 -07:00
micah
fb7fc237f7
[svn] Fix for #20659 - Content-Disposition off by default.
2007-08-08 00:30:26 -07:00
micah
7d2066b221
[svn] Make indentation consistent (all-spaces, no tabs).
2007-08-02 20:38:21 -07:00
micah
10da871ac4
[svn] Merging fix #20499 : MAX_REDIRECTIONS should be configurable.
2007-07-28 19:37:14 -07:00
micah
4d7c5e087b
[svn] Merge of fix for bugs 20341 and 20410.
2007-07-09 22:53:22 -07:00
mtortonesi
c5a4dac530
[svn] Get rid of a gcc warning about strict-aliasing violation.
2007-01-09 07:55:12 -08:00
hniksic
6493450947
[svn] Warn to keep the option list sorted.
2006-08-08 07:31:12 -07:00
hniksic
a890134659
[svn] Fix ordering of the command array.
2006-07-21 04:20:40 -07:00
mtortonesi
1c7493b83e
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
2006-07-14 06:25:50 -07:00
mtortonesi
c1cb70ecd0
[svn] Added support for --restrict-file-names=lowercase and --restrict-file-names=uppercase.
2006-06-13 06:58:33 -07:00
mtortonesi
9a66d92f60
[svn] Improvements/fixes to HTTP Content-Disposition header support.
2006-04-28 02:15:14 -07:00
mtortonesi
b15ddc5b71
[svn] Removed broken output file removal patch.
2006-01-30 00:46:16 -08:00
mtortonesi
f1b726490e
[svn] Remove output document in case of download problems when -O and --quiet are given.
2006-01-24 05:36:24 -08:00
hniksic
b138e352e0
[svn] Don't read more than the amount of data specified by the content-length
...
header. Removed the obsolete "kill_lines" wgetrc var.
2005-08-08 15:51:19 -07:00
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