]> sjero.net Git - wget/log
wget
23 years ago[svn] Applied Christian Fraenkel's patch "custom certificate patch for wget-1.7+dev;
hniksic [Sat, 10 Feb 2001 22:33:31 +0000 (14:33 -0800)]
[svn] Applied Christian Fraenkel's patch "custom certificate patch for wget-1.7+dev;
2nd try", published in <200102082132220160.00474E73@pop.gmx.net>.
It adds two options for custom certificates.

23 years ago[svn] Regenerated just to test my recollection that .po files get modified "in
dan [Wed, 31 Jan 2001 21:21:06 +0000 (13:21 -0800)]
[svn] Regenerated just to test my recollection that .po files get modified "in
place".

23 years ago[svn] Changes according to Herold Heiko's instructions how to make alloca()
hniksic [Tue, 23 Jan 2001 14:27:40 +0000 (06:27 -0800)]
[svn] Changes according to Herold Heiko's instructions how to make alloca()
work under Windows: don't try to compile alloca.c, *and* don't forget
to include <malloc.h>.

Published in <sxsbssyibsu.fsf@florida.arsdigita.de>.

23 years ago[svn] Hrvoje forgot to make a ChangeLog entry when added more 1.7-dev items to NEWS.
dan [Tue, 16 Jan 2001 21:19:38 +0000 (13:19 -0800)]
[svn] Hrvoje forgot to make a ChangeLog entry when added more 1.7-dev items to NEWS.
Did that for him and made a couple of minor formatting tweaks to NEWS.

23 years ago[svn] Updated.
hniksic [Tue, 16 Jan 2001 09:24:44 +0000 (01:24 -0800)]
[svn] Updated.

23 years ago[svn] NEWS: Was not being maintained. Added some significant 1.7-dev stuff.
dan [Tue, 16 Jan 2001 00:50:00 +0000 (16:50 -0800)]
[svn] NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.

23 years ago[svn] *** empty log message ***
janp [Tue, 16 Jan 2001 00:03:45 +0000 (16:03 -0800)]
[svn] *** empty log message ***

23 years ago[svn] Updated to 1.7, merged with the spec file from RedHat.
janp [Mon, 15 Jan 2001 23:59:40 +0000 (15:59 -0800)]
[svn] Updated to 1.7, merged with the spec file from RedHat.

23 years ago[svn] Makefile in po/ knows about "make realclean" now.
janp [Mon, 15 Jan 2001 23:55:48 +0000 (15:55 -0800)]
[svn] Makefile in po/ knows about "make realclean" now.
Toplevel Makefile removes "./configure" as well.

23 years ago[svn] If -c used with -N, check to make sure a file hasn't changed on the server
dan [Fri, 12 Jan 2001 04:51:59 +0000 (20:51 -0800)]
[svn] If -c used with -N, check to make sure a file hasn't changed on the server
before "continuing" to download it (preventing a bogus hybrid file).

23 years ago[svn] Committed Adrian Aichner's Windows Makefile updates.
hniksic [Thu, 11 Jan 2001 16:34:36 +0000 (08:34 -0800)]
[svn] Committed Adrian Aichner's Windows Makefile updates.
From <sxslmsijbgn.fsf@florida.arsdigita.de>.

23 years ago[svn] url.c (str_url): Clarified this function's comment header after Hrvoje answered
dan [Thu, 11 Jan 2001 06:16:46 +0000 (22:16 -0800)]
[svn] url.c (str_url): Clarified this function's comment header after Hrvoje answered
my question on the list as to when hide != 1.  Also Hrvoje pointed out I need to
use xstrdup() on the string literal.

23 years ago[svn] Declare addrlen as int. Published in <sxsu27cbtzu.fsf@florida.arsdigita.de>.
hniksic [Wed, 10 Jan 2001 15:06:00 +0000 (07:06 -0800)]
[svn] Declare addrlen as int.  Published in <sxsu27cbtzu.fsf@florida.arsdigita.de>.

