]> sjero.net Git - wget/log
wget
15 years agoTest FTP IRI support
Xavier Saint [Sat, 2 Aug 2008 11:47:10 +0000 (13:47 +0200)]
Test FTP IRI support

15 years agoFunctional tests for IRI and HTTP
Xavier Saint [Sat, 2 Aug 2008 10:17:03 +0000 (12:17 +0200)]
Functional tests for IRI and HTTP

15 years agoquote*() functions don't like that much NULL arg
Xavier Saint [Sat, 2 Aug 2008 09:22:14 +0000 (11:22 +0200)]
quote*() functions don't like that much NULL arg

15 years agoopt.remote_encoding should not override opt.locale, add a force arguments to set_uri_...
Xavier Saint [Wed, 30 Jul 2008 08:15:55 +0000 (10:15 +0200)]
opt.remote_encoding should not override opt.locale, add a force arguments to set_uri_encoding()

15 years agoFix numbers of arguments of the no-op macro idn_encode()
Saint Xavier [Thu, 24 Jul 2008 12:34:48 +0000 (14:34 +0200)]
Fix numbers of arguments of the no-op macro idn_encode()

15 years agoUse DEBUGP instead of commenting out all the _wonderful_ printfs
Saint Xavier [Thu, 24 Jul 2008 12:32:31 +0000 (14:32 +0200)]
Use DEBUGP instead of commenting out all the _wonderful_ printfs

15 years agoAutomated merge.
Saint Xavier [Wed, 23 Jul 2008 22:58:10 +0000 (00:58 +0200)]
Automated merge.

15 years agoChange global variable model for state-object
Saint Xavier [Wed, 23 Jul 2008 22:56:29 +0000 (00:56 +0200)]
Change global variable model for state-object

15 years agostsc: -i URL improvements.
Micah Cowan [Tue, 22 Jul 2008 20:33:42 +0000 (13:33 -0700)]
stsc: -i URL improvements.

15 years agoDo not free/duplicate current/remote encoding string if they aren't changed
Saint Xavier [Mon, 21 Jul 2008 17:34:22 +0000 (19:34 +0200)]
Do not free/duplicate current/remote encoding string if they aren't changed

15 years agoAutomated merge.
Saint Xavier [Sun, 20 Jul 2008 19:45:09 +0000 (21:45 +0200)]
Automated merge.

15 years agoUse the right flags for idna conversion (RFC3987 section 3.1)
Saint Xavier [Sun, 20 Jul 2008 18:37:22 +0000 (20:37 +0200)]
Use the right flags for idna conversion (RFC3987 section 3.1)

15 years agoAdd a missing no-op macro for set_ugly_no_encode()
Saint Xavier [Sun, 20 Jul 2008 17:31:09 +0000 (19:31 +0200)]
Add a missing no-op macro for set_ugly_no_encode()

15 years agoMake get_utf8_encode() directly aware of ugly_no_encode and remove get_ugly_no_encode()
Saint Xavier [Sun, 20 Jul 2008 17:29:51 +0000 (19:29 +0200)]
Make get_utf8_encode() directly aware of ugly_no_encode and remove get_ugly_no_encode()

15 years agoAdd some comments in iri.c and change a variable name which was the same for a global...
Saint Xavier [Sun, 20 Jul 2008 17:08:28 +0000 (19:08 +0200)]
Add some comments in iri.c and change a variable name which was the same for a global and a local one

15 years agoIn spider mode, do not report links as broken if they were utf8 encoded
Saint Xavier [Sun, 20 Jul 2008 16:52:20 +0000 (18:52 +0200)]
In spider mode, do not report links as broken if they were utf8 encoded

15 years agoGet rid of the supplementary bool pointer in url_parse () arguments; UGLY :)
Saint Xavier [Sun, 20 Jul 2008 16:47:52 +0000 (18:47 +0200)]
Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)

15 years agoUse dt rather than result
Saint Xavier [Sun, 20 Jul 2008 16:20:18 +0000 (18:20 +0200)]
Use dt rather than result

