]> sjero.net Git - wget/log
wget
13 years agoUse the gnulib md5 module.
Giuseppe Scrivano [Sat, 15 May 2010 23:34:17 +0000 (01:34 +0200)]
Use the gnulib md5 module.

13 years agoFix some build issues
Giuseppe Scrivano [Sat, 15 May 2010 20:58:57 +0000 (22:58 +0200)]
Fix some build issues

13 years agoUse the getopt-gnu gnulib module instead of getopt.
Giuseppe Scrivano [Sat, 15 May 2010 20:34:33 +0000 (22:34 +0200)]
Use the getopt-gnu gnulib module instead of getopt.

13 years agobootstrap: ensure gnulib_path is not empty.
Giuseppe Scrivano [Fri, 14 May 2010 09:46:42 +0000 (11:46 +0200)]
bootstrap: ensure gnulib_path is not empty.

13 years agoUse a script to generate the version string.
Giuseppe Scrivano [Sun, 9 May 2010 22:47:17 +0000 (00:47 +0200)]
Use a script to generate the version string.

13 years agoMass update copyright years.
Giuseppe Scrivano [Sat, 8 May 2010 19:56:15 +0000 (21:56 +0200)]
Mass update copyright years.

13 years agoUse always close as it is defined by gnulib on platforms lacking it.
Giuseppe Scrivano [Fri, 7 May 2010 11:27:11 +0000 (13:27 +0200)]
Use always close as it is defined by gnulib on platforms lacking it.

13 years agoFix unit tests build in a VPATH.
Giuseppe Scrivano [Fri, 7 May 2010 11:10:09 +0000 (13:10 +0200)]
Fix unit tests build in a VPATH.

13 years agoAdd -lws2_32 under mingw32.
Giuseppe Scrivano [Fri, 7 May 2010 10:51:39 +0000 (12:51 +0200)]
Add -lws2_32 under mingw32.

13 years agoRemove some functions not needed anymore.
Giuseppe Scrivano [Fri, 7 May 2010 10:46:47 +0000 (12:46 +0200)]
Remove some functions not needed anymore.

13 years agoFix build under mingw.
Giuseppe Scrivano [Fri, 7 May 2010 10:28:26 +0000 (12:28 +0200)]
Fix build under mingw.

13 years agoRemove generated file.
Giuseppe Scrivano [Fri, 7 May 2010 10:12:55 +0000 (12:12 +0200)]
Remove generated file.

13 years agoAdd directory with generated gnulib files.
Giuseppe Scrivano [Fri, 7 May 2010 08:15:14 +0000 (10:15 +0200)]
Add directory with generated gnulib files.

13 years agoDo not use macro WGET_SOCKLEN_T.
Giuseppe Scrivano [Fri, 7 May 2010 08:11:15 +0000 (10:11 +0200)]
Do not use macro WGET_SOCKLEN_T.

13 years agoDo not define ALL_LINGUAS in configure.ac.
Giuseppe Scrivano [Fri, 7 May 2010 08:00:41 +0000 (10:00 +0200)]
Do not define ALL_LINGUAS in configure.ac.

13 years agoCopy build_info.c.in only if we are working in a VPATH.
Giuseppe Scrivano [Fri, 7 May 2010 07:51:35 +0000 (09:51 +0200)]
Copy build_info.c.in only if we are working in a VPATH.

13 years agoGenerate build_info.c in the builddir not in the srcdir.
Giuseppe Scrivano [Thu, 6 May 2010 21:13:24 +0000 (23:13 +0200)]
Generate build_info.c in the builddir not in the srcdir.

13 years agoUse gnulib bootstrap script.
Giuseppe Scrivano [Thu, 6 May 2010 20:51:08 +0000 (22:51 +0200)]
Use gnulib bootstrap script.

13 years agoGive a nicer message on a malformed status line.
Giuseppe Scrivano [Wed, 5 May 2010 10:27:29 +0000 (12:27 +0200)]
Give a nicer message on a malformed status line.

