]> sjero.net Git - wget/log
wget
14 years agoMerge in gerel's url-parsing stuff.
Micah Cowan [Sat, 13 Jun 2009 11:48:18 +0000 (04:48 -0700)]
Merge in gerel's url-parsing stuff.

14 years agoChangeLog entry for Gerardo's url-parse changes.
Micah Cowan [Sat, 13 Jun 2009 11:30:45 +0000 (04:30 -0700)]
ChangeLog entry for Gerardo's url-parse changes.

14 years agoImprove accuracy in documentation regarding -nd with -r or -p. Bug #21509.
Micah Cowan [Sat, 13 Jun 2009 00:56:12 +0000 (17:56 -0700)]
Improve accuracy in documentation regarding -nd with -r or -p. Bug #21509.

14 years ago#include <sys/types.h>
Micah Cowan [Fri, 12 Jun 2009 22:37:10 +0000 (15:37 -0700)]
#include <sys/types.h>

14 years agoSeparate "https" feature.
Micah Cowan [Fri, 12 Jun 2009 20:28:17 +0000 (13:28 -0700)]
Separate "https" feature.

14 years agoDeclare h_errno if no declaration provided (HP-UX).
Micah Cowan [Fri, 12 Jun 2009 08:32:44 +0000 (01:32 -0700)]
Declare h_errno if no declaration provided (HP-UX).

14 years agoAllow proxied-https-auth test to function when building outside of source dir.
Benjamin Wolsey [Fri, 12 Jun 2009 07:06:10 +0000 (00:06 -0700)]
Allow proxied-https-auth test to function when building outside of source dir.

14 years agoMore contributors.
Micah Cowan [Fri, 12 Jun 2009 02:20:19 +0000 (19:20 -0700)]
More contributors.

14 years agoFix some memory leaks.
Xin Zou [Fri, 12 Jun 2009 02:16:51 +0000 (19:16 -0700)]
Fix some memory leaks.

14 years agoFix bad setlocale usage.
Micah Cowan [Fri, 12 Jun 2009 01:58:26 +0000 (18:58 -0700)]
Fix bad setlocale usage.

14 years agoFix confusing example on --folow-ftp and negation.
Joao Ferreira [Thu, 11 Jun 2009 23:27:00 +0000 (16:27 -0700)]
Fix confusing example on --folow-ftp and negation.

14 years agoNeed NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.
Micah Cowan [Thu, 11 Jun 2009 23:00:59 +0000 (16:00 -0700)]
Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.

14 years agoAdd "https_proxy" to the proxy examples.
Micah Cowan [Wed, 10 Jun 2009 16:22:05 +0000 (09:22 -0700)]
Add "https_proxy" to the proxy examples.

14 years agoRestore string after function call.
Steven Schubiger [Thu, 28 May 2009 21:32:54 +0000 (23:32 +0200)]
Restore string after function call.

14 years agoDuplicate string to circumvent eventual memory corruption.
Steven Schubiger [Wed, 27 May 2009 19:47:57 +0000 (21:47 +0200)]
Duplicate string to circumvent eventual memory corruption.

14 years agoFix wrong human-readable ETA output.
Steven Schubiger [Sun, 17 May 2009 10:53:28 +0000 (12:53 +0200)]
Fix wrong human-readable ETA output.

15 years agostdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>.
Micah Cowan [Fri, 24 Apr 2009 17:00:48 +0000 (10:00 -0700)]
stdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>.

15 years agoAutomated merge.
Micah Cowan [Wed, 22 Apr 2009 18:44:13 +0000 (11:44 -0700)]
Automated merge.

15 years agoFix unportable echo -n.
Micah Cowan [Mon, 20 Apr 2009 17:37:27 +0000 (10:37 -0700)]
Fix unportable echo -n.

15 years agoMove duplicated code to a function.
Steven Schubiger [Mon, 13 Apr 2009 20:19:13 +0000 (22:19 +0200)]
Move duplicated code to a function.

