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
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