15 years agoBasic IDN/IRI support
Saint Xavier [Sun, 20 Jul 2008 11:10:02 +0000 (13:10 +0200)]
Basic IDN/IRI support

15 years ago-i accepts URLs (stsc). For #21265.
Micah Cowan [Sat, 12 Jul 2008 00:16:49 +0000 (17:16 -0700)]
-i accepts URLs (stsc). For #21265.

15 years agoFix merge of src/Makefile.am
Micah Cowan [Fri, 11 Jul 2008 23:36:09 +0000 (16:36 -0700)]
Fix merge of src/Makefile.am

15 years agoMerge current tip with CSS stuff.
Micah Cowan [Fri, 11 Jul 2008 23:30:51 +0000 (16:30 -0700)]
Merge current tip with CSS stuff.

15 years agoNo need for initial value
Saint Xavier [Mon, 7 Jul 2008 22:44:08 +0000 (00:44 +0200)]
No need for initial value

15 years agoShow the hostname we are connecting to in the locale when possible
Saint Xavier [Mon, 7 Jul 2008 22:42:09 +0000 (00:42 +0200)]
Show the hostname we are connecting to in the locale when possible

15 years agoRemove an always true condition
Saint Xavier [Mon, 7 Jul 2008 22:29:02 +0000 (00:29 +0200)]
Remove an always true condition

15 years agoShow also the hostname in the locale when possible
Saint Xavier [Wed, 2 Jul 2008 14:37:28 +0000 (16:37 +0200)]
Show also the hostname in the locale when possible

15 years agoEmit a message if we found invalid or incomplete multibyte sequences
Saint Xavier [Tue, 1 Jul 2008 17:34:37 +0000 (19:34 +0200)]
Emit a message if we found invalid or incomplete multibyte sequences

15 years agoFix copyright year and some GNU coding style
Saint Xavier [Tue, 1 Jul 2008 17:28:24 +0000 (19:28 +0200)]
Fix copyright year and some GNU coding style

15 years agoAutomated merge.
Micah Cowan [Mon, 30 Jun 2008 19:36:28 +0000 (12:36 -0700)]
Automated merge.

15 years agoContributors updates.
Micah Cowan [Mon, 30 Jun 2008 19:35:56 +0000 (12:35 -0700)]
Contributors updates.

15 years agoAdd Joao Ferreira to contributors.
Micah Cowan [Mon, 30 Jun 2008 19:22:28 +0000 (12:22 -0700)]
Add Joao Ferreira to contributors.

15 years agoChangeLog entry for NEWS, and re-arrange entries so 1.12 is on top.
Micah Cowan [Mon, 30 Jun 2008 19:20:04 +0000 (12:20 -0700)]
ChangeLog entry for NEWS, and re-arrange entries so 1.12 is on top.

15 years agoescnonprint has been replaced by quotearg_style; reflect that change in comments too
Saint Xavier [Mon, 30 Jun 2008 18:03:01 +0000 (20:03 +0200)]
escnonprint has been replaced by quotearg_style; reflect that change in comments too

15 years agoNEWS for 1.11.4.
Micah Cowan [Mon, 30 Jun 2008 01:39:22 +0000 (18:39 -0700)]
NEWS for 1.11.4.

15 years agoFix a typo in a comment: impplement -> implement
Saint Xavier [Thu, 26 Jun 2008 19:42:37 +0000 (21:42 +0200)]
Fix a typo in a comment: impplement -> implement

15 years agostsc: FTP -nv --spider: say something about existant files, too.
Micah Cowan [Thu, 26 Jun 2008 18:01:48 +0000 (11:01 -0700)]
stsc: FTP -nv --spider: say something about existant files, too.

15 years agoCheck for libiconv needed for IRIs support
Saint Xavier [Thu, 26 Jun 2008 17:14:14 +0000 (19:14 +0200)]
Check for libiconv needed for IRIs support

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

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

15 years agoBasic support of IRIs.
Saint Xavier [Thu, 26 Jun 2008 15:59:07 +0000 (17:59 +0200)]
Basic support of IRIs.

