mtortonesi
|
01093c0c33
|
[svn] Fixed recursive spider mode.
|
2006-05-25 09:11:29 -07:00 |
|
mtortonesi
|
9a66d92f60
|
[svn] Improvements/fixes to HTTP Content-Disposition header support.
|
2006-04-28 02:15:14 -07:00 |
|
hniksic
|
a46aa44f57
|
[svn] Document parse_content_disposition.
|
2006-04-08 09:05:42 -07:00 |
|
mtortonesi
|
ea4ffded27
|
[svn] Restricted operational semantics of frontcmp and proclist from generic strings to directory names, and fixed dirname matching algorithm. Renamed above mentioned functions to subdir_p and dir_matches_p respectively. Added testcases for subdir_p and dir_matches_p.
|
2006-03-15 06:55:29 -08:00 |
|
mtortonesi
|
46c94e5f26
|
[svn] Fixed recursive HTTP retrieval
|
2006-03-02 01:27:45 -08:00 |
|
hniksic
|
65cc42ee09
|
[svn] Use the extract_param function for parsing the www-authenticate header.
|
2006-02-28 14:32:56 -08:00 |
|
hniksic
|
6d2dc0a1b3
|
[svn] Use extract_params to parse the Set-Cookies header.
|
2006-02-28 12:50:37 -08:00 |
|
hniksic
|
66ee895734
|
[svn] Deleted extract_param_value_delim.
|
2006-02-28 12:09:34 -08:00 |
|
hniksic
|
c90e4f9c1a
|
[svn] Parse Content-Disposition better. Implement memrchr where missing.
|
2006-02-28 11:27:52 -08:00 |
|
hniksic
|
e8b61e46ab
|
[svn] Only use FILE.N.html if FILE.html exists.
|
2006-02-25 15:28:49 -08:00 |
|
mtortonesi
|
d8f368d062
|
[svn] Implement correct parsing of HTTP Content-Disposition header.
|
2006-02-03 01:33:57 -08:00 |
|
mtortonesi
|
bfd24dba71
|
[svn] Removed empty lines in output format.
|
2006-01-30 02:06:10 -08:00 |
|
mtortonesi
|
b5be7ce301
|
[svn] Commited new HTTP output format.
|
2006-01-30 00:54:09 -08:00 |
|
mtortonesi
|
823228830e
|
[svn] Fixed pre-download verbose output which was broken by HTTP code refactoring.
|
2005-12-07 00:24:24 -08:00 |
|
mtortonesi
|
e7433e4027
|
[svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers as well.
|
2005-12-05 02:55:30 -08:00 |
|
mtortonesi
|
d40086ba5f
|
[svn] Major refactoring of HTTP code. Added support for Content-Disposition header.
|
2005-11-23 02:18:18 -08:00 |
|
hniksic
|
9aae245890
|
[svn] Tell OpenSSL to renegotiate automatically (mode SSL_MODE_AUTO_RETRY).
By Jeremy Shapiro.
|
2005-08-26 03:42:31 -07: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
|
ac4f55a297
|
[svn] Allow null MESSAGE.
|
2005-07-06 02:25:12 -07:00 |
|
hniksic
|
2ef83f89bd
|
[svn] Don't print write error message twice.
|
2005-07-04 15:53:17 -07:00 |
|
hniksic
|
6f6af2d913
|
[svn] Only allocate an error string on actual error.
|
2005-07-04 14:42:09 -07:00 |
|
hniksic
|
550c39e714
|
[svn] Correctly print SSL errors.
|
2005-07-03 14:20:33 -07:00 |
|
hniksic
|
d7ddbd9720
|
[svn] Document reasoning behind CLOSE_INVALIDATED more accurately.
|
2005-07-02 06:23:54 -07:00 |
|
hniksic
|
79a8def8c8
|
[svn] Document the side effect of test_socket_open.
|
2005-07-02 06:22:13 -07:00 |
|
hniksic
|
025fcc29a8
|
[svn] Correctly skip error message body for keep-alive connections.
|
2005-07-02 04:03:29 -07:00 |
|
hniksic
|
db9de5b075
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
|
hniksic
|
f238f09492
|
[svn] Minor improvements to fd_read_hunk.
|
2005-07-01 16:37:50 -07:00 |
|
hniksic
|
5b26cb40a9
|
[svn] Explicitly document all cases when generating the Host header.
|
2005-06-30 08:09:39 -07:00 |
|
hniksic
|
2447fb9a9b
|
[svn] Move extern declarations to .h files.
|
2005-06-27 11:19:22 -07:00 |
|
hniksic
|
bb8a5f2eb9
|
[svn] Check for timegm and use it where available.
|
2005-06-27 06:22:30 -07:00 |
|
hniksic
|
0561a866c3
|
[svn] Remove obsolete comment.
|
2005-06-27 05:53:01 -07:00 |
|
hniksic
|
9468fba4f7
|
[svn] Correctly query the old locale value.
|
2005-06-27 04:50:04 -07:00 |
|
hniksic
|
2254e5c4e4
|
[svn] Set all locale categories.
|
2005-06-26 19:06:52 -07:00 |
|
hniksic
|
68e27bf7e2
|
[svn] Improve "POST data file missing" error message.
|
2005-06-26 18:11:10 -07:00 |
|
hniksic
|
319f52d756
|
[svn] When the download is finished, print the time the download took.
Always invoke SIZE, not only when continuing the download.
|
2005-06-25 17:41:09 -07:00 |
|
hniksic
|
e24bc5db1b
|
[svn] Rewrite with_thousand_seps to be size-agnostic. Remove printing of separators
from sizes.
|
2005-06-25 16:09:29 -07:00 |
|
hniksic
|
bd74e419d6
|
[svn] Don't pattern-match server redirects.
|
2005-06-25 08:04:47 -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
|
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 |
|