]> sjero.net Git - wget/log
wget
11 years agoFix comment
Giuseppe Scrivano [Wed, 14 Nov 2012 23:35:17 +0000 (00:35 +0100)]
Fix comment

11 years agoFix -c with servers that don't specify a content-length
Giuseppe Scrivano [Tue, 13 Nov 2012 22:55:29 +0000 (23:55 +0100)]
Fix -c with servers that don't specify a content-length

* retr.c (fd_read_body): Correctly check the return code from
write_data.

11 years agoadded check for must-not-match request-header
Tim Ruehsen [Fri, 9 Nov 2012 14:50:03 +0000 (15:50 +0100)]
added check for must-not-match request-header

* HTTPServer.pm: added check for must-not-match request-header
* Test-cookies.px: check cookie deletion and cookie domain matching

11 years agodocs: fix errors and warnings with Texinfo 5
Stefano Lattarini [Thu, 8 Nov 2012 11:15:41 +0000 (12:15 +0100)]
docs: fix errors and warnings with Texinfo 5

Or rather, with the development version 4.13.90, which will eventually
become Texinfo 5.0.

* doc/wget.texi: Use '@item' instead of '@itemx' in several places,
as Texinfo 5 refuses to process an '@itemx' that is not preceded by an
'@item'.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
11 years agoSupport shorthand URLs in an input file
Rohit Mathulla [Sun, 4 Nov 2012 21:02:30 +0000 (22:02 +0100)]
Support shorthand URLs in an input file

11 years agoChange growable string object to null terminate
Ray Satiro [Mon, 8 Oct 2012 05:08:49 +0000 (01:08 -0400)]
Change growable string object to null terminate

src/ChangeLog
src/url.c

@ src/url.c:

Any function directly writing to the members of a growable string
object must call append_null(). Functions that already do this I've
changed to call append_null(): shorten_length(), append_char(),
append_string(), append_uri_pathel().

- (append_null)
New function to null terminate a growable string object.

- (shorten_length)
New function to shorten the length of a growable string object.

11 years agoRecieve ftp listing even when .listing file exist and --no-clobber option is given.
Nikolay Merinov [Wed, 3 Oct 2012 15:31:25 +0000 (21:31 +0600)]
Recieve ftp listing even when .listing file exist and --no-clobber option is given.

11 years agoFallback to PATH_MAX when pathconf is not available
Giuseppe Scrivano [Sun, 7 Oct 2012 11:06:01 +0000 (13:06 +0200)]
Fallback to PATH_MAX when pathconf is not available

11 years agoFix a regression when -c and --content-dispositionn are used together.
Giuseppe Scrivano [Sun, 7 Oct 2012 11:00:43 +0000 (13:00 +0200)]
Fix a regression when -c and --content-dispositionn are used together.

11 years agoNEWS: cite the new change.
Giuseppe Scrivano [Sun, 30 Sep 2012 16:21:34 +0000 (18:21 +0200)]
NEWS: cite the new change.

11 years agoSupport new WinNT ftp listing format
Nikolay Merinov [Sat, 29 Sep 2012 10:49:30 +0000 (16:49 +0600)]
Support new WinNT ftp listing format

11 years agoFix autoconf warning
Nikolay Merinov [Sun, 23 Sep 2012 16:00:12 +0000 (22:00 +0600)]
Fix autoconf warning

11 years agoAdd support for file names longer than MAX_FILE.
Tim Ruehsen [Sat, 29 Sep 2012 11:47:53 +0000 (13:47 +0200)]
Add support for file names longer than MAX_FILE.

11 years agoCombine duplicated code.
Steven Schubiger [Sat, 29 Sep 2012 09:40:01 +0000 (11:40 +0200)]
Combine duplicated code.

11 years agobootstrap: update from gnulib.
Giuseppe Scrivano [Thu, 20 Sep 2012 19:11:26 +0000 (21:11 +0200)]
bootstrap: update from gnulib.

11 years agoMark more strings for translation
Nguyễn Thái Ngọc Duy [Sun, 2 Sep 2012 09:33:09 +0000 (16:33 +0700)]
Mark more strings for translation

11 years agodon't error if CA directory is empty
Tim Ruehsen [Tue, 28 Aug 2012 14:58:40 +0000 (16:58 +0200)]
don't error if CA directory is empty