23 years ago[svn] Jan did make a ChangeLog entry for his fix of the non-anonymous FTP recursion
dan [Wed, 10 Jan 2001 08:53:42 +0000 (00:53 -0800)]
[svn] Jan did make a ChangeLog entry for his fix of the non-anonymous FTP recursion
bug.  I just didn't use the right terms when searching for it.

23 years ago[svn] Made clarifications and corrections to --continue's --help output and wget...
dan [Wed, 10 Jan 2001 06:51:51 +0000 (22:51 -0800)]
[svn] Made clarifications and corrections to --continue's --help output and wget.texi
documentation.  Published in <200101100629.WAA09744@dilvish.speed.net>.

23 years ago[svn] TODO: Add a "rollback" option to have --continue throw away a configurable
dan [Wed, 10 Jan 2001 05:37:59 +0000 (21:37 -0800)]
[svn] TODO: Add a "rollback" option to have --continue throw away a configurable
number of bytes at the end of a file before resuming download.  Apparently, some
stupid proxies insert a "transfer interrupted" string we need to get rid of.

23 years ago[svn] Just clarified a comment in the fix I just committed.
dan [Wed, 10 Jan 2001 04:32:29 +0000 (20:32 -0800)]
[svn] Just clarified a comment in the fix I just committed.

23 years ago[svn] url.c (str_url): Henrik van Ginhoven pointed out on the list that we shouldn't
dan [Wed, 10 Jan 2001 04:30:43 +0000 (20:30 -0800)]
[svn] url.c (str_url): Henrik van Ginhoven pointed out on the list that we shouldn't
give away the number of characters in the password by replacing each character
with a 'x'.  Use "<password>" instead.

23 years ago[svn] When did the bug get fixed where recursive FTP would fail if logging in put
dan [Wed, 10 Jan 2001 04:17:06 +0000 (20:17 -0800)]
[svn] When did the bug get fixed where recursive FTP would fail if logging in put
you in a directory other than "/"?  I don't see a src/ChangeLog entry for
it.  In any case, my testing shows that it's fixed in 1.7-dev, but TODO and
a comment in src/ftp.c were not changed to reflect this.

23 years ago[svn] TODO: If -c used on a file that's already completely downloaded, don't
dan [Wed, 10 Jan 2001 03:45:19 +0000 (19:45 -0800)]
[svn] TODO: If -c used on a file that's already completely downloaded, don't
re-download it (unless normal --timestamping processing would cause you to do
so).

23 years ago[svn] html-url.c: A bunch of fixup of `--page-requisites'-related comments to reflect
dan [Wed, 10 Jan 2001 02:54:52 +0000 (18:54 -0800)]
[svn] html-url.c: A bunch of fixup of `--page-requisites'-related comments to reflect
Hrvoje's changes to my code when transplanting it into this new file, to fix
spelling mistakes, to clarify, etc.

23 years ago[svn] 2001-01-09 Dan Harkless <wget@harkless.org>
dan [Wed, 10 Jan 2001 02:28:24 +0000 (18:28 -0800)]
[svn] 2001-01-09  Dan Harkless  <wget@harkless.org>

* html-url.c: Addition and clarification of comments related to -p.

* url.c (write_backup_file): Clarified a comment.
  [Committed this fix separately.]

23 years ago[svn] Hrvoje's response to my "wondering" comment in write_backup_file() read
dan [Wed, 10 Jan 2001 02:10:16 +0000 (18:10 -0800)]
[svn] Hrvoje's response to my "wondering" comment in write_backup_file() read
extremely strangely without adding tags to show who was saying what.  Also, one
of his phrases was very misleading.

23 years ago[svn] README.cvs: Falsely claimed you only needed GNU autoconf to build from the CVS
dan [Sat, 6 Jan 2001 10:15:58 +0000 (02:15 -0800)]
[svn] README.cvs: Falsely claimed you only needed GNU autoconf to build from the CVS
sources.  You also need GNU gettext and texinfo.  I also did a bunch of general
re-writing of this file.

