]> sjero.net Git - wget/log
wget
23 years ago[svn] ChangeLog.README: Renamed from README.branches and added a note that Wget has
dan [Fri, 2 Mar 2001 01:46:23 +0000 (17:46 -0800)]
[svn] ChangeLog.README: Renamed from README.branches and added a note that Wget has
multiple ChangeLog files (currently ./ChangeLog, doc/ChangeLog, and
src/ChangeLog), since this is unusual and people have complained their patches
hadn't been applied after checking only the top-level ChangeLog.

23 years ago[svn] Applied Jonas Jensen's patch to correctly calculate the number of bytes
hniksic [Thu, 1 Mar 2001 22:25:20 +0000 (14:25 -0800)]
[svn] Applied Jonas Jensen's patch to correctly calculate the number of bytes
in the first line of the download that.
Published in <sxsu25hioxj.fsf@florida.arsdigita.de>.

23 years ago[svn] MACHINES: Explicitly tell people to send us config.guess output.
dan [Thu, 1 Mar 2001 05:01:26 +0000 (21:01 -0800)]
[svn] MACHINES: Explicitly tell people to send us config.guess output.

23 years ago[svn] TODO: Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
dan [Wed, 28 Feb 2001 02:03:59 +0000 (18:03 -0800)]
[svn] TODO: Make "ftp://<host>/%2F<file>" cause an initial "CWD /".

23 years ago[svn] TODO: Re-use FTP connection if multiple URLs on one host specified.
dan [Wed, 28 Feb 2001 01:29:45 +0000 (17:29 -0800)]
[svn] TODO: Re-use FTP connection if multiple URLs on one host specified.

23 years ago[svn] TODO: "Timestamps are sometimes not copied over on files retrieved by FTP."
dan [Fri, 23 Feb 2001 23:37:55 +0000 (15:37 -0800)]
[svn] TODO: "Timestamps are sometimes not copied over on files retrieved by FTP."
removed.  Hopefully all the failures I was seeing were due to the fact that it
wasn't documented that non-globbing, non-recursive FTP downloads need -N to get
the remote timestamp to be preserved.

23 years ago[svn] wget.texi: Mentioned that .listing symlinked to /etc/passwd is not a security
dan [Fri, 23 Feb 2001 22:49:42 +0000 (14:49 -0800)]
[svn] wget.texi: Mentioned that .listing symlinked to /etc/passwd is not a security
hole, but that other files could be, so root shouldn't run wget in user dirs.