11 years agognutls: deinit gnutls_x509_crt_t
Tim Ruehsen [Tue, 28 Aug 2012 14:43:52 +0000 (16:43 +0200)]
gnutls: deinit gnutls_x509_crt_t

11 years agoremove -nv from --report-speed in doc/wget.texi
Tim Ruehsen [Tue, 28 Aug 2012 14:38:21 +0000 (16:38 +0200)]
remove -nv from --report-speed in doc/wget.texi

11 years agoRemove static modifier for functions used in other modules.
Giuseppe Scrivano [Tue, 28 Aug 2012 19:38:12 +0000 (21:38 +0200)]
Remove static modifier for functions used in other modules.

11 years agoUse hash_table_get instead of hash_table_get_pair.
Hrvoje Niksic [Sat, 25 Aug 2012 14:03:34 +0000 (16:03 +0200)]
Use hash_table_get instead of hash_table_get_pair.

11 years agoFix a build error.
y-iida@secom.co.jp [Tue, 21 Aug 2012 18:46:27 +0000 (20:46 +0200)]
Fix a build error.

11 years agoPrepare the new release v1.14
Giuseppe Scrivano [Sun, 5 Aug 2012 20:14:30 +0000 (22:14 +0200)]
Prepare the new release

11 years agodoc: add ENVIRONMENT section to manpage and minor adjustments.
mancha [Thu, 2 Aug 2012 13:50:40 +0000 (15:50 +0200)]
doc: add ENVIRONMENT section to manpage and minor adjustments.

Signed-off-by: mancha <mancha@mac.hush.com>
11 years agobootstrap: update from gnulib.
Giuseppe Scrivano [Sun, 8 Jul 2012 12:34:16 +0000 (14:34 +0200)]
bootstrap: update from gnulib.

11 years agoInclude missing header.
Steven Schubiger [Sun, 8 Jul 2012 09:36:54 +0000 (11:36 +0200)]
Include missing header.

11 years agoFix header comments for exits.h and exits.c.
Steven Schubiger [Sun, 8 Jul 2012 09:30:53 +0000 (11:30 +0200)]
Fix header comments for exits.h and exits.c.

11 years agoCite new change in the NEWS file.
Giuseppe Scrivano [Sun, 8 Jul 2012 09:29:09 +0000 (11:29 +0200)]
Cite new change in the NEWS file.

11 years agoAdd support for RFC 2617 Digest Access Authentication
Tim Ruehsen [Thu, 28 Jun 2012 15:45:18 +0000 (17:45 +0200)]
Add support for RFC 2617 Digest Access Authentication

11 years agoFix some log messages.
Giuseppe Scrivano [Sat, 7 Jul 2012 08:27:09 +0000 (10:27 +0200)]
Fix some log messages.

11 years agoCheck for fclose errors.
Giuseppe Scrivano [Sun, 17 Jun 2012 20:24:32 +0000 (22:24 +0200)]
Check for fclose errors.

11 years agoAdd new test
Giuseppe Scrivano [Sat, 16 Jun 2012 11:05:03 +0000 (13:05 +0200)]
Add new test

11 years agoMove cleanup related code to `cleanup'
Giuseppe Scrivano [Sat, 16 Jun 2012 10:20:33 +0000 (12:20 +0200)]
Move cleanup related code to `cleanup'

11 years agoDo not close stdout twice.
Giuseppe Scrivano [Sat, 16 Jun 2012 10:15:03 +0000 (12:15 +0200)]
Do not close stdout twice.

11 years agoFix the last commit.
Giuseppe Scrivano [Sat, 9 Jun 2012 11:17:27 +0000 (13:17 +0200)]
Fix the last commit.

11 years agodoc: document new options.
Giuseppe Scrivano [Sat, 9 Jun 2012 11:14:51 +0000 (13:14 +0200)]
doc: document new options.

11 years agohelp: Move --report-speed under 'Logging and input file'.
Giuseppe Scrivano [Sat, 9 Jun 2012 11:13:28 +0000 (13:13 +0200)]
help: Move --report-speed under 'Logging and input file'.

11 years agotexi2pod.pl: Revert change from 2011-08-06.
Giuseppe Scrivano [Sat, 9 Jun 2012 10:41:57 +0000 (12:41 +0200)]
texi2pod.pl: Revert change from 2011-08-06.

11 years agoRename, again, --reports-bits to report-speed.
Giuseppe Scrivano [Wed, 6 Jun 2012 18:41:25 +0000 (20:41 +0200)]
Rename, again, --reports-bits to report-speed.