15 years agostsc: escnonprint -> quotearg_style
Micah Cowan [Tue, 24 Jun 2008 19:08:46 +0000 (12:08 -0700)]
stsc: escnonprint -> quotearg_style

15 years agoDon't assume time_t* is compatible with long*.
Micah Cowan [Tue, 24 Jun 2008 18:44:40 +0000 (11:44 -0700)]
Don't assume time_t* is compatible with long*.

15 years agostsc's patch to initialize, free hs->message.
Micah Cowan [Mon, 23 Jun 2008 19:54:50 +0000 (12:54 -0700)]
stsc's patch to initialize, free hs->message.

15 years agoAutomated merge.
Micah Cowan [Mon, 23 Jun 2008 00:53:13 +0000 (17:53 -0700)]
Automated merge.

15 years agoDon't run Test-proxied-https-auth.px if HTTPS support wasn't built.
Micah Cowan [Mon, 23 Jun 2008 00:52:57 +0000 (17:52 -0700)]
Don't run Test-proxied-https-auth.px if HTTPS support wasn't built.

15 years agostsc's better-messages-for-spider-mode patch.
Micah Cowan [Sun, 22 Jun 2008 22:07:19 +0000 (15:07 -0700)]
stsc's better-messages-for-spider-mode patch.

15 years agoMake Test-proxied-https-auth.px pass, and ensure it returns the proper exit status...
Micah Cowan [Sun, 22 Jun 2008 19:58:03 +0000 (12:58 -0700)]
Make Test-proxied-https-auth.px pass, and ensure it returns the proper exit status when it does not.

15 years agoversion.c string token concatenation.
Micah Cowan [Sun, 22 Jun 2008 18:39:13 +0000 (11:39 -0700)]
version.c string token concatenation.

15 years agoFix a typo in src/ChangeLog
Saint Xavier [Thu, 19 Jun 2008 22:37:15 +0000 (00:37 +0200)]
Fix a typo in src/ChangeLog

15 years agoIntroduce a new function check_encoding_name() for doing a basic check on encoding...
Saint Xavier [Thu, 19 Jun 2008 22:33:02 +0000 (00:33 +0200)]
Introduce a new function check_encoding_name() for doing a basic check on encoding name validity

15 years agoSet an initial value for IRIs options and some minor additions in iri.c
Saint Xavier [Thu, 19 Jun 2008 21:53:03 +0000 (23:53 +0200)]
Set an initial value for IRIs options and some minor additions in iri.c

15 years agoIntroduce find_locale() to find out local system encoding.
Saint Xavier [Thu, 19 Jun 2008 21:10:06 +0000 (23:10 +0200)]
Introduce find_locale() to find out local system encoding.

15 years agoAdd "content-type" meta tag parsing for retrieving HTML page encoding.
Saint Xavier [Thu, 19 Jun 2008 20:33:38 +0000 (22:33 +0200)]
Add "content-type" meta tag parsing for retrieving HTML page encoding.

15 years agoThe prefered way is to avoid #ifdef flooding, so take it that way. Introduce iri...
Saint Xavier [Thu, 19 Jun 2008 20:07:03 +0000 (22:07 +0200)]
The prefered way is to avoid #ifdef flooding, so take it that way. Introduce iri.c and iri.h for achieving it

15 years agoDon't abort when len > contlen, when we set it that way.
Micah Cowan [Tue, 17 Jun 2008 04:49:15 +0000 (21:49 -0700)]
Don't abort when len > contlen, when we set it that way.

15 years agoAutomated merge.
Saint Xavier [Sat, 14 Jun 2008 15:46:53 +0000 (17:46 +0200)]
Automated merge.

15 years agoDistinguish "openssl" from "ssl" (gnutls is also "ssl").
Micah Cowan [Sat, 14 Jun 2008 06:31:04 +0000 (23:31 -0700)]
Distinguish "openssl" from "ssl" (gnutls is also "ssl").

15 years agoHAVE_NTLM -> ENABLE_NTLM
Micah Cowan [Sat, 14 Jun 2008 06:13:04 +0000 (23:13 -0700)]
HAVE_NTLM -> ENABLE_NTLM