23 years ago[svn] Here're the changes we agreed to on the wget mailing list regarding the
dan [Sat, 6 Jan 2001 09:26:02 +0000 (01:26 -0800)]
[svn] Here're the changes we agreed to on the wget mailing list regarding the
multiple-branches ChangeLog problem.  Note the new directories -- you'll need to
do a cvs update -d.

23 years ago[svn] TODO: A poster to the wget list notes that gcc's nice man page is automatically
dan [Fri, 5 Jan 2001 04:44:46 +0000 (20:44 -0800)]
[svn] TODO: A poster to the wget list notes that gcc's nice man page is automatically
generated from its .texi file.  This may be a way to get back a wget man page.

23 years ago[svn] Include fragment identifiers in converted URLs. Published in
hniksic [Thu, 4 Jan 2001 13:53:53 +0000 (05:53 -0800)]
[svn] Include fragment identifiers in converted URLs.  Published in
<sxs8zorl90l.fsf@florida.arsdigita.de>.

23 years ago[svn] New version (old one was corrupted.)
hniksic [Thu, 4 Jan 2001 13:15:48 +0000 (05:15 -0800)]
[svn] New version (old one was corrupted.)

23 years ago[svn] TODO: We should make a simple man page referring to info doco.
dan [Wed, 3 Jan 2001 22:40:18 +0000 (14:40 -0800)]
[svn] TODO: We should make a simple man page referring to info doco.

23 years ago[svn] Csaba's Watcom changes.
hniksic [Wed, 3 Jan 2001 15:14:02 +0000 (07:14 -0800)]
[svn] Csaba's Watcom changes.

23 years ago[svn] ChangeLog: Since this flat file doesn't have multiple branches,
dan [Sun, 31 Dec 2000 12:45:42 +0000 (04:45 -0800)]
[svn] ChangeLog: Since this flat file doesn't have multiple branches,
looking at the dates would make you think that things went into
1.6 that actually just went into the 1.7-dev branch.  Added "[Not
in 1.6 branch.]" where appropriate to clarify.

23 years ago[svn] Need to say that stuff I did before releasing 1.6 happened on 12-30, not 12-31.
dan [Sun, 31 Dec 2000 12:10:59 +0000 (04:10 -0800)]
[svn] Need to say that stuff I did before releasing 1.6 happened on 12-30, not 12-31.

23 years ago[svn] Need to write these in such that the pre-1.6 release changes appear to have
dan [Sun, 31 Dec 2000 12:09:55 +0000 (04:09 -0800)]
[svn] Need to write these in such that the pre-1.6 release changes appear to have
occurred on the right date.

23 years ago[svn] Need to write the ChangeLog in such a way that it looks like the 1.6 changes
dan [Sun, 31 Dec 2000 12:07:25 +0000 (04:07 -0800)]
[svn] Need to write the ChangeLog in such a way that it looks like the 1.6 changes
went in on the correct date.

23 years ago[svn] * README: Changed 1.5.3 in the FTP URL to 1.6.
dan [Sun, 31 Dec 2000 12:05:29 +0000 (04:05 -0800)]
[svn] * README: Changed 1.5.3 in the FTP URL to 1.6.

* NEWS: Released Wget version 1.6.