23 years ago[svn] * po/*.po*: Updated after moving -nr to a different category in --help output.
dan [Fri, 23 Feb 2001 21:32:57 +0000 (13:32 -0800)]
[svn] * po/*.po*: Updated after moving -nr to a different category in --help output.

23 years ago[svn] * po/*.po*: Updated after moving -nr to a different category.
dan [Fri, 23 Feb 2001 21:31:54 +0000 (13:31 -0800)]
[svn] * po/*.po*: Updated after moving -nr to a different category.

* wget.texi: Moved -nr from "Recursive Retrieval Options" to "FTP Options" and
  gave it a @cindex entry. Alphabetized FTP options by long option name.

* main.c (print_help): -nr belongs in "FTP options" section of --help output,
  not "Recursive retrieval" section.  Alphabetized FTP options by long option
  name.

23 years ago[svn] NEWS: Note that Wget now has a man page again.
dan [Fri, 23 Feb 2001 20:47:18 +0000 (12:47 -0800)]
[svn] NEWS: Note that Wget now has a man page again.

23 years ago[svn] * main.c (print_help): --help documentation for -N said it would re-download
dan [Fri, 23 Feb 2001 20:43:35 +0000 (12:43 -0800)]
[svn] * main.c (print_help): --help documentation for -N said it would re-download
  files if they had the _same_ timestamp on server.

* po/*.po*: Updated after changing --help's description of -N.

23 years ago[svn] Oops, _all_ those fixes were to the time-stamping documentation.
dan [Fri, 23 Feb 2001 20:21:20 +0000 (12:21 -0800)]
[svn] Oops, _all_ those fixes were to the time-stamping documentation.

23 years ago[svn] wget.texi: Corrections, clarifications, and English fixes to time-stamping
dan [Fri, 23 Feb 2001 20:16:07 +0000 (12:16 -0800)]
[svn] wget.texi: Corrections, clarifications, and English fixes to time-stamping
documentation and a couple other places.

23 years ago[svn] * configure.in: Look for perl and pod2man and make substitutions.
dan [Fri, 23 Feb 2001 02:09:36 +0000 (18:09 -0800)]
[svn] * configure.in: Look for perl and pod2man and make substitutions.

* Makefile.in (install): Do install.man if we have pod2man.

* Makefile.in: Make wget man page and install it if we have pod2man.  Added some
  missing '$(srcdir)/'s.  Added missing dependencies on install targets
  (allowing you to just do `make install' rather than forcing you to do `make &&
  make install').  Also, Makefile rules should always use output file parameters
  if available rather than redirecting stdout with '>', or you falsely satisfy
  dependencies if the tool you're running is missing or fails -- fixed call of
  texi2pod.pl that did this wrong.

* texi2pod.pl: Removed from CVS.  Now automatically generated.

* texi2pod.pl.in: This new file is processed into texi2pod.pl, getting the
  appropriate path to the Perl 5+ executable on this system and becoming
  executable (CVS files, by contrast, don't arrive executable).

23 years ago[svn] Cut & paste error -- forgot to change date.
dan [Fri, 23 Feb 2001 00:09:44 +0000 (16:09 -0800)]
[svn] Cut & paste error -- forgot to change date.

23 years ago[svn] TODO: Remove empty directories created due to --accept/--reject.
dan [Thu, 22 Feb 2001 23:51:01 +0000 (15:51 -0800)]
[svn] TODO: Remove empty directories created due to --accept/--reject.

23 years ago[svn] wget.texi (Download Options): Further improvement to --continue documentation --
dan [Mon, 19 Feb 2001 23:22:48 +0000 (15:22 -0800)]
[svn] wget.texi (Download Options): Further improvement to --continue documentation --
explain interaction with -r and -N, mention usefulness for downloading new
sections of appended-to files, etc.

23 years ago[svn] init.c (commands): Hack Kampbj?rn <hack@hackdata.com> discovered that
dan [Sat, 17 Feb 2001 05:26:34 +0000 (21:26 -0800)]
[svn] init.c (commands): Hack Kampbj?rn <hack@hackdata.com> discovered that
"httpsproxy" had been inserted into commands[] out of alphabetical order,
causing "BUG: unknown command `httpuser'".

23 years ago[svn] Changes in FTP listing parser code - suport for VMS and MacOS, removed
janp [Tue, 13 Feb 2001 07:50:27 +0000 (23:50 -0800)]
[svn] Changes in FTP listing parser code - suport for VMS and MacOS, removed
dependency on ftpparse as the copyright issue has not been resolved.

23 years ago[svn] Removed references to ftpparse sources.
janp [Tue, 13 Feb 2001 07:46:15 +0000 (23:46 -0800)]
[svn] Removed references to ftpparse sources.

23 years ago[svn] Removed ftpparse dependencies. New parser for VMS listings. MacOS
janp [Tue, 13 Feb 2001 07:44:59 +0000 (23:44 -0800)]
[svn] Removed ftpparse dependencies. New parser for VMS listings. MacOS
NetPresenz FTP sevber is now supported.

23 years ago[svn] Changes related to ftpparse removal.
janp [Tue, 13 Feb 2001 07:40:53 +0000 (23:40 -0800)]
[svn] Changes related to ftpparse removal.

23 years ago[svn] Removed because of unclear copyright statement and unwillingess of
janp [Tue, 13 Feb 2001 07:40:14 +0000 (23:40 -0800)]
[svn] Removed because of unclear copyright statement and unwillingess of
original author to resolve this.

23 years ago[svn] ChangeLog tweak; initialize con to appease the access checker.
hniksic [Sun, 11 Feb 2001 17:27:37 +0000 (09:27 -0800)]
[svn] ChangeLog tweak; initialize con to appease the access checker.

23 years ago[svn] Applied Jan's patch to allow non-quoted @ character in
hniksic [Sun, 11 Feb 2001 00:28:22 +0000 (16:28 -0800)]
[svn] Applied Jan's patch to allow non-quoted @ character in
passwords.  Published in <20010106173455.A9455@erwin.telekabel.at>.

23 years ago[svn] Applied doc fixes from Jan's "realclean patch". The doc fixes
hniksic [Sun, 11 Feb 2001 00:22:42 +0000 (16:22 -0800)]
[svn] Applied doc fixes from Jan's "realclean patch".  The doc fixes
include the new texi2pod generator for creating the man page out
of Texinfo docs.
Published in <20010106184340.A14968@erwin.telekabel.at>.

23 years ago[svn] Applied Hack Kampbjorn's patch to print FTP type in debug output.
hniksic [Sun, 11 Feb 2001 00:06:59 +0000 (16:06 -0800)]
[svn] Applied Hack Kampbjorn's patch to print FTP type in debug output.
Published in <3A7D94B5.D9B932FB@hackdata.com>.

23 years ago[svn] Applied Jonas Jensen's download rate patch with my additions.
hniksic [Sun, 11 Feb 2001 00:00:30 +0000 (16:00 -0800)]
[svn] Applied Jonas Jensen's download rate patch with my additions.
Published in <015b01c09084$ce2d9330$0100000a@bob> and
<sxspugq3xai.fsf@florida.arsdigita.de>.

23 years ago[svn] Applied Tim Mooney's patch that fixes a build problem under Tru64.
hniksic [Sat, 10 Feb 2001 22:37:12 +0000 (14:37 -0800)]
[svn] Applied Tim Mooney's patch that fixes a build problem under Tru64.
Published in
<Pine.OSF.4.33.0102072244450.2714-100000@dogbert.cc.ndsu.NoDak.edu>.

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.