]> sjero.net Git - wget/log
wget
18 years ago[svn] Updated PO files according to the recent PO template sent by the translation...
mtortonesi [Mon, 6 Jun 2005 19:52:34 +0000 (12:52 -0700)]
[svn] Updated PO files according to the recent PO template sent by the translation project.

18 years ago[svn] Fixed typo.
mtortonesi [Tue, 31 May 2005 19:44:09 +0000 (12:44 -0700)]
[svn] Fixed typo.

18 years ago[svn] Remove .gmo files when make clean is called.
mtortonesi [Tue, 31 May 2005 19:43:24 +0000 (12:43 -0700)]
[svn] Remove .gmo files when make clean is called.

18 years ago[svn] Check for a recent gcc version before using the statement-as-expression
hniksic [Mon, 30 May 2005 18:44:20 +0000 (11:44 -0700)]
[svn] Check for a recent gcc version before using the statement-as-expression
extension.

18 years ago[svn] Removed statement that redirect in response to POST is "technically
hniksic [Mon, 30 May 2005 14:34:56 +0000 (07:34 -0700)]
[svn] Removed statement that redirect in response to POST is "technically
disallowed", which I cannot find in rfc2616 nor in rfc1945.  Even if that
were technically the case, the widespreadedness of such responses would make
the prohibition irrelevant.