13 years agoMention last patch in the ChangeLog.
Giuseppe Scrivano [Tue, 4 May 2010 16:03:51 +0000 (18:03 +0200)]
Mention last patch in the ChangeLog.

13 years agoCheck `resp_status' function return code.
Giuseppe Scrivano [Tue, 4 May 2010 15:34:40 +0000 (17:34 +0200)]
Check `resp_status' function return code.

13 years agoAdded myself to the AUTHORS file.
Giuseppe Scrivano [Tue, 4 May 2010 11:20:18 +0000 (13:20 +0200)]
Added myself to the AUTHORS file.

13 years agoFix a sanity check by the AC_CONFIG_SRCDIR macro.
Giuseppe Scrivano [Mon, 3 May 2010 18:40:23 +0000 (20:40 +0200)]
Fix a sanity check by the AC_CONFIG_SRCDIR macro.

13 years agoMention support for HTTP/1.1
Giuseppe Scrivano [Sat, 1 May 2010 21:01:43 +0000 (23:01 +0200)]
Mention support for HTTP/1.1

13 years agoSupport HTTP/1.1.
Giuseppe Scrivano [Sat, 1 May 2010 20:34:11 +0000 (22:34 +0200)]
Support HTTP/1.1.

14 years agoDon't delete an input file fetched via FTP.
Steven Schubiger [Thu, 4 Mar 2010 21:09:31 +0000 (22:09 +0100)]
Don't delete an input file fetched via FTP.

14 years agoCheck stricter for supported URL scheme.
Steven Schubiger [Tue, 2 Mar 2010 20:41:32 +0000 (21:41 +0100)]
Check stricter for supported URL scheme.

14 years agoFix memory leak in retrieve_from_file.
Steven Schubiger [Tue, 2 Mar 2010 19:35:02 +0000 (20:35 +0100)]
Fix memory leak in retrieve_from_file.

14 years agoMake -i work with FTP.
Steven Schubiger [Mon, 1 Mar 2010 23:00:17 +0000 (00:00 +0100)]
Make -i work with FTP.

14 years agoTest -i with HTTP.
Steven Schubiger [Fri, 26 Feb 2010 22:07:51 +0000 (23:07 +0100)]
Test -i with HTTP.

14 years agoAdd port substitution for FTP to tests.
Steven Schubiger [Thu, 25 Feb 2010 20:47:53 +0000 (21:47 +0100)]
Add port substitution for FTP to tests.

14 years agoTime-measurement fix
Paul Townsend [Wed, 27 Jan 2010 18:08:26 +0000 (10:08 -0800)]
Time-measurement fix

14 years agoFixed some mixed declarations-and-code.
Micah Cowan [Thu, 14 Jan 2010 04:41:15 +0000 (20:41 -0800)]
Fixed some mixed declarations-and-code.

14 years ago--no-match-server-timestamps -> --no-use-server-timestamps
Micah Cowan [Sun, 10 Jan 2010 04:21:37 +0000 (20:21 -0800)]
--no-match-server-timestamps -> --no-use-server-timestamps

14 years agoClarify David's change as not being significant for copyright.
Micah Cowan [Sun, 10 Jan 2010 02:58:14 +0000 (18:58 -0800)]
Clarify David's change as not being significant for copyright.

14 years ago--no-match-server-timestamps
David Holman [Sun, 10 Jan 2010 02:57:18 +0000 (18:57 -0800)]
--no-match-server-timestamps

14 years agoFormat %p as unsigned.
Peter Rosin [Sun, 10 Jan 2010 02:18:21 +0000 (18:18 -0800)]
Format %p as unsigned.

14 years agoPATH_MAX from sys/param.h, when not available from limits.h.
Jeremy Olexa [Sun, 10 Jan 2010 00:53:41 +0000 (16:53 -0800)]
PATH_MAX from sys/param.h, when not available from limits.h.

14 years agoimported patch vms-changelogs
Steven Schweda [Sat, 9 Jan 2010 23:24:02 +0000 (15:24 -0800)]
imported patch vms-changelogs