15 years agoMerge build info with head.
Micah Cowan [Sat, 14 Jun 2008 05:15:01 +0000 (22:15 -0700)]
Merge build info with head.

15 years agoWget-notify no longer receives commit updates.
Micah Cowan [Sat, 14 Jun 2008 03:41:58 +0000 (20:41 -0700)]
Wget-notify no longer receives commit updates.

15 years agorun-px: more summary, exit code.
Micah Cowan [Thu, 12 Jun 2008 22:21:32 +0000 (15:21 -0700)]
run-px: more summary, exit code.

15 years agoReinstate run-px-tests.
Micah Cowan [Thu, 12 Jun 2008 22:09:37 +0000 (15:09 -0700)]
Reinstate run-px-tests.

15 years agoDraw attention to the fact that WgetTest.pm is generated.
Micah Cowan [Thu, 12 Jun 2008 09:25:04 +0000 (02:25 -0700)]
Draw attention to the fact that WgetTest.pm is generated.

15 years agoDon't use hardcoded ports.
Micah Cowan [Thu, 12 Jun 2008 09:18:35 +0000 (02:18 -0700)]
Don't use hardcoded ports.

15 years agoBetter cleanup for Test-proxied-https-auth.px.
Micah Cowan [Thu, 12 Jun 2008 08:31:54 +0000 (01:31 -0700)]
Better cleanup for Test-proxied-https-auth.px.

15 years agoAutomaetd merge.
Saint Xavier [Sun, 8 Jun 2008 11:00:15 +0000 (13:00 +0200)]
Automaetd merge.

15 years agoReopen stdout in binary mode for -O -.
Micah Cowan [Mon, 2 Jun 2008 00:28:44 +0000 (17:28 -0700)]
Reopen stdout in binary mode for -O -.

15 years agoAutomated merge.
Micah Cowan [Sun, 1 Jun 2008 01:17:55 +0000 (18:17 -0700)]
Automated merge.

15 years agoTest-c-partial.px improvement.
Micah Cowan [Sun, 1 Jun 2008 01:17:45 +0000 (18:17 -0700)]
Test-c-partial.px improvement.

15 years agoReturh 416 for fully-retrieved resources.
Micah Cowan [Sun, 1 Jun 2008 00:38:58 +0000 (17:38 -0700)]
Returh 416 for fully-retrieved resources.

15 years agoTest-N-no-info.px
Micah Cowan [Sat, 31 May 2008 20:31:05 +0000 (13:31 -0700)]
Test-N-no-info.px

15 years agoTest-N-smaller.px.
Micah Cowan [Sat, 31 May 2008 20:22:15 +0000 (13:22 -0700)]
Test-N-smaller.px.

15 years agoTest just the timestamp, not length.
Micah Cowan [Sat, 31 May 2008 19:56:12 +0000 (12:56 -0700)]
Test just the timestamp, not length.

15 years agoCatch failures in Test-N-current.px.
Micah Cowan [Sat, 31 May 2008 19:48:23 +0000 (12:48 -0700)]
Catch failures in Test-N-current.px.

15 years agoAutomated merge.
Micah Cowan [Sat, 31 May 2008 08:05:16 +0000 (01:05 -0700)]
Automated merge.

15 years agoIgnore lib/stdio.h.
Micah Cowan [Sat, 31 May 2008 07:55:08 +0000 (00:55 -0700)]
Ignore lib/stdio.h.

15 years agoRemoving generated gnulib .h files.
Micah Cowan [Sat, 31 May 2008 07:53:17 +0000 (00:53 -0700)]
Removing generated gnulib .h files.

15 years agoChangelog entries for the warning tweaks.
Micah Cowan [Sat, 31 May 2008 07:50:34 +0000 (00:50 -0700)]
Changelog entries for the warning tweaks.

15 years agoMinor tweaks to Henri's patch.
Micah Cowan [Sat, 31 May 2008 07:24:53 +0000 (00:24 -0700)]
Minor tweaks to Henri's patch.

15 years agoHenri's -Wall patch.
Micah Cowan [Sat, 31 May 2008 05:42:36 +0000 (22:42 -0700)]
Henri's -Wall patch.

