hniksic
61c5b229b7
[svn] Consistently prepend / to path when entering cookie code.
2005-06-24 05:15:03 -07:00
hniksic
74fbb03b10
[svn] Use bool type for boolean variables and values.
2005-06-22 12:38:10 -07:00
hniksic
6895126a68
[svn] Fix crash with --no-cookies.
2005-06-21 18:06:48 -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
613719687c
[svn] Fix broken --save-headers.
2005-06-18 07:13:16 -07:00
hniksic
1805044ecd
[svn] When -E is in use, check for file existence after appending ".html" to the
...
name and modify the file name if necessary.
2005-06-17 15:06:26 -07:00
hniksic
4206f96614
[svn] Gettext-ize previously missed messages.
...
By Benno Schulenberg.
2005-06-15 13:26:37 -07:00
hniksic
eeacdb2ebc
[svn] Don't attempt to "skip short body" if we're issuing a HEAD request (in which
...
case the response head is not followed by a body).
2005-05-30 07:29:01 -07:00
hniksic
5771564c9c
[svn] Document the origin of the "cookie date" format.
2005-05-24 07:16:27 -07:00
hniksic
05a000a477
[svn] Don't clobber the file when -c fails in the first attempt.
2005-05-17 02:01:31 -07:00
hniksic
fc5a9adfab
[svn] Clarify the logic of persistent_available_p.
2005-05-16 15:01:10 -07:00
hniksic
c1ba8c2111
[svn] Would forget to close the connection when keep_alive was not used.
2005-05-14 12:24:22 -07:00
hniksic
c2bc8982b7
[svn] Tell the user about --no-check-certificate.
2005-05-11 08:52:27 -07:00
hniksic
5feb3f6696
[svn] Check for the server's identity after the SSL handshake.
2005-05-10 08:17:37 -07:00
hniksic
ee18acce0a
[svn] Check for wildcards in unescaped URL path.
2005-05-08 10:52:26 -07:00
hniksic
1fab70a664
[svn] Fix warnings reported by gcc -Wstrict-prototypes -Wmissing-prototypes.
2005-05-08 02:58:39 -07:00
hniksic
58828beb5f
[svn] Doc fix.
2005-05-07 10:13:18 -07:00
hniksic
247387fef5
[svn] Doc fix.
2005-05-07 10:11:29 -07:00
hniksic
4c4c440401
[svn] Fix request-line argument when talking to SSL server over proxy.
2005-05-06 16:27:47 -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
4192de0002
[svn] Minor doc fix.
2005-05-06 06:56:16 -07:00
hniksic
818fbdf32a
[svn] Comment doc fix.
2005-05-05 15:02:46 -07:00
hniksic
a231f88b54
[svn] Zero out all of struct tm before passing it to strptime.
2005-05-05 14:49:28 -07:00
hniksic
0967c21094
[svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'.
2005-05-03 08:24:30 -07:00
hniksic
b8af169bb5
[svn] Remove unreached (and useless) break statements.
2005-04-28 06:56:31 -07:00
hniksic
c2c41a6b14
[svn] Remove unreachable "break" statements.
2005-04-28 06:52:02 -07:00
hniksic
c4a5b4dfc7
[svn] Set the CONNECT user-agent in the correct request object.
2005-04-27 15:31:12 -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
b8efb6d762
[svn] Allow separate specification of certificate type and private key type.
2005-04-27 10:15:10 -07:00
hniksic
b8d826f243
[svn] Renamed src/gen_sslfunc.c to src/openssl.c and src/gen_sslfunc.h to
...
src/ssl.h.
2005-04-26 14:41:41 -07:00
hniksic
4edde35100
[svn] Renamed the SSL switches and commands.
2005-04-26 10:22:56 -07:00
hniksic
428c1a2b3c
[svn] Fix various cookie-related problems.
2005-04-26 06:34:33 -07:00
hniksic
5bcaac1177
[svn] Remember that the NTLM-authorized TCP connections stay authorized.
2005-04-22 19:03:19 -07:00
hniksic
add6c24a19
[svn] Fix bugs in NTML handling.
2005-04-22 08:15:25 -07:00
hniksic
85c143a2a5
[svn] Fix the check whether a new header needs to be allocated.
...
By FUJISHIMA Satsuki.
2005-04-20 13:15:05 -07:00
hniksic
155ca3d489
[svn] Change orders of parameters of base64_encode, so it makes more sense.
...
Mention NTLM support in http.c.
2005-04-18 07:23:23 -07:00
hniksic
d406908e94
[svn] Fix potential memory leak in request_set_header.
2005-04-17 09:59:35 -07:00
hniksic
ab18c0eaed
[svn] Really disable persistent connections over proxy.
2005-04-16 06:06:29 -07:00
hniksic
c547fdd6b3
[svn] Report an error in skip_short_body to the caller.
2005-04-14 14:12:57 -07:00
hniksic
4cf3365fcf
[svn] Open the output file in binary mode.
...
By Gisle Vanem.
2005-04-12 13:32:31 -07:00
hniksic
364dc617a4
[svn] Doc fix.
2005-04-11 06:41:28 -07:00
hniksic
52ad80309f
[svn] Added NTLM support.
2005-04-06 13:42:22 -07:00
hniksic
e65ff5729a
[svn] Avoid explicit 64-bit constants; construct them by multiplication at
...
compile-time.
2005-04-01 10:22:38 -08: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
72ce32e8ab
[svn] Limit the maximum amount of memory allocated by fd_read_hunk and its
...
callers. Don't allocate more than 64k bytes on headers; don't allocate
more than 4k bytes on a single line.
2005-03-19 09:35:15 -08:00
hniksic
c36e9a5272
[svn] Concatenate strings using concat_strings.
2005-03-19 09:23:32 -08:00
hniksic
976c54d0e6
[svn] Handle multiple Set-Cookie headers sent by the server.
2005-03-06 14:53:02 -08:00