11 years agoRename --bits to --report-bps.
Giuseppe Scrivano [Wed, 6 Jun 2012 12:10:07 +0000 (14:10 +0200)]
Rename --bits to --report-bps.

11 years ago* fix a few little dissonances
Tim Ruehsen [Mon, 4 Jun 2012 10:25:30 +0000 (12:25 +0200)]
* fix a few little dissonances

11 years agoRevert 2b1dd8d23b987a82d03cfa803aabcb02f80e1066
Giuseppe Scrivano [Sat, 2 Jun 2012 17:36:45 +0000 (19:36 +0200)]
Revert 2b1dd8d23b987a82d03cfa803aabcb02f80e1066

11 years agowarc: Fix segfault if CDX record is not found.
Gijs van Tulder [Wed, 30 May 2012 21:00:04 +0000 (23:00 +0200)]
warc: Fix segfault if CDX record is not found.

11 years agofix segfault on wrong urls (bug 36570)
Ángel González [Thu, 31 May 2012 20:57:41 +0000 (22:57 +0200)]
fix segfault on wrong urls (bug 36570)

11 years agoGuard inclusion of some headers.
Steven Schweda [Sat, 26 May 2012 12:39:13 +0000 (14:39 +0200)]
Guard inclusion of some headers.

11 years agowarc: use the right type for the gzip stream
Mike Frysinger [Sat, 26 May 2012 12:05:56 +0000 (14:05 +0200)]
warc: use the right type for the gzip stream

11 years agoUse the right type as result from readline.
Giuseppe Scrivano [Sat, 26 May 2012 00:55:53 +0000 (02:55 +0200)]
Use the right type as result from readline.

11 years agoNEWS: cite the last change.
Giuseppe Scrivano [Mon, 21 May 2012 20:54:57 +0000 (22:54 +0200)]
NEWS: cite the last change.

11 years agognutls: honor the specified timeout value
Tim Ruehsen [Fri, 18 May 2012 11:23:56 +0000 (13:23 +0200)]
gnutls: honor the specified timeout value