* po/*.po: 'Project-Id-Version's were very haphazard, saying
either "wget" or "GNU wget", and with versions of 1.5.2-b[124], 1.5.3, the
nonexistent 1.5.4, and 1.6-pre.  Standardized all to "GNU Wget 1.7-dev".
Perhaps this is wrong to do because some of the translations haven't been
updated since the versions they state, but I know some of the files were updated
specifically for 1.6, and none of them used this version.  In any case, the
'POT-Creation-Date's and 'PO-Revision-Date's remain the best indicator of
whether a translation's out of date.

23 years ago[svn] 2000-12-31 Dan Harkless <wget@harkless.org>
dan [Sun, 31 Dec 2000 12:04:14 +0000 (04:04 -0800)]
[svn] 2000-12-31  Dan Harkless  <wget@harkless.org>

        * ftp.c, http.c:  Applied Hack Kampbj?rn <hack@hackdata.com>'s
        patch to deal with h_errno not being defined in netdb.h under Cygwin.

2000-12-30  Dan Harkless  <wget@harkless.org>

        * version.c: Released Wget version 1.6.  Note that on this branch we
        never actually had the version set to 1.6, but we still need the
        ChangeLog comment for posterity.

23 years ago[svn] Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion needs to be
dan [Sun, 31 Dec 2000 11:50:52 +0000 (03:50 -0800)]
[svn] Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion needs to be
included in the distribution or it'll get regenerated due to the wget.info
dependency, and then that file will get regenerated, forcing people to have
makeinfo installed unnecessarily.  We could use a kludge of a 0-length file in
the distro, but the file isn't that big and should compress very well.

wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and "UPDATED Feb
2000" to "UPDATED Dec 2000".  Like the comment in the file says, it'd be nice if
these were handled automatically...

23 years ago[svn] Changed my address from dan-wget@dilvish.speed.net to wget@harkless.org
dan [Sun, 31 Dec 2000 11:18:37 +0000 (03:18 -0800)]
[svn] Changed my address from dan-wget@dilvish.speed.net to wget@harkless.org
everywhere -- dilvish will probably be going away soon.

23 years ago[svn] Igor Khristophorov's fix for check_end(). From
hniksic [Sun, 17 Dec 2000 19:31:30 +0000 (11:31 -0800)]
[svn] Igor Khristophorov's fix for check_end().  From
<sxs4s027snq.fsf@florida.arsdigita.de>.

23 years ago[svn] Apply lint-expired fixes from <sxsn1du7ufa.fsf@florida.arsdigita.de>.
hniksic [Sun, 17 Dec 2000 18:52:52 +0000 (10:52 -0800)]
[svn] Apply lint-expired fixes from <sxsn1du7ufa.fsf@florida.arsdigita.de>.

23 years ago[svn] Applied Csaba Raduly's patch from <802569B4.0043F7B1.00@Jagannath.uk.sophos>.
hniksic [Sun, 17 Dec 2000 18:18:14 +0000 (10:18 -0800)]
[svn] Applied Csaba Raduly's patch from <802569B4.0043F7B1.00@Jagannath.uk.sophos>.

23 years ago[svn] Include <netdb.h> where h_errno is used. Likewise for <errno.h> and errno.
hniksic [Sun, 17 Dec 2000 18:12:02 +0000 (10:12 -0800)]
[svn] Include <netdb.h> where h_errno is used.  Likewise for <errno.h> and errno.
From <sxsvgsi7wcw.fsf@florida.arsdigita.de>.

23 years ago[svn] Updated makeinfo URL.
hniksic [Wed, 13 Dec 2000 16:58:59 +0000 (08:58 -0800)]
[svn] Updated makeinfo URL.

23 years ago[svn] Use '"' rather than '\"' in assert.
hniksic [Wed, 13 Dec 2000 13:37:37 +0000 (05:37 -0800)]
[svn] Use '"' rather than '\"' in assert.

23 years ago[svn] Removed.
hniksic [Mon, 11 Dec 2000 02:53:02 +0000 (18:53 -0800)]
[svn] Removed.

23 years ago[svn] Made xfree alias to free if memory debugging is not used.
hniksic [Mon, 11 Dec 2000 02:17:44 +0000 (18:17 -0800)]
[svn] Made xfree alias to free if memory debugging is not used.
From <sxsd7ezd7p2.fsf@florida.arsdigita.de>.

23 years ago[svn] Fix -O timestamp bug.
hniksic [Mon, 11 Dec 2000 00:47:44 +0000 (16:47 -0800)]
[svn] Fix -O timestamp bug.
From <sxs7l57u6o6.fsf@florida.arsdigita.de>.

23 years ago[svn] Set the timestamp even when -O is used.
hniksic [Mon, 11 Dec 2000 00:31:14 +0000 (16:31 -0800)]
[svn] Set the timestamp even when -O is used.

23 years ago[svn] Updated.
hniksic [Sun, 10 Dec 2000 20:11:59 +0000 (12:11 -0800)]
[svn] Updated.

23 years ago[svn] New file.
hniksic [Sun, 10 Dec 2000 18:24:13 +0000 (10:24 -0800)]
[svn] New file.

23 years ago[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.
hniksic [Sun, 10 Dec 2000 03:03:14 +0000 (19:03 -0800)]
[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.

23 years ago[svn] Correct error.
hniksic [Sun, 10 Dec 2000 02:45:26 +0000 (18:45 -0800)]
[svn] Correct error.

23 years ago[svn] Re-run `make update-po'.
hniksic [Sun, 10 Dec 2000 02:38:18 +0000 (18:38 -0800)]
[svn] Re-run `make update-po'.

23 years ago[svn] Updated and translated.
hniksic [Sun, 10 Dec 2000 02:36:23 +0000 (18:36 -0800)]
[svn] Updated and translated.

23 years ago[svn] Removed.
hniksic [Sun, 10 Dec 2000 02:25:19 +0000 (18:25 -0800)]
[svn] Removed.

23 years ago[svn] Updated.
hniksic [Sun, 10 Dec 2000 02:24:44 +0000 (18:24 -0800)]
[svn] Updated.

23 years ago[svn] Updated.
hniksic [Sun, 10 Dec 2000 02:23:47 +0000 (18:23 -0800)]
[svn] Updated.

23 years ago[svn] Removed all auto-generated files.
hniksic [Sun, 10 Dec 2000 02:18:23 +0000 (18:18 -0800)]
[svn] Removed all auto-generated files.

23 years ago[svn] Add a dummy Makefile.in.
hniksic [Sun, 10 Dec 2000 01:55:43 +0000 (17:55 -0800)]
[svn] Add a dummy Makefile.in.

23 years ago[svn] Add , before `int ssl'.
hniksic [Wed, 6 Dec 2000 17:22:27 +0000 (09:22 -0800)]
[svn] Add , before `int ssl'.

23 years ago[svn] Move inclusion of gen_ssl.h below Wget's headers.
hniksic [Wed, 6 Dec 2000 17:18:14 +0000 (09:18 -0800)]
[svn] Move inclusion of gen_ssl.h below Wget's headers.

23 years ago[svn] Fix opt.wait.
hniksic [Wed, 6 Dec 2000 00:24:40 +0000 (16:24 -0800)]
[svn] Fix opt.wait.

23 years ago[svn] Committed Karl Eichwalder's patch from
hniksic [Tue, 5 Dec 2000 23:58:21 +0000 (15:58 -0800)]
[svn] Committed Karl Eichwalder's patch from
<20001125153103.ECBCEDD2DB@tux.gnu.franken.de>.

23 years ago[svn] Applied Karl Eichwalder's patches.
hniksic [Tue, 5 Dec 2000 23:56:34 +0000 (15:56 -0800)]
[svn] Applied Karl Eichwalder's patches.
<20001125153354.51087DD2DC@tux.gnu.franken.de>
<20001125165332.92862DD2DB@tux.gnu.franken.de>

23 years ago[svn] Use a single version of RBUF_READCHAR.
hniksic [Tue, 5 Dec 2000 23:50:34 +0000 (15:50 -0800)]
[svn] Use a single version of RBUF_READCHAR.

23 years ago[svn] Cosmetic cleanup of SSL stuff.
hniksic [Tue, 5 Dec 2000 23:35:56 +0000 (15:35 -0800)]
[svn] Cosmetic cleanup of SSL stuff.

23 years ago[svn] New files.
hniksic [Tue, 5 Dec 2000 23:26:13 +0000 (15:26 -0800)]
[svn] New files.

23 years ago[svn] Committed C. Frankel's SSL patch.
hniksic [Tue, 5 Dec 2000 23:09:41 +0000 (15:09 -0800)]
[svn] Committed C. Frankel's SSL patch.

23 years ago[svn] Use the proper Jan's changelog entry.
hniksic [Tue, 5 Dec 2000 23:03:46 +0000 (15:03 -0800)]
[svn] Use the proper Jan's changelog entry.

23 years ago[svn] ChangeLog for Jan's last patch.
hniksic [Tue, 5 Dec 2000 22:44:46 +0000 (14:44 -0800)]
[svn] ChangeLog for Jan's last patch.

23 years ago[svn] Commit my url.c fix (space as unsafe character) and Jan's
hniksic [Tue, 5 Dec 2000 22:29:47 +0000 (14:29 -0800)]
[svn] Commit my url.c fix (space as unsafe character) and Jan's
winnt directory listing parsing.

23 years ago[svn] Do away with line separator.
hniksic [Wed, 29 Nov 2000 16:19:46 +0000 (08:19 -0800)]
[svn] Do away with line separator.

23 years ago[svn] Undo Jan's typo fix.
hniksic [Sat, 25 Nov 2000 11:51:14 +0000 (03:51 -0800)]
[svn] Undo Jan's typo fix.

23 years ago[svn] New version from Karl Eichwalder.
hniksic [Sat, 25 Nov 2000 11:47:56 +0000 (03:47 -0800)]
[svn] New version from Karl Eichwalder.
Published in <20001124052321.A85CBDD15E@tux.gnu.franken.de>.

23 years ago[svn] Update.
hniksic [Fri, 24 Nov 2000 14:04:55 +0000 (06:04 -0800)]
[svn] Update.

23 years ago[svn] Applied Karl Eichwalder's patch from
hniksic [Fri, 24 Nov 2000 13:51:36 +0000 (05:51 -0800)]
[svn] Applied Karl Eichwalder's patch from
<20001124044348.AF524DD15E@tux.gnu.franken.de>.

23 years ago[svn] More memory debug tweaks.
hniksic [Thu, 23 Nov 2000 21:44:56 +0000 (13:44 -0800)]
[svn] More memory debug tweaks.
Published in <sxs4s0z2bwi.fsf@florida.arsdigita.de>.

23 years ago[svn] Determine ALL_LINGUAS dynamically.
hniksic [Thu, 23 Nov 2000 21:41:37 +0000 (13:41 -0800)]
[svn] Determine ALL_LINGUAS dynamically.

23 years ago[svn] New translations from
hniksic [Thu, 23 Nov 2000 18:05:26 +0000 (10:05 -0800)]
[svn] New translations from
<URL:http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?domain=wget>.

23 years ago[svn] Committed memory debugging stuff.
hniksic [Wed, 22 Nov 2000 22:15:45 +0000 (14:15 -0800)]
[svn] Committed memory debugging stuff.
Published in <sxs1yw34pt4.fsf@florida.arsdigita.de>.

23 years ago[svn] Make sure xfree is #define'd in standalone mode in files that
hniksic [Wed, 22 Nov 2000 17:00:31 +0000 (09:00 -0800)]
[svn] Make sure xfree is #define'd in standalone mode in files that
support one.

23 years ago[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita.de>.
hniksic [Wed, 22 Nov 2000 16:58:28 +0000 (08:58 -0800)]
[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita.de>.

23 years ago[svn] Fixup ftpparse dependencies.
hniksic [Tue, 21 Nov 2000 17:01:39 +0000 (09:01 -0800)]
[svn] Fixup ftpparse dependencies.

23 years ago[svn] Committed Jan's ftpparse patch with Hrvoje's modifications.
hniksic [Tue, 21 Nov 2000 16:48:39 +0000 (08:48 -0800)]
[svn] Committed Jan's ftpparse patch with Hrvoje's modifications.
<sxshf518e72.fsf@florida.arsdigita.de>.

23 years ago[svn] Commit hash table bugfix.
hniksic [Tue, 21 Nov 2000 16:42:29 +0000 (08:42 -0800)]
[svn] Commit hash table bugfix.
Published in <sxs8zqd9x1g.fsf@florida.arsdigita.de>.

23 years ago[svn] New TODO item.
hniksic [Tue, 21 Nov 2000 14:58:46 +0000 (06:58 -0800)]
[svn] New TODO item.

23 years ago[svn] Remove stray debugging statement.
hniksic [Tue, 21 Nov 2000 03:08:41 +0000 (19:08 -0800)]
[svn] Remove stray debugging statement.

23 years ago[svn] Committed a bunch of different tweaks of mine.
hniksic [Tue, 21 Nov 2000 02:06:36 +0000 (18:06 -0800)]
[svn] Committed a bunch of different tweaks of mine.
Published in <sxsr9463wrx.fsf@florida.arsdigita.de>.

23 years ago[svn] Constify check_end().
hniksic [Mon, 20 Nov 2000 10:25:28 +0000 (02:25 -0800)]
[svn] Constify check_end().

23 years ago[svn] Improved comments for the persistent connections feature.
hniksic [Mon, 20 Nov 2000 10:20:39 +0000 (02:20 -0800)]
[svn] Improved comments for the persistent connections feature.

23 years ago[svn] Auth tweaks.
hniksic [Mon, 20 Nov 2000 02:10:54 +0000 (18:10 -0800)]
[svn] Auth tweaks.
Published in <sxs3dgnz955.fsf@florida.arsdigita.de>.

23 years ago[svn] Bump version number.
hniksic [Mon, 20 Nov 2000 00:15:21 +0000 (16:15 -0800)]
[svn] Bump version number.

23 years ago[svn] New option --no-http-keep-alive.
hniksic [Mon, 20 Nov 2000 00:04:06 +0000 (16:04 -0800)]
[svn] New option --no-http-keep-alive.
Published in <sxsd7fr1pdf.fsf@florida.arsdigita.de>.

23 years ago[svn] My patch "persistent connection tweaks".
hniksic [Sun, 19 Nov 2000 23:42:13 +0000 (15:42 -0800)]
[svn] My patch "persistent connection tweaks".
Published in <sxshf531qhj.fsf@florida.arsdigita.de>.

(Applied with the addition of correct calculation for the
length of the request.)

23 years ago[svn] A bunch of new features:
hniksic [Sun, 19 Nov 2000 20:50:10 +0000 (12:50 -0800)]
[svn] A bunch of new features:

- use mmap() to read whole files in core instead of allocating memory
  and read'ing it.

- use a new, more general, HTML parser (html-parse.c) and interface to
  it from Wget (html-url.c).

- respect <meta name=robots content=nofollow> (easy with the new HTML
  parser).

- use hash tables instead of linked lists in places where the lists
  were used to facilitate mappings.

- rewrite the code in host.c to be more readable and faster (hash
  tables instead of home-grown lists.)

- make convert_links properly convert partial URLs to complete ones
  for those URLs that have *not* been downloaded.

- use HTTP persistent connections where available.  very
  simple-minded, caches the last connection to the server.

Published in <sxshf533d5r.fsf@florida.arsdigita.de>.

23 years ago[svn] vsnprintf() fixup.
hniksic [Thu, 16 Nov 2000 16:37:49 +0000 (08:37 -0800)]
[svn] vsnprintf() fixup.

23 years ago[svn] *** empty log message ***
hniksic [Thu, 16 Nov 2000 16:29:46 +0000 (08:29 -0800)]
[svn] *** empty log message ***

23 years ago[svn] Doc tweaks.
hniksic [Thu, 16 Nov 2000 12:35:27 +0000 (04:35 -0800)]
[svn] Doc tweaks.
Published by me in <sxs8zqkayf2.fsf@florida.arsdigita.de>.

23 years ago[svn] Updated by Const Kaplinsky.
hniksic [Thu, 16 Nov 2000 11:45:23 +0000 (03:45 -0800)]
[svn] Updated by Const Kaplinsky.

23 years ago[svn] Compile in vsnprintf.c under Windows.
hniksic [Thu, 16 Nov 2000 09:52:45 +0000 (01:52 -0800)]
[svn] Compile in vsnprintf.c under Windows.
Published by Herold Heiko in
<412FC0AFD62ED31191B40008C7E9A11A2AABF0@srvnt04.previnet.it>.