14 years agoimported patch vms-carat
Steven Schweda [Sat, 9 Jan 2010 23:24:02 +0000 (15:24 -0800)]
imported patch vms-carat

14 years agoimported patch vms-overlay
Steven Schweda [Sat, 9 Jan 2010 23:24:02 +0000 (15:24 -0800)]
imported patch vms-overlay

14 years agoSupport RFC 2231.
Arvind Jamuna Dixit [Sat, 9 Jan 2010 22:23:29 +0000 (14:23 -0800)]
Support RFC 2231.

14 years agoImplement support for subjectAltName fields in X509 certs.
Petr Pisar [Sat, 24 Oct 2009 23:06:44 +0000 (16:06 -0700)]
Implement support for subjectAltName fields in X509 certs.

14 years agoAlso remove -d (--debug) from .px tests.
Steven Schubiger [Wed, 14 Oct 2009 09:26:55 +0000 (11:26 +0200)]
Also remove -d (--debug) from .px tests.

14 years agoRemove misleading comment.
Micah Cowan [Fri, 9 Oct 2009 09:23:26 +0000 (02:23 -0700)]
Remove misleading comment.

14 years agoFix declaration of compiled_features.
Micah Cowan [Fri, 9 Oct 2009 09:12:33 +0000 (02:12 -0700)]
Fix declaration of compiled_features.

14 years agobuild_info.pl improvements, advertise large-file support.
Micah Cowan [Fri, 9 Oct 2009 09:02:39 +0000 (02:02 -0700)]
build_info.pl improvements, advertise large-file support.

14 years agoUnconditionally include stdbool.h.
Micah Cowan [Thu, 1 Oct 2009 02:35:26 +0000 (19:35 -0700)]
Unconditionally include stdbool.h.

14 years agoExplicitly import stdbool gnulib module (gnulib copyrights were reverted in the process).
Micah Cowan [Thu, 1 Oct 2009 02:33:58 +0000 (19:33 -0700)]
Explicitly import stdbool gnulib module (gnulib copyrights were reverted in the process).

14 years agoRemove --debug from .px tests.
Micah Cowan [Sun, 27 Sep 2009 18:29:01 +0000 (11:29 -0700)]
Remove --debug from .px tests.

14 years agoJust move vms.c from vms/ to src/.
Micah Cowan [Fri, 25 Sep 2009 17:17:49 +0000 (10:17 -0700)]
Just move vms.c from vms/ to src/.

14 years agoBacked out changeset b49bb4258818
Micah Cowan [Fri, 25 Sep 2009 17:14:46 +0000 (10:14 -0700)]
Backed out changeset b49bb4258818

14 years agoMore vms-related changes.
Micah Cowan [Thu, 24 Sep 2009 19:47:43 +0000 (12:47 -0700)]
More vms-related changes.

14 years agoUse proper prototypes for snprintf, vsnprintf.
Micah Cowan [Thu, 24 Sep 2009 19:24:10 +0000 (12:24 -0700)]
Use proper prototypes for snprintf, vsnprintf.

14 years agotarget -> targ; use OS_TYPE for VMS in build info string.
Steven Schweda [Thu, 24 Sep 2009 19:23:08 +0000 (12:23 -0700)]
target -> targ; use OS_TYPE for VMS in build info string.

14 years agohost_errstr should return const char *.
Micah Cowan [Thu, 24 Sep 2009 18:50:07 +0000 (11:50 -0700)]
host_errstr should return const char *.

14 years agoFixed some test names.
Micah Cowan [Thu, 24 Sep 2009 17:25:14 +0000 (10:25 -0700)]
Fixed some test names.

14 years agoimported patch windows
Micah Cowan [Wed, 23 Sep 2009 01:43:02 +0000 (18:43 -0700)]
imported patch windows

14 years agoMore reliable Mercurial node ids.
Micah Cowan [Tue, 22 Sep 2009 23:55:35 +0000 (16:55 -0700)]
More reliable Mercurial node ids.