15 years agoTP update.
Micah Cowan [Fri, 30 May 2008 01:06:33 +0000 (18:06 -0700)]
TP update.

15 years agoRemove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed.
Micah Cowan [Fri, 30 May 2008 00:56:41 +0000 (17:56 -0700)]
Remove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed.

15 years agoExplicitly import quotearg gnulib module.
Micah Cowan [Fri, 30 May 2008 00:43:26 +0000 (17:43 -0700)]
Explicitly import quotearg gnulib module.

15 years agoTranslation for quote arg ` and '.
Micah Cowan [Fri, 30 May 2008 00:33:22 +0000 (17:33 -0700)]
Translation for quote arg ` and '.

15 years agoPicked off remaining escnonprint call.
Micah Cowan [Mon, 26 May 2008 18:36:42 +0000 (11:36 -0700)]
Picked off remaining escnonprint call.

15 years agoDetect HTTP Content-Type server encoding
Saint Xavier [Sun, 25 May 2008 01:49:00 +0000 (03:49 +0200)]
Detect HTTP Content-Type server encoding

15 years agoAdd options for enabling IRI support and forcing some encodings
Saint Xavier [Sun, 25 May 2008 01:34:28 +0000 (03:34 +0200)]
Add options for enabling IRI support and forcing some encodings

15 years agoAdd autoconf code for IDN/IRIs support
Saint Xavier [Sat, 24 May 2008 21:57:56 +0000 (23:57 +0200)]
Add autoconf code for IDN/IRIs support

15 years agoRemove Test--spider-HTTP-Content-Disposition.px.
Micah Cowan [Fri, 23 May 2008 07:04:09 +0000 (00:04 -0700)]
Remove Test--spider-HTTP-Content-Disposition.px.

15 years agoTest--spider.px expect 0.
Micah Cowan [Fri, 23 May 2008 07:00:55 +0000 (00:00 -0700)]
Test--spider.px expect 0.

15 years agoRemoving --spider--no-content... tests.
Micah Cowan [Fri, 23 May 2008 06:59:28 +0000 (23:59 -0700)]
Removing --spider--no-content... tests.

15 years agoChangeLog entry for new run-px script.
Micah Cowan [Fri, 23 May 2008 06:49:05 +0000 (23:49 -0700)]
ChangeLog entry for new run-px script.

15 years agoAvoid re-forking. Fixes bug #20458.
Micah Cowan [Fri, 23 May 2008 06:40:56 +0000 (23:40 -0700)]
Avoid re-forking. Fixes bug #20458.

15 years agoPerl script to manage running of .px tests.
Micah Cowan [Fri, 23 May 2008 06:14:05 +0000 (23:14 -0700)]
Perl script to manage running of .px tests.

15 years agoChangeLog formatting adjustment.
Micah Cowan [Mon, 19 May 2008 09:41:14 +0000 (02:41 -0700)]
ChangeLog formatting adjustment.

15 years agoPassword prompt only once, and before backgrounding.
Micah Cowan [Mon, 19 May 2008 09:36:35 +0000 (02:36 -0700)]
Password prompt only once, and before backgrounding.

15 years agoApply Kenneth Parnell's patch for prefer_family, in addition to Steven Schubiger...
Micah Cowan [Sat, 17 May 2008 20:23:47 +0000 (13:23 -0700)]
Apply Kenneth Parnell's patch for prefer_family, in addition to Steven Schubiger's; fix attribution for Schubiger's patch.

15 years agopreferred_family = none
Micah Cowan [Sat, 17 May 2008 20:19:37 +0000 (13:19 -0700)]
preferred_family = none

15 years agoHandle Ctrl-D, empty password.
Micah Cowan [Sat, 17 May 2008 20:01:06 +0000 (13:01 -0700)]
Handle Ctrl-D, empty password.

15 years agoAdded copyright notice, removing unused declaration.
Micah Cowan [Fri, 16 May 2008 17:39:35 +0000 (10:39 -0700)]
Added copyright notice, removing unused declaration.