* gnutls.c (wgnutls_poll): Honor the specified `timeout' value.
(wgnutls_peek): Likewise.

11 years agoRemove unused arguments.
illusionoflife [Sun, 20 May 2012 19:02:25 +0000 (21:02 +0200)]
Remove unused arguments.

11 years agowarc: Cut long lines to 80 columns.
Giuseppe Scrivano [Wed, 16 May 2012 19:39:24 +0000 (21:39 +0200)]
warc: Cut long lines to 80 columns.

11 years agoremoved 'const' warnings.
Tim Ruehsen [Mon, 14 May 2012 15:32:55 +0000 (17:32 +0200)]
removed 'const' warnings.

* hash.h (hash_table_put): Make argument "value" const.
* hash.c (hash_table_put): Make argument value const.  Cast `value' to
void.
* http.c (request_set_header): Make argument `name' const.  Cast `value'
and `name' to void*.
(request_remove_header): Make argument `name' const.
* url.c (url_file_name): Make `index_filename' static.
* warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
`payload_digest', `redirect_location', `warc_filename', response_uuid'
arguments const. Make `checksum' const.
* warc.c (warc_write_date_header): Make the `timestamp' argument const.
Make `extension' const.
(warc_write_cdx_record): Make `url', `timestamp', `mime_type',
`payload_digest', `redirect_location', `warc_filename', response_uuid'
arguments const. Make `checksum' const.

11 years agognutls: do not call fcntl in a loop.
Tim Ruehsen [Mon, 14 May 2012 12:52:44 +0000 (14:52 +0200)]
gnutls: do not call fcntl in a loop.

* gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
outside loop.

11 years agodoc: Document --accept-regex and --reject-regex.
Giuseppe Scrivano [Sun, 13 May 2012 15:38:00 +0000 (17:38 +0200)]
doc: Document --accept-regex and --reject-regex.

11 years agoUse git-version-gen instead of bzr-version-gen.
Giuseppe Scrivano [Sun, 13 May 2012 14:46:15 +0000 (16:46 +0200)]
Use git-version-gen instead of bzr-version-gen.

11 years agognutls: remove deprecated gnutls types.
Tim Ruehsen [Fri, 11 May 2012 13:45:44 +0000 (15:45 +0200)]
gnutls: remove deprecated gnutls types.

11 years agoNEWS: cite the new feature.
Giuseppe Scrivano [Wed, 9 May 2012 19:19:58 +0000 (21:19 +0200)]
NEWS: cite the new feature.

11 years agoAdd support for -accept-regex and --reject-regex.
Gijs van Tulder [Wed, 9 May 2012 19:18:23 +0000 (21:18 +0200)]
Add support for -accept-regex and --reject-regex.

11 years agoFix some compiler warnings.
Tim Ruehsen [Sat, 5 May 2012 13:24:35 +0000 (15:24 +0200)]
Fix some compiler warnings.

11 years agoUse empty query in local filenames.
Tim Ruehsen [Tue, 24 Apr 2012 19:46:06 +0000 (21:46 +0200)]
Use empty query in local filenames.

11 years agoFix a possible invalid `free'.
Tim Ruehsen [Sun, 22 Apr 2012 16:36:09 +0000 (18:36 +0200)]
Fix a possible invalid `free'.

11 years agoSilent compiler warning.
Tim Ruehsen [Sat, 21 Apr 2012 11:48:18 +0000 (13:48 +0200)]
Silent compiler warning.

11 years agoFix memory leak.
Tim Ruehsen [Sat, 21 Apr 2012 10:19:25 +0000 (12:19 +0200)]
Fix memory leak.

11 years agoFix memory leak.
Tim Ruehsen [Sat, 21 Apr 2012 10:08:45 +0000 (12:08 +0200)]
Fix memory leak.

12 years agoAdd support for TLS SNI
Phil Pennock [Fri, 13 Apr 2012 21:58:46 +0000 (23:58 +0200)]
Add support for TLS SNI

12 years agoFix a memory leak.
Tim Ruehsen [Fri, 13 Apr 2012 19:35:29 +0000 (21:35 +0200)]
Fix a memory leak.

12 years agoEnable client certificates when GNU TLS is used.
Daniel Kahn Gillmor [Sat, 7 Apr 2012 12:43:12 +0000 (14:43 +0200)]
Enable client certificates when GNU TLS is used.

12 years agoFix a segfault on an incomplete STYLE tag.
Gijs van Tulder [Sun, 1 Apr 2012 21:29:16 +0000 (23:29 +0200)]
Fix a segfault on an incomplete STYLE tag.

12 years agognutls: Fix a memory leak.
Giuseppe Scrivano [Sun, 1 Apr 2012 14:30:59 +0000 (16:30 +0200)]
gnutls: Fix a memory leak.

12 years agognutls: do not access unitialized variable.
Giuseppe Scrivano [Sun, 1 Apr 2012 14:26:44 +0000 (16:26 +0200)]
gnutls: do not access unitialized variable.

12 years agowarc: make warc_uuid_str implementation depend on HAVE_LIBUUID
Tim Ruehsen [Sun, 1 Apr 2012 11:59:46 +0000 (13:59 +0200)]
warc: make warc_uuid_str implementation depend on HAVE_LIBUUID

12 years agoactivate itimer support.
Tim Ruehsen [Thu, 29 Mar 2012 18:13:27 +0000 (20:13 +0200)]
activate itimer support.

12 years agoAssume some headers files provided by gnulib are always present.
Giuseppe Scrivano [Sun, 25 Mar 2012 15:49:55 +0000 (17:49 +0200)]
Assume some headers files provided by gnulib are always present.

12 years agoFix build under mingw when OpenSSL is used.
Ray Satiro [Sun, 25 Mar 2012 11:47:53 +0000 (13:47 +0200)]
Fix build under mingw when OpenSSL is used.

12 years agoAdd new gnulib modules.
Ángel González [Tue, 20 Mar 2012 19:41:14 +0000 (20:41 +0100)]
Add new gnulib modules.

12 years agoFix typo.
Steven Schubiger [Thu, 8 Mar 2012 09:00:51 +0000 (10:00 +0100)]
Fix typo.

12 years agoAccept --bit option
Sasikantha Babu [Mon, 5 Mar 2012 21:23:06 +0000 (22:23 +0100)]
Accept --bit option

12 years agoReport stdout close errors.
Giuseppe Scrivano [Sun, 26 Feb 2012 01:41:07 +0000 (02:41 +0100)]
Report stdout close errors.

12 years agowarc: support large files.
Gijs van Tulder [Sat, 25 Feb 2012 10:58:21 +0000 (11:58 +0100)]
warc: support large files.

12 years agoPrint some diagnostic messages to stderr not to stdout.
Giuseppe Scrivano [Thu, 23 Feb 2012 10:56:44 +0000 (11:56 +0100)]
Print some diagnostic messages to stderr not to stdout.

12 years agoHandle correctly some malloc failures.
Giuseppe Scrivano [Thu, 23 Feb 2012 10:45:05 +0000 (11:45 +0100)]
Handle correctly some malloc failures.

12 years agognutls: Remove two unused variables.
Giuseppe Scrivano [Thu, 23 Feb 2012 10:11:49 +0000 (11:11 +0100)]
gnutls: Remove two unused variables.

12 years agowarc: add license header.
Steven Schubiger [Fri, 17 Feb 2012 16:05:26 +0000 (17:05 +0100)]
warc: add license header.

12 years agoAdd support for chunks to the WARC outputter.
Gijs van Tulder [Sat, 28 Jan 2012 13:09:29 +0000 (14:09 +0100)]
Add support for chunks to the WARC outputter.

12 years agoFix memory leak.
Gijs van Tulder [Sat, 28 Jan 2012 13:08:52 +0000 (14:08 +0100)]
Fix memory leak.

12 years agoFix a linker error if zlib is not found.
Gijs van Tulder [Wed, 11 Jan 2012 14:27:06 +0000 (15:27 +0100)]
Fix a linker error if zlib is not found.

12 years agoProperly format IPv6 addresses.
Sasikantha Babu [Sun, 8 Jan 2012 23:03:23 +0000 (00:03 +0100)]
Properly format IPv6 addresses.

12 years agoFix regeneration of autotools files in a distributed tarball.
Giuseppe Scrivano [Mon, 12 Dec 2011 20:30:39 +0000 (21:30 +0100)]
Fix regeneration of autotools files in a distributed tarball.

12 years agotrunc: check for `close'-ing the fd errors.
Giuseppe Scrivano [Sun, 11 Dec 2011 14:18:11 +0000 (15:18 +0100)]
trunc: check for `close'-ing the fd errors.

12 years agoFix for gzip bug in WARC + zlib 1.2.4.
Gijs van Tulder [Sun, 20 Nov 2011 17:28:19 +0000 (18:28 +0100)]
Fix for gzip bug in WARC + zlib 1.2.4.

12 years agowarc: Fix a problem under OS X.
Steven Schweda [Sat, 5 Nov 2011 10:52:51 +0000 (11:52 +0100)]
warc: Fix a problem under OS X.

12 years agoNEWS: cite last changes.
Giuseppe Scrivano [Fri, 4 Nov 2011 21:34:51 +0000 (22:34 +0100)]
NEWS: cite last changes.

12 years agognutls: fix memory leak.
Steven Schweda [Fri, 4 Nov 2011 21:31:48 +0000 (22:31 +0100)]
gnutls: fix memory leak.

12 years agoAdd support for WARC files.
Gijs van Tulder [Fri, 4 Nov 2011 21:25:00 +0000 (22:25 +0100)]
Add support for WARC files.

12 years agobootstrap.conf: Include module `vsnprintf'.
Giuseppe Scrivano [Sun, 23 Oct 2011 11:23:46 +0000 (13:23 +0200)]
bootstrap.conf: Include module `vsnprintf'.

12 years agoFix some problems under VMS.
Steven Schweda [Sun, 23 Oct 2011 11:11:22 +0000 (13:11 +0200)]
Fix some problems under VMS.

12 years agoparamcheck: Use + quantifier and return copy.
Steven Schubiger [Fri, 21 Oct 2011 20:10:02 +0000 (22:10 +0200)]
paramcheck: Use + quantifier and return copy.

12 years agoAdd support for --content-on-error.
Henrik Holst [Thu, 6 Oct 2011 11:25:17 +0000 (13:25 +0200)]
Add support for --content-on-error.

12 years agodoc: Make dir entry consistent with others.
Karl Berry [Tue, 27 Sep 2011 15:14:43 +0000 (17:14 +0200)]
doc: Make dir entry consistent with others.

12 years agoFix typo in an inline comment.
Giuseppe Scrivano [Mon, 19 Sep 2011 15:29:48 +0000 (17:29 +0200)]
Fix typo in an inline comment.