14 years agoBump devel version.
Micah Cowan [Tue, 22 Sep 2009 17:25:33 +0000 (10:25 -0700)]
Bump devel version.

14 years agoMerge with backout.
Micah Cowan [Tue, 22 Sep 2009 17:24:53 +0000 (10:24 -0700)]
Merge with backout.

14 years agoBackout release-specific changes.
Micah Cowan [Tue, 22 Sep 2009 17:24:07 +0000 (10:24 -0700)]
Backout release-specific changes.

14 years agoAdded tag 1.12 for changeset 641d1591fe07
Micah Cowan [Tue, 22 Sep 2009 17:22:51 +0000 (10:22 -0700)]
Added tag 1.12 for changeset 641d1591fe07

14 years agoimported patch one-dot-twelve v1.12
Micah Cowan [Tue, 22 Sep 2009 16:39:49 +0000 (09:39 -0700)]
imported patch one-dot-twelve

14 years agoAvoid reusing same buffer for successive quoted args.
Micah Cowan [Tue, 22 Sep 2009 16:16:43 +0000 (09:16 -0700)]
Avoid reusing same buffer for successive quoted args.

14 years agoWarn about state of Windows builds.
Micah Cowan [Tue, 22 Sep 2009 06:03:00 +0000 (23:03 -0700)]
Warn about state of Windows builds.

14 years ago[mq]: cfg-mk
Micah Cowan [Tue, 22 Sep 2009 03:39:44 +0000 (20:39 -0700)]
[mq]: cfg-mk

14 years agoUpdated README.checkout (lynx -dump from wiki).
Micah Cowan [Mon, 21 Sep 2009 18:38:19 +0000 (11:38 -0700)]
Updated README.checkout (lynx -dump from wiki).

14 years agoTranslations refresh.
Micah Cowan [Mon, 21 Sep 2009 17:03:31 +0000 (10:03 -0700)]
Translations refresh.

14 years agoLicense updates for some source files.
Micah Cowan [Mon, 21 Sep 2009 16:03:37 +0000 (09:03 -0700)]
License updates for some source files.

14 years agoMinor doc updates.
Micah Cowan [Mon, 21 Sep 2009 15:49:11 +0000 (08:49 -0700)]
Minor doc updates.

14 years agoNo .zip - save that for the binary distros.
Micah Cowan [Sun, 20 Sep 2009 21:15:43 +0000 (14:15 -0700)]
No .zip - save that for the binary distros.

14 years agoFixes needed for VMS.
Steven Schweda [Sat, 12 Sep 2009 02:41:57 +0000 (19:41 -0700)]
Fixes needed for VMS.

14 years agoFix a stupid <div> tag that my mailer inserted into an attachment...
Micah Cowan [Sat, 12 Sep 2009 01:52:49 +0000 (18:52 -0700)]
Fix a stupid <div> tag that my mailer inserted into an attachment...

14 years agoAdditional dist types.
Micah Cowan [Thu, 10 Sep 2009 03:34:00 +0000 (20:34 -0700)]
Additional dist types.

14 years agoMore MS-DOS fixes.
Gisle Vanem [Tue, 8 Sep 2009 16:33:28 +0000 (09:33 -0700)]
More MS-DOS fixes.

14 years agoMark some options as deprecated.
Steven Schubiger [Tue, 8 Sep 2009 12:54:20 +0000 (14:54 +0200)]
Mark some options as deprecated.

14 years agoTranslation project update.
Micah Cowan [Tue, 8 Sep 2009 08:16:08 +0000 (01:16 -0700)]
Translation project update.

14 years agorun-px: exit with failure if unknown exit codes.
Micah Cowan [Tue, 8 Sep 2009 06:11:48 +0000 (23:11 -0700)]
run-px: exit with failure if unknown exit codes.

14 years agoTest for Content-Disposition in HTTP auth.
Micah Cowan [Tue, 8 Sep 2009 06:09:15 +0000 (23:09 -0700)]
Test for Content-Disposition in HTTP auth.