15 years agoSkip running rc files while executing tests.
Steven Schubiger [Sat, 11 Apr 2009 19:59:55 +0000 (21:59 +0200)]
Skip running rc files while executing tests.

15 years agoAdjust copyright years.
Steven Schubiger [Tue, 3 Mar 2009 20:16:47 +0000 (21:16 +0100)]
Adjust copyright years.

15 years agoFixed my stupid CONAIR typo...
Micah Cowan [Mon, 2 Mar 2009 18:29:49 +0000 (10:29 -0800)]
Fixed my stupid CONAIR typo...

15 years agoMerge.
Micah Cowan [Sun, 1 Mar 2009 10:57:14 +0000 (02:57 -0800)]
Merge.

15 years agoNo freopen(NULL,...).
Gisle Vanem [Sun, 1 Mar 2009 08:08:44 +0000 (00:08 -0800)]
No freopen(NULL,...).

15 years agoImprove also messages when writing a document retrieved via FTP to stdout (#20520).
Steven Schubiger [Fri, 27 Feb 2009 20:22:29 +0000 (21:22 +0100)]
Improve also messages when writing a document retrieved via FTP to stdout (#20520).

15 years agoFixes to make tests work when building outside the sources directory.
Benjamin Wolsey [Wed, 25 Feb 2009 21:15:40 +0000 (13:15 -0800)]
Fixes to make tests work when building outside the sources directory.

15 years agoImprove messages when writing a document to stdout.
Steven Schubiger [Sat, 21 Feb 2009 16:32:12 +0000 (17:32 +0100)]
Improve messages when writing a document to stdout.

15 years agoRemove an unused declaration.
Steven Schubiger [Wed, 18 Feb 2009 18:52:39 +0000 (19:52 +0100)]
Remove an unused declaration.

15 years agoremoved some more calls
gerel [Sun, 1 Feb 2009 18:03:51 +0000 (15:03 -0300)]
removed some more calls

15 years agoone less call
gerel [Sun, 1 Feb 2009 16:06:32 +0000 (13:06 -0300)]
one less call

15 years agoWhitespace tweaks for utils.
Steven Schubiger [Fri, 23 Jan 2009 21:09:48 +0000 (22:09 +0100)]
Whitespace tweaks for utils.

15 years agoRobots idn test.
Micah Cowan [Thu, 4 Dec 2008 22:25:12 +0000 (14:25 -0800)]
Robots idn test.

15 years agoFix test names.
Micah Cowan [Thu, 4 Dec 2008 21:57:18 +0000 (13:57 -0800)]
Fix test names.

15 years agoNot-so-automated merge.
Micah Cowan [Tue, 2 Dec 2008 06:59:03 +0000 (22:59 -0800)]
Not-so-automated merge.

15 years agoAutomated merge.
Micah Cowan [Mon, 1 Dec 2008 15:05:29 +0000 (07:05 -0800)]
Automated merge.

15 years agoAutomated merge.
Micah Cowan [Thu, 27 Nov 2008 05:55:12 +0000 (21:55 -0800)]
Automated merge.

15 years agoAutomated merge.
Micah Cowan [Thu, 27 Nov 2008 05:53:40 +0000 (21:53 -0800)]
Automated merge.

15 years agoFixes bug #24862: --content-disposition doesn't work with HTTP authentication
Saint Xavier [Wed, 26 Nov 2008 23:19:06 +0000 (00:19 +0100)]
Fixes bug #24862: --content-disposition doesn't work with HTTP authentication

15 years agoMore module-scoped warnings.
Micah Cowan [Wed, 26 Nov 2008 15:14:27 +0000 (07:14 -0800)]
More module-scoped warnings.

15 years agoMerge with mainline.
Micah Cowan [Wed, 26 Nov 2008 15:08:38 +0000 (07:08 -0800)]
Merge with mainline.

15 years agoRemove another shebang line.
Steven Schubiger [Tue, 25 Nov 2008 18:59:36 +0000 (19:59 +0100)]
Remove another shebang line.

15 years agoMove numurls out of options struct.
Steven Schubiger [Sun, 16 Nov 2008 19:53:58 +0000 (20:53 +0100)]
Move numurls out of options struct.

15 years agoDefault value for waitretry.
Steven Schubiger [Sat, 15 Nov 2008 12:25:20 +0000 (13:25 +0100)]
Default value for waitretry.

15 years agoImprove printing formatted build information.
Steven Schubiger [Fri, 14 Nov 2008 12:48:32 +0000 (13:48 +0100)]
Improve printing formatted build information.

15 years agoPurge orphaned whitespace in test libraries.
Steven Schubiger [Thu, 13 Nov 2008 11:29:59 +0000 (12:29 +0100)]
Purge orphaned whitespace in test libraries.

15 years agoDon't download content just to ignore it.
Micah Cowan [Thu, 13 Nov 2008 08:59:53 +0000 (00:59 -0800)]
Don't download content just to ignore it.

15 years agoHTML-escape dirname in href (not perfect, good enough).
Micah Cowan [Thu, 13 Nov 2008 05:44:48 +0000 (21:44 -0800)]
HTML-escape dirname in href (not perfect, good enough).

15 years agoHTML-escape dir name in title, h1.
Micah Cowan [Thu, 13 Nov 2008 05:00:05 +0000 (21:00 -0800)]
HTML-escape dir name in title, h1.

15 years agoApplied Alexander Belopolsky's patch for htmlified FTP listings.
Micah Cowan [Thu, 13 Nov 2008 04:47:52 +0000 (20:47 -0800)]
Applied Alexander Belopolsky's patch for htmlified FTP listings.

15 years agoUse lexical warnings in test scripts.
Steven Schubiger [Wed, 12 Nov 2008 21:54:49 +0000 (22:54 +0100)]
Use lexical warnings in test scripts.

15 years agoRemove shebang line from test libraries.
Steven Schubiger [Wed, 12 Nov 2008 20:18:27 +0000 (21:18 +0100)]
Remove shebang line from test libraries.

15 years agoReturn some memory control back to format_and_print_line.
Steven Schubiger [Wed, 12 Nov 2008 11:02:37 +0000 (12:02 +0100)]
Return some memory control back to format_and_print_line.

15 years agoDo not handle memory within format_and_print_line.
Steven Schubiger [Tue, 11 Nov 2008 22:00:05 +0000 (23:00 +0100)]
Do not handle memory within format_and_print_line.

15 years agoTest --auth-no-challenge, for URL- and option-specified user/pass.
Micah Cowan [Tue, 11 Nov 2008 20:53:01 +0000 (12:53 -0800)]
Test --auth-no-challenge, for URL- and option-specified user/pass.

15 years agoMake --auth-no-challenge work with user:pass@ in URLs.
Saint Xavier [Tue, 11 Nov 2008 07:17:17 +0000 (23:17 -0800)]
Make --auth-no-challenge work with user:pass@ in URLs.

15 years agoRemove README.maint from EXTRA_DIST.
Micah Cowan [Mon, 10 Nov 2008 22:41:03 +0000 (14:41 -0800)]
Remove README.maint from EXTRA_DIST.

15 years agoUpdate node references.
Micah Cowan [Mon, 10 Nov 2008 19:24:04 +0000 (11:24 -0800)]
Update node references.

15 years agoMention Gmane portal, add subsections to "Mailing Lists".
Micah Cowan [Mon, 10 Nov 2008 19:21:17 +0000 (11:21 -0800)]
Mention Gmane portal, add subsections to "Mailing Lists".

15 years agoAdd colors to test summary.
Steven Schubiger [Fri, 7 Nov 2008 21:06:38 +0000 (22:06 +0100)]
Add colors to test summary.

15 years agoCall tests with executable name.
sts [Thu, 6 Nov 2008 23:01:25 +0000 (00:01 +0100)]
Call tests with executable name.

15 years agouse strict in run-px.
Micah Cowan [Thu, 6 Nov 2008 19:38:16 +0000 (11:38 -0800)]
use strict in run-px.

15 years agoML archive, moderation
Micah Cowan [Wed, 5 Nov 2008 22:22:40 +0000 (14:22 -0800)]
ML archive, moderation

15 years agoOnly print remaining size when > 1k.
Micah Cowan [Wed, 5 Nov 2008 21:38:50 +0000 (13:38 -0800)]
Only print remaining size when > 1k.

15 years agoAutomated merge.
Micah Cowan [Wed, 5 Nov 2008 17:12:46 +0000 (09:12 -0800)]
Automated merge.

15 years agoMove --no-http-keep-alive to HTTP Options section.
Micah Cowan [Wed, 5 Nov 2008 17:11:33 +0000 (09:11 -0800)]
Move --no-http-keep-alive to HTTP Options section.

15 years agoUpdate FDL to version 1.3.
Micah Cowan [Tue, 4 Nov 2008 09:27:44 +0000 (01:27 -0800)]
Update FDL to version 1.3.

15 years agoRemoved no-longer-used README.maint.
Micah Cowan [Sat, 1 Nov 2008 06:15:45 +0000 (23:15 -0700)]
Removed no-longer-used README.maint.

15 years agoMailing list move.
Micah Cowan [Sat, 1 Nov 2008 06:15:06 +0000 (23:15 -0700)]
Mailing list move.

15 years agoFix underflow, incorrect assertion.
Alexander Drozdov [Fri, 31 Oct 2008 18:13:10 +0000 (11:13 -0700)]
Fix underflow, incorrect assertion.

15 years agoDocument missing wgetrc options.
Steven Schubiger [Sun, 26 Oct 2008 21:32:11 +0000 (14:32 -0700)]
Document missing wgetrc options.

15 years agoCompatibility tweaks to format_and_print_line.
Gisle Vanem [Sun, 26 Oct 2008 20:18:36 +0000 (13:18 -0700)]
Compatibility tweaks to format_and_print_line.

15 years agoMinor tweaks to freeopts.
Micah Cowan [Sat, 25 Oct 2008 14:13:24 +0000 (07:13 -0700)]
Minor tweaks to freeopts.

15 years agoHow many options remain available?
Micah Cowan [Sat, 25 Oct 2008 13:49:35 +0000 (06:49 -0700)]
How many options remain available?

15 years agoIRI requirement: do not percent-encode already percent-encoded values (try1)
Saint Xavier [Sat, 27 Sep 2008 09:13:21 +0000 (11:13 +0200)]
IRI requirement: do not percent-encode already percent-encoded values (try1)

15 years agodownloads => download
Michael Kessler [Wed, 10 Sep 2008 15:42:42 +0000 (08:42 -0700)]
downloads => download

15 years agoTest-idn-cmd.px.
Micah Cowan [Wed, 10 Sep 2008 04:55:02 +0000 (21:55 -0700)]
Test-idn-cmd.px.

15 years agoaprintf, not asprintf.
Gisle Vanem [Tue, 9 Sep 2008 17:26:44 +0000 (10:26 -0700)]
aprintf, not asprintf.

15 years agoAvoid unnecessary vars, and make wgetrc_file_name build properly on Windows.
Micah Cowan [Tue, 9 Sep 2008 17:20:21 +0000 (10:20 -0700)]
Avoid unnecessary vars, and make wgetrc_file_name build properly on Windows.

15 years agoDefine program_name, for lib/error.c.
Micah Cowan [Tue, 9 Sep 2008 16:40:13 +0000 (09:40 -0700)]
Define program_name, for lib/error.c.

15 years agoHAVE_STDINT_H, SIZEOF_LONG_LONG.
Gisle Vanem [Tue, 9 Sep 2008 16:29:50 +0000 (09:29 -0700)]
HAVE_STDINT_H, SIZEOF_LONG_LONG.

15 years agoEnsure stdio.h is included.
Gisle Vanem [Tue, 2 Sep 2008 22:57:43 +0000 (15:57 -0700)]
Ensure stdio.h is included.

15 years agoTest for IDN, based on meta-specified encoding.
Micah Cowan [Thu, 28 Aug 2008 19:47:17 +0000 (12:47 -0700)]
Test for IDN, based on meta-specified encoding.

15 years agoIDN test.
Micah Cowan [Thu, 28 Aug 2008 09:45:29 +0000 (02:45 -0700)]
IDN test.

15 years agoAutomated merge.
Micah Cowan [Thu, 28 Aug 2008 08:21:59 +0000 (01:21 -0700)]
Automated merge.

15 years agoTest for -c shorter content (#23613).
Micah Cowan [Sat, 23 Aug 2008 00:39:47 +0000 (17:39 -0700)]
Test for -c shorter content (#23613).

15 years agoDependency improvements (but still needs some work).
Micah Cowan [Sat, 23 Aug 2008 00:14:31 +0000 (17:14 -0700)]
Dependency improvements (but still needs some work).

15 years agoTest for -O, -nc.
Micah Cowan [Fri, 22 Aug 2008 23:56:18 +0000 (16:56 -0700)]
Test for -O, -nc.

15 years agoRemoved commented *printf and use quote_n() for quoting several args
Saint Xavier [Fri, 15 Aug 2008 13:15:42 +0000 (15:15 +0200)]
Removed commented  *printf and use quote_n() for quoting several args

15 years agoFixes: use encoding got from the remote server serving the list file and use quote_n...
Saint Xavier [Fri, 15 Aug 2008 13:03:38 +0000 (15:03 +0200)]
Fixes: use encoding got from the remote server serving the list file and use quote_n() for quote'ing several args
15 years agoFix a double quoting
Saint Xavier [Fri, 15 Aug 2008 12:41:15 +0000 (14:41 +0200)]
Fix a double quoting

15 years agoAutomated merge.
Xavier Saint [Thu, 14 Aug 2008 16:45:26 +0000 (18:45 +0200)]
Automated merge.

15 years agoAutomated merge.
Xavier Saint [Thu, 14 Aug 2008 16:45:13 +0000 (18:45 +0200)]
Automated merge.

15 years agoUpdate tests/Changelog for Test-iri-list.px
Xavier Saint [Thu, 14 Aug 2008 16:31:03 +0000 (18:31 +0200)]
Update tests/Changelog for Test-iri-list.px

15 years agoCorrect iri handling while fetching a remote file list with -i and provide a test
Xavier Saint [Thu, 14 Aug 2008 16:26:53 +0000 (18:26 +0200)]
Correct iri handling while fetching a remote file list with -i and provide a test

15 years agoDon't forget to free the iri struct
Xavier Saint [Thu, 14 Aug 2008 15:42:16 +0000 (17:42 +0200)]
Don't forget to free the iri struct

15 years agoRemoved dead DEBUG_MALLOC code.
Steven Schubiger [Sat, 9 Aug 2008 16:35:45 +0000 (09:35 -0700)]
Removed dead DEBUG_MALLOC code.

15 years agoCorrect a mis-merge: return type for url_error is char*, not const char*
Xavier Saint [Thu, 7 Aug 2008 08:33:06 +0000 (10:33 +0200)]
Correct a mis-merge: return type for url_error is char*, not const char*

15 years agoAutomated merge.
Xavier Saint [Thu, 7 Aug 2008 08:27:19 +0000 (10:27 +0200)]
Automated merge.

15 years agoUpdate doc/ChangeLog in regards to IRI support
Xavier Saint [Mon, 4 Aug 2008 09:21:45 +0000 (11:21 +0200)]
Update doc/ChangeLog in regards to IRI support