18 years ago[svn] Don't attempt to "skip short body" if we're issuing a HEAD request (in which
hniksic [Mon, 30 May 2005 14:29:01 +0000 (07:29 -0700)]
[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).

18 years ago[svn] Allow --header to contain ",".
hniksic [Mon, 30 May 2005 13:31:24 +0000 (06:31 -0700)]
[svn] Allow --header to contain ",".

18 years ago[svn] Doc fix.
hniksic [Mon, 30 May 2005 12:52:44 +0000 (05:52 -0700)]
[svn] Doc fix.

18 years ago[svn] Mark the content from the <link src="..."> tag as expecting HTML.
hniksic [Fri, 27 May 2005 13:53:47 +0000 (06:53 -0700)]
[svn] Mark the content from the <link src="..."> tag as expecting HTML.
Submitted by Andreas Beckmann.

18 years ago[svn] Minor doc. clarification.
hniksic [Wed, 25 May 2005 15:48:16 +0000 (08:48 -0700)]
[svn] Minor doc. clarification.

18 years ago[svn] Updated from the TP.
hniksic [Wed, 25 May 2005 09:14:42 +0000 (02:14 -0700)]
[svn] Updated from the TP.

18 years ago[svn] Document the origin of the "cookie date" format.
hniksic [Tue, 24 May 2005 14:16:27 +0000 (07:16 -0700)]
[svn] Document the origin of the "cookie date" format.

18 years ago[svn] Explain why rfc2109 and rfc2965 are ignored by Wget's cookie code.
hniksic [Tue, 24 May 2005 14:13:47 +0000 (07:13 -0700)]
[svn] Explain why rfc2109 and rfc2965 are ignored by Wget's cookie code.

18 years ago[svn] Report exact command name alongside the "display name".
hniksic [Sat, 21 May 2005 13:36:43 +0000 (06:36 -0700)]
[svn] Report exact command name alongside the "display name".

18 years ago[svn] Remove unnecessary casts to time_t. Insert the cast from -1 to time_t,
hniksic [Wed, 18 May 2005 17:22:28 +0000 (10:22 -0700)]
[svn] Remove unnecessary casts to time_t.  Insert the cast from -1 to time_t,
needed on systems with unsigned time_t.

18 years ago[svn] Fixed a typo in Daniel's entry.
hniksic [Wed, 18 May 2005 16:24:57 +0000 (09:24 -0700)]
[svn] Fixed a typo in Daniel's entry.

18 years ago[svn] Don't clobber the file when -c is specified and the first attempt
hniksic [Tue, 17 May 2005 12:53:08 +0000 (05:53 -0700)]
[svn] Don't clobber the file when -c is specified and the first attempt
to retrieve the file fails.

18 years ago[svn] Don't clobber the file when -c fails in the first attempt.
hniksic [Tue, 17 May 2005 09:01:31 +0000 (02:01 -0700)]
[svn] Don't clobber the file when -c fails in the first attempt.

18 years ago[svn] Fix erroneous comments in ftp_eprt.
hniksic [Mon, 16 May 2005 22:08:57 +0000 (15:08 -0700)]
[svn] Fix erroneous comments in ftp_eprt.

18 years ago[svn] Clarify the logic of persistent_available_p.
hniksic [Mon, 16 May 2005 22:01:10 +0000 (15:01 -0700)]
[svn] Clarify the logic of persistent_available_p.

18 years ago[svn] Only free cert when necessary.
hniksic [Mon, 16 May 2005 20:52:28 +0000 (13:52 -0700)]
[svn] Only free cert when necessary.

18 years ago[svn] Print all issues with a certificate.
hniksic [Mon, 16 May 2005 20:32:55 +0000 (13:32 -0700)]
[svn] Print all issues with a certificate.

18 years ago[svn] Fixed mkdirhier to make_directory in comment.
hniksic [Mon, 16 May 2005 17:30:07 +0000 (10:30 -0700)]
[svn] Fixed mkdirhier to make_directory in comment.

18 years ago[svn] Don't xfree() the line returned by ftp_response if the returned code is not
hniksic [Mon, 16 May 2005 15:19:12 +0000 (08:19 -0700)]
[svn] Don't xfree() the line returned by ftp_response if the returned code is not
FTPOK.

18 years ago[svn] Don't free the non-existent opt.ftp_acc. Free the SSL-related stuff.
hniksic [Mon, 16 May 2005 15:09:07 +0000 (08:09 -0700)]
[svn] Don't free the non-existent opt.ftp_acc.  Free the SSL-related stuff.

18 years ago[svn] Consistently print \n at the end of the "Length" line.
hniksic [Mon, 16 May 2005 12:41:29 +0000 (05:41 -0700)]
[svn] Consistently print \n at the end of the "Length" line.

18 years ago[svn] Updated from the TP.
hniksic [Mon, 16 May 2005 12:21:28 +0000 (05:21 -0700)]
[svn] Updated from the TP.

18 years ago[svn] Update escnonprint documentation.
hniksic [Sun, 15 May 2005 13:15:08 +0000 (06:15 -0700)]
[svn] Update escnonprint documentation.

18 years ago[svn] Document --[no-]proxy as being primarily used to turn *off* proxies.
hniksic [Sat, 14 May 2005 20:06:34 +0000 (13:06 -0700)]
[svn] Document --[no-]proxy as being primarily used to turn *off* proxies.

18 years ago[svn] Announce the beginning and the end of the SSL handshake when in debug mode.
hniksic [Sat, 14 May 2005 19:36:30 +0000 (12:36 -0700)]
[svn] Announce the beginning and the end of the SSL handshake when in debug mode.
Avoid the use of the %p format.

18 years ago[svn] Would forget to close the connection when keep_alive was not used.
hniksic [Sat, 14 May 2005 19:24:22 +0000 (12:24 -0700)]
[svn] Would forget to close the connection when keep_alive was not used.

18 years ago[svn] Consolidated SSL/TLS entries.
hniksic [Sat, 14 May 2005 18:12:51 +0000 (11:12 -0700)]
[svn] Consolidated SSL/TLS entries.

18 years ago[svn] Updated the translation from the TP.
mtortonesi [Sat, 14 May 2005 08:20:19 +0000 (01:20 -0700)]
[svn] Updated the translation from the TP.

18 years ago[svn] Added Irish translation from the Translation Project.
mtortonesi [Fri, 13 May 2005 23:50:39 +0000 (16:50 -0700)]
[svn] Added Irish translation from the Translation Project.

18 years ago[svn] Typo fix in comment.
hniksic [Fri, 13 May 2005 19:07:47 +0000 (12:07 -0700)]
[svn] Typo fix in comment.

18 years ago[svn] Typo fix.
hniksic [Fri, 13 May 2005 13:26:44 +0000 (06:26 -0700)]
[svn] Typo fix.

18 years ago[svn] Document the code that decides whether "*" matches ".".
hniksic [Fri, 13 May 2005 11:54:53 +0000 (04:54 -0700)]
[svn] Document the code that decides whether "*" matches ".".

18 years ago[svn] Installed update from the TP.
hniksic [Thu, 12 May 2005 21:59:40 +0000 (14:59 -0700)]
[svn] Installed update from the TP.

18 years ago[svn] Updated the translation from the TP.
hniksic [Thu, 12 May 2005 21:06:57 +0000 (14:06 -0700)]
[svn] Updated the translation from the TP.

18 years ago[svn] Use the %d format to print port number, which is int.
hniksic [Thu, 12 May 2005 16:24:33 +0000 (09:24 -0700)]
[svn] Use the %d format to print port number, which is int.

18 years ago[svn] Updated Croatian translation.
hniksic [Thu, 12 May 2005 15:44:36 +0000 (08:44 -0700)]
[svn] Updated Croatian translation.

18 years ago[svn] Don't rewrite "https://host" to "ftp://https//host" when SSL is not used.
hniksic [Thu, 12 May 2005 11:45:05 +0000 (04:45 -0700)]
[svn] Don't rewrite "https://host" to "ftp://https//host" when SSL is not used.

18 years ago[svn] Updated version to 1.10-beta1+cvs-dev.
mtortonesi [Wed, 11 May 2005 19:59:53 +0000 (12:59 -0700)]
[svn] Updated version to 1.10-beta1+cvs-dev.

18 years ago[svn] Tell the user about --no-check-certificate.
hniksic [Wed, 11 May 2005 15:52:27 +0000 (08:52 -0700)]
[svn] Tell the user about --no-check-certificate.

18 years ago[svn] Always use SSL_VERIFY_NONE, so that the handshake finishes even if the
hniksic [Wed, 11 May 2005 11:14:42 +0000 (04:14 -0700)]
[svn] Always use SSL_VERIFY_NONE, so that the handshake finishes even if the
certificate is invalid.  That way ssl_check_server_identity can provide
better diagnostics on why the verification failed.

18 years ago[svn] Wording change.
hniksic [Wed, 11 May 2005 10:57:01 +0000 (03:57 -0700)]
[svn] Wording change.

18 years ago[svn] *** empty log message ***
hniksic [Wed, 11 May 2005 10:53:42 +0000 (03:53 -0700)]
[svn] *** empty log message ***

18 years ago[svn] *** empty log message ***
hniksic [Wed, 11 May 2005 08:47:18 +0000 (01:47 -0700)]
[svn] *** empty log message ***

18 years ago[svn] Explain certificate checking in more detail.
hniksic [Wed, 11 May 2005 08:44:43 +0000 (01:44 -0700)]
[svn] Explain certificate checking in more detail.

18 years ago[svn] Mention that the server's certificate is now verified by default.
hniksic [Wed, 11 May 2005 08:31:28 +0000 (01:31 -0700)]
[svn] Mention that the server's certificate is now verified by default.

18 years ago[svn] Support wildcards for matching of hosts against common names presented by
hniksic [Wed, 11 May 2005 07:58:57 +0000 (00:58 -0700)]
[svn] Support wildcards for matching of hosts against common names presented by
the TLS certificate.

18 years ago[svn] Updated Croatian translation.
hniksic [Tue, 10 May 2005 21:29:42 +0000 (14:29 -0700)]
[svn] Updated Croatian translation.

18 years ago[svn] *** empty log message ***
hniksic [Tue, 10 May 2005 21:16:53 +0000 (14:16 -0700)]
[svn] *** empty log message ***

18 years ago[svn] Print certificate subject and issuer.
hniksic [Tue, 10 May 2005 21:16:00 +0000 (14:16 -0700)]
[svn] Print certificate subject and issuer.

18 years ago[svn] Test for the OpenSSL includes we actually use.
hniksic [Tue, 10 May 2005 20:51:17 +0000 (13:51 -0700)]
[svn] Test for the OpenSSL includes we actually use.

18 years ago[svn] Correctly pass pointers to hash_table_get_pair.
hniksic [Tue, 10 May 2005 19:07:57 +0000 (12:07 -0700)]
[svn] Correctly pass pointers to hash_table_get_pair.

18 years ago[svn] Check for the server's identity after the SSL handshake.
hniksic [Tue, 10 May 2005 15:17:37 +0000 (08:17 -0700)]
[svn] Check for the server's identity after the SSL handshake.

18 years ago[svn] Simplify cert. verification. Allow SSL_write to perform partial writes.
hniksic [Mon, 9 May 2005 17:21:10 +0000 (10:21 -0700)]
[svn] Simplify cert. verification.  Allow SSL_write to perform partial writes.

18 years ago[svn] Check for wildcards in unescaped URL path.
hniksic [Sun, 8 May 2005 17:52:26 +0000 (10:52 -0700)]
[svn] Check for wildcards in unescaped URL path.

18 years ago[svn] Re-alphabetize the command list. Have run_command correctly interpret
hniksic [Sun, 8 May 2005 17:28:19 +0000 (10:28 -0700)]
[svn] Re-alphabetize the command list.  Have run_command correctly interpret
the new return value of parse_line.

18 years ago[svn] Remove unnecessary assignments to silence warnings from Borland C.
hniksic [Sun, 8 May 2005 16:25:42 +0000 (09:25 -0700)]
[svn] Remove unnecessary assignments to silence warnings from Borland C.

18 years ago[svn] Place variable declarations in escnonprint_internal before other
hniksic [Sun, 8 May 2005 16:16:17 +0000 (09:16 -0700)]
[svn] Place variable declarations in escnonprint_internal before other
statements.

18 years ago[svn] Fix warnings reported by gcc -Wstrict-prototypes -Wmissing-prototypes.
hniksic [Sun, 8 May 2005 09:58:39 +0000 (02:58 -0700)]
[svn] Fix warnings reported by gcc -Wstrict-prototypes -Wmissing-prototypes.

18 years ago[svn] Include an EXAMPLES section in the man page.
hniksic [Sat, 7 May 2005 22:10:29 +0000 (15:10 -0700)]
[svn] Include an EXAMPLES section in the man page.

18 years ago[svn] Minor doc fix.
hniksic [Sat, 7 May 2005 21:11:43 +0000 (14:11 -0700)]
[svn] Minor doc fix.

18 years ago[svn] Made strpbrk_or_eos inline. Use strchr(s, '\0') for finding the NUL
hniksic [Sat, 7 May 2005 17:32:25 +0000 (10:32 -0700)]
[svn] Made strpbrk_or_eos inline.  Use strchr(s, '\0') for finding the NUL
char in the string.

18 years ago[svn] Doc fix.
hniksic [Sat, 7 May 2005 17:13:18 +0000 (10:13 -0700)]
[svn] Doc fix.

18 years ago[svn] Doc fix.
hniksic [Sat, 7 May 2005 17:11:29 +0000 (10:11 -0700)]
[svn] Doc fix.

18 years ago[svn] Renamed "decide_copy_method" to "char_needs_escaping". Made it return
hniksic [Sat, 7 May 2005 15:09:45 +0000 (08:09 -0700)]
[svn] Renamed "decide_copy_method" to "char_needs_escaping".  Made it return
bool (int).

18 years ago[svn] Prevent newlines in FTP command arguments causing inadvertent sending of
hniksic [Sat, 7 May 2005 01:06:26 +0000 (18:06 -0700)]
[svn] Prevent newlines in FTP command arguments causing inadvertent sending of
multiple FTP commands.

18 years ago[svn] Don't needlessly decode % escapes in URLs.
hniksic [Sat, 7 May 2005 00:34:45 +0000 (17:34 -0700)]
[svn] Don't needlessly decode % escapes in URLs.

18 years ago[svn] Fix request-line argument when talking to SSL server over proxy.
hniksic [Fri, 6 May 2005 23:27:47 +0000 (16:27 -0700)]
[svn] Fix request-line argument when talking to SSL server over proxy.

18 years ago[svn] Document empty user-agent.
hniksic [Fri, 6 May 2005 17:23:37 +0000 (10:23 -0700)]
[svn] Document empty user-agent.

18 years ago[svn] Don't complain about "unknown authentication scheme" if the scheme
hniksic [Fri, 6 May 2005 17:16:15 +0000 (10:16 -0700)]
[svn] Don't complain about "unknown authentication scheme" if the scheme
is Basic.  Allow empty user-agent meaning "don't send User-Agent".

18 years ago[svn] Spell my name correctly.
hniksic [Fri, 6 May 2005 16:24:02 +0000 (09:24 -0700)]
[svn] Spell my name correctly.

18 years ago[svn] Updated Croatian translation.
hniksic [Fri, 6 May 2005 16:00:27 +0000 (09:00 -0700)]
[svn] Updated Croatian translation.

18 years ago[svn] Fix wording of --secure-protocol help text.
hniksic [Fri, 6 May 2005 15:50:50 +0000 (08:50 -0700)]
[svn] Fix wording of --secure-protocol help text.

18 years ago[svn] Mention the redesign of SSL options.
hniksic [Fri, 6 May 2005 15:47:48 +0000 (08:47 -0700)]
[svn] Mention the redesign of SSL options.

18 years ago[svn] Don't print the line with the comment about running autoheader.
hniksic [Fri, 6 May 2005 15:30:35 +0000 (08:30 -0700)]
[svn] Don't print the line with the comment about running autoheader.

18 years ago[svn] Fix the build for systems without makeinfo.
hniksic [Fri, 6 May 2005 15:26:36 +0000 (08:26 -0700)]
[svn] Fix the build for systems without makeinfo.

18 years ago[svn] Minor doc fix.
hniksic [Fri, 6 May 2005 13:56:16 +0000 (06:56 -0700)]
[svn] Minor doc fix.

18 years ago[svn] Explain the choice of only setting LC_MESSAGES more thoroughly.
hniksic [Fri, 6 May 2005 13:55:35 +0000 (06:55 -0700)]
[svn] Explain the choice of only setting LC_MESSAGES more thoroughly.

18 years ago[svn] *** empty log message ***
hniksic [Fri, 6 May 2005 11:03:21 +0000 (04:03 -0700)]
[svn] *** empty log message ***

18 years ago[svn] Reword timeout documentation.
hniksic [Thu, 5 May 2005 23:15:22 +0000 (16:15 -0700)]
[svn] Reword timeout documentation.

18 years ago[svn] Minor rewording of the IPv6 entry.
hniksic [Thu, 5 May 2005 22:45:59 +0000 (15:45 -0700)]
[svn] Minor rewording of the IPv6 entry.

18 years ago[svn] Update strstr to the one in glibc 2.3.5.
hniksic [Thu, 5 May 2005 22:39:28 +0000 (15:39 -0700)]
[svn] Update strstr to the one in glibc 2.3.5.

18 years ago[svn] Comment doc fix.
hniksic [Thu, 5 May 2005 22:02:46 +0000 (15:02 -0700)]
[svn] Comment doc fix.

18 years ago[svn] Zero out all of struct tm before passing it to strptime.
hniksic [Thu, 5 May 2005 21:49:28 +0000 (14:49 -0700)]
[svn] Zero out all of struct tm before passing it to strptime.

18 years ago[svn] Propagate option name to init.c code so error messages mention the
hniksic [Thu, 5 May 2005 18:45:05 +0000 (11:45 -0700)]
[svn] Propagate option name to init.c code so error messages mention the
failed command-line option.

18 years ago[svn] Abort if there have been errors while processing .wgetrc'.
hniksic [Thu, 5 May 2005 18:20:17 +0000 (11:20 -0700)]
[svn] Abort if there have been errors while processing .wgetrc'.

18 years ago[svn] We're using GFDL 1.2, not 1.1.
hniksic [Thu, 5 May 2005 17:13:12 +0000 (10:13 -0700)]
[svn] We're using GFDL 1.2, not 1.1.

18 years ago[svn] Another contributor added.
hniksic [Thu, 5 May 2005 16:51:38 +0000 (09:51 -0700)]
[svn] Another contributor added.

18 years ago[svn] Slightly reduce the code repetition between two loops in
hniksic [Thu, 5 May 2005 16:39:19 +0000 (09:39 -0700)]
[svn] Slightly reduce the code repetition between two loops in
copy_and_escape.

18 years ago[svn] Updated contributor list.
hniksic [Thu, 5 May 2005 15:41:32 +0000 (08:41 -0700)]
[svn] Updated contributor list.

18 years ago[svn] Fix -X/-I with wildcards.
hniksic [Thu, 5 May 2005 15:22:11 +0000 (08:22 -0700)]
[svn] Fix -X/-I with wildcards.

18 years ago[svn] Set access time to current time when "touching" the file.
hniksic [Thu, 5 May 2005 14:47:48 +0000 (07:47 -0700)]
[svn] Set access time to current time when "touching" the file.

18 years ago[svn] Don't unescape %00.
hniksic [Thu, 5 May 2005 14:05:00 +0000 (07:05 -0700)]
[svn] Don't unescape %00.

18 years ago[svn] Document what is meant by "non-printable" in the context of escnonprint.
hniksic [Thu, 5 May 2005 13:47:20 +0000 (06:47 -0700)]
[svn] Document what is meant by "non-printable" in the context of escnonprint.

18 years ago[svn] Fix printing of FTP response.
hniksic [Thu, 5 May 2005 10:10:51 +0000 (03:10 -0700)]
[svn] Fix printing of FTP response.

18 years ago[svn] Reset the sleep_adjust limit value for new downloads. Fixes Debian bug
hniksic [Thu, 5 May 2005 09:48:08 +0000 (02:48 -0700)]
[svn] Reset the sleep_adjust limit value for new downloads.  Fixes Debian bug
232276.