14 years agoAttempted, but failed, to reproduce bug 22403.
Micah Cowan [Tue, 8 Sep 2009 05:40:25 +0000 (22:40 -0700)]
Attempted, but failed, to reproduce bug 22403.

14 years agoMake distcheck pass.
Micah Cowan [Tue, 8 Sep 2009 04:10:05 +0000 (21:10 -0700)]
Make distcheck pass.

14 years agoAutomated merge.
Micah Cowan [Sun, 6 Sep 2009 21:08:56 +0000 (14:08 -0700)]
Automated merge.

14 years agoFix false "downloaded bytes" information from getftp.
Micah Cowan [Sun, 6 Sep 2009 21:08:35 +0000 (14:08 -0700)]
Fix false "downloaded bytes" information from getftp.

14 years agoRegression test for getftp bug (fails).
Micah Cowan [Sun, 6 Sep 2009 20:04:22 +0000 (13:04 -0700)]
Regression test for getftp bug (fails).

14 years agoRewrote FTPServer.pm to avoid filesystem; added Test-ftp-recursive.px.
Micah Cowan [Sun, 6 Sep 2009 06:08:55 +0000 (23:08 -0700)]
Rewrote FTPServer.pm to avoid filesystem; added Test-ftp-recursive.px.

14 years agoEnhance tests to include feature checking.
Steven Schubiger [Sat, 5 Sep 2009 20:54:05 +0000 (22:54 +0200)]
Enhance tests to include feature checking.

14 years agoAutomated merge.
Micah Cowan [Sat, 5 Sep 2009 20:34:15 +0000 (13:34 -0700)]
Automated merge.

14 years agoCheck for idna.h in /usr/include/idn.
Micah Cowan [Sat, 5 Sep 2009 20:33:52 +0000 (13:33 -0700)]
Check for idna.h in /usr/include/idn.

14 years agoDeclare set_local_file().
Steven Schubiger [Sat, 5 Sep 2009 18:41:19 +0000 (20:41 +0200)]
Declare set_local_file().

14 years agoAdjustments for MSDOS.
Gisle Vanem [Sat, 5 Sep 2009 18:27:52 +0000 (11:27 -0700)]
Adjustments for MSDOS.

14 years agoError-checking improvements to WgetTest.pm.
Micah Cowan [Sat, 5 Sep 2009 01:32:52 +0000 (18:32 -0700)]
Error-checking improvements to WgetTest.pm.

14 years ago"older" -> "not newer", on Timestamping description.
Micah Cowan [Fri, 4 Sep 2009 21:29:03 +0000 (14:29 -0700)]
"older" -> "not newer", on Timestamping description.

14 years agoSilence autoconf warnings.
Steven Schubiger [Fri, 4 Sep 2009 18:27:58 +0000 (20:27 +0200)]
Silence autoconf warnings.

14 years agobuild_info.pl -> build-aux/build_info.pl.
Micah Cowan [Fri, 4 Sep 2009 17:21:44 +0000 (10:21 -0700)]
build_info.pl -> build-aux/build_info.pl.

14 years agoDon't require Perl for user builds.
Micah Cowan [Fri, 4 Sep 2009 17:16:49 +0000 (10:16 -0700)]
Don't require Perl for user builds.

14 years agoUpdate md5/.
Micah Cowan [Fri, 4 Sep 2009 16:41:51 +0000 (09:41 -0700)]
Update md5/.

14 years ago$(top_srcdir)/mkinstalldirs -> $(mkinstalldirs)
Micah Cowan [Fri, 4 Sep 2009 16:19:24 +0000 (09:19 -0700)]
$(top_srcdir)/mkinstalldirs -> $(mkinstalldirs)

14 years agoUse a separate build-aux directory; just too many files in the top directory.
Micah Cowan [Fri, 4 Sep 2009 08:43:36 +0000 (01:43 -0700)]
Use a separate build-aux directory; just too many files in the top directory.

14 years agoannounce-gen.
Micah Cowan [Fri, 4 Sep 2009 07:37:14 +0000 (00:37 -0700)]
announce-gen.