]> sjero.net Git - wget/log
wget
23 years ago[svn] * AUTHORS: Added -E to thst list of my stuff.
dan [Fri, 20 Oct 2000 22:29:42 +0000 (15:29 -0700)]
[svn] * AUTHORS: Added -E to thst list of my stuff.

* TODO: We need to check the HTTP spec w.r.t. simplification of absolute URLs.

* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting by
  non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.

* NEWS: Always forget to update this file when making user-vis. changes.

23 years ago[svn] Hack Kampbjorn noticed that I accidentally repeated a word.
dan [Fri, 20 Oct 2000 21:46:41 +0000 (14:46 -0700)]
[svn] Hack Kampbjorn noticed that I accidentally repeated a word.

23 years ago[svn] TODO: -k needs to convert '?' to "%3F" in links to saved files containing the
dan [Fri, 20 Oct 2000 21:44:26 +0000 (14:44 -0700)]
[svn] TODO: -k needs to convert '?' to "%3F" in links to saved files containing the
      '?' character (e.g. CGI output).

23 years ago[svn] Regenerated after applying patch to ftp.c
dan [Fri, 20 Oct 2000 07:30:40 +0000 (00:30 -0700)]
[svn] Regenerated after applying patch to ftp.c

23 years ago[svn] ftp.c (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
dan [Fri, 20 Oct 2000 07:28:57 +0000 (00:28 -0700)]
[svn] ftp.c (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
        patch to work around FTP servers that incorrectly respond to the
           "REST" command with the remaining size rather than the total
           file size.

23 years ago[svn] Added Polish and Russian message translation files.
dan [Fri, 20 Oct 2000 07:20:55 +0000 (00:20 -0700)]
[svn] Added Polish and Russian message translation files.

23 years ago[svn] Applied John Daily <jdaily@cyberdude.com>'s patch for his "quad" commands ...
dan [Fri, 20 Oct 2000 06:59:30 +0000 (23:59 -0700)]
[svn] Applied John Daily <jdaily@cyberdude.com>'s patch for his "quad" commands (which
I renamed to "lockable_boolean") in the .wgetrc (currently just passive_ftp).
Wrote documentation for his changes and added the missing "referer" to the
.wgetrc section (making mention of the issue of "referrer" being the correct
spelling).

23 years ago[svn] TODO: Make -I and -X allow an optional hostname before the directory name?
dan [Fri, 20 Oct 2000 06:06:03 +0000 (23:06 -0700)]
[svn] TODO:  Make -I and -X allow an optional hostname before the directory name?
       When simplifying paths, wget needs to stop at any '?' character.

23 years ago[svn] Implemented and documented new -E / --html-extension / html_extension option.
dan [Fri, 20 Oct 2000 05:55:46 +0000 (22:55 -0700)]
[svn] Implemented and documented new -E / --html-extension / html_extension option.

23 years ago[svn] TODO: Add option to save local filenames without extra %-encoding.
dan [Thu, 19 Oct 2000 06:29:20 +0000 (23:29 -0700)]
[svn] TODO: Add option to save local filenames without extra %-encoding.

23 years ago[svn] --retr-symlinks was not previously documented properly. Based on my newfound
dan [Mon, 9 Oct 2000 22:43:11 +0000 (15:43 -0700)]
[svn] --retr-symlinks was not previously documented properly.  Based on my newfound
understanding of what its limitations are, added a TODO item.  Also made a minor
tweak in html.c to silence a warning.

23 years ago[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.
dan [Tue, 26 Sep 2000 00:42:50 +0000 (17:42 -0700)]
[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.

23 years ago[svn] TODO: Make wget return nonzero in situations like bad HTTP auth.
dan [Mon, 25 Sep 2000 22:09:25 +0000 (15:09 -0700)]
[svn] TODO: Make wget return nonzero in situations like bad HTTP auth.

23 years ago[svn] Accidentally said "system.wgetrc" instead of "system wgetrc".
dan [Wed, 30 Aug 2000 21:08:06 +0000 (14:08 -0700)]
[svn] Accidentally said "system.wgetrc" instead of "system wgetrc".

23 years ago[svn] * MACHINES: Previously said to send updates to "me" (Hrvoje) -- now says to
dan [Wed, 30 Aug 2000 21:07:40 +0000 (14:07 -0700)]
[svn] * MACHINES: Previously said to send updates to "me" (Hrvoje) -- now says to
  email the mailing list or bug-wget@gnu.org.

* MAILING-LIST: Added mention of bug-wget@gnu.org.

* NEWS: Added --waitretry and --page-requisites.

23 years ago[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.
dan [Wed, 30 Aug 2000 11:26:21 +0000 (04:26 -0700)]
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.

* ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.

* html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
Wrapped some > 80-column lines.  When -p is specified and we're at a
leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than
<LINK REL="stylesheet">.

* html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.

* init.c: Added new -p / --page-requisites / page_requisites option.

* main.c (print_help): Clarified that -l inf and -l 0 both allow
infinite recursion.  Changed the unhelpful --mirrior description
to simply give the options it's equivalent to.  Added new -p option.
(main): Added some comments; handle new -p / --page-requisites.

* options.h (struct options): Added new page_requisites field.

* recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
Calculate and pass down new `dash_p_leaf_HTML' parameter to
get_urls_html().  Use new INFINITE_RECURSION #define.

* retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
final `dash_p_leaf_HTML' parameter.

* url.c: get_urls_html() and htmlfindurl() now take final
`dash_p_leaf_HTML' parameter.

* url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.

* wget.h: Added some comments and new INFINITE_RECURSION #define.

* wget.texi (Recursive Retrieval Options): Documented new -p option.

23 years ago[svn] wget works on FreeBSD 4.x as well as the previously-mentioned 2.x. Changed
dan [Fri, 25 Aug 2000 22:36:34 +0000 (15:36 -0700)]
[svn] wget works on FreeBSD 4.x as well as the previously-mentioned 2.x.  Changed
MACHINES entry to have a * in the version location.

23 years ago[svn] * MACHINES: Alphabetized, changed "architectures" to "OSes and architecures",
dan [Fri, 25 Aug 2000 22:23:22 +0000 (15:23 -0700)]
[svn] * MACHINES: Alphabetized, changed "architectures" to "OSes and architecures",
  added missing company names, removed needless ^L, made AIX entry more general
  to reflect my testing, removed the non-factual "this version of", and fixed
  some grammatical errors.

23 years ago[svn] * wget.texi (Logging and Input File Options): -B / --base was not documented as
dan [Wed, 23 Aug 2000 22:41:21 +0000 (15:41 -0700)]
[svn] * wget.texi (Logging and Input File Options): -B / --base was not documented as
  a separate item, and the .wgetrc version was misleading.

* wget.texi (Wgetrc Commands): Changed all instances of ", the same as" to the
  more grammatical " -- the same as".

23 years ago[svn] * main.c (print_help): -B / --base was not mentioned.
dan [Wed, 23 Aug 2000 22:40:20 +0000 (15:40 -0700)]
[svn] * main.c (print_help): -B / --base was not mentioned.

23 years ago[svn] * wget.texi (Download Options): Using -c on a file that's already fully
dan [Wed, 23 Aug 2000 21:36:31 +0000 (14:36 -0700)]
[svn] * wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.

23 years ago[svn] * main.c (print_help): Modified -nc description to mention that it also prevents
dan [Wed, 23 Aug 2000 03:11:55 +0000 (20:11 -0700)]
[svn] * main.c (print_help): Modified -nc description to mention that it also prevents
  the creation of multiple versions of the same file with ".<number>" suffixes.

23 years ago[svn] * wget.texi (Download Options): --no-clobber's documentation was
dan [Wed, 23 Aug 2000 03:04:20 +0000 (20:04 -0700)]
[svn] * wget.texi (Download Options): --no-clobber's documentation was
severely lacking -- ameliorated the situation.  Some of the
previously-undocumented stuff (like the multiple-file-version numeric-suffixing)
that's now mentioned for the first (and only) time in the -nc documentation
should probably be mentioned elsewhere, but due to the way that wget.texi's
hierarchy is laid out, I had a hard time finding anywhere else appropriate.

23 years ago[svn] Just fixed a typo.
dan [Sat, 22 Jul 2000 01:36:44 +0000 (18:36 -0700)]
[svn] Just fixed a typo.

23 years ago[svn] TODO: -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
dan [Fri, 21 Jul 2000 23:16:10 +0000 (16:16 -0700)]
[svn] TODO:  -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
However, Brian McMahon <bm@iucr.org> wants the old incorrect behavior to still
be available as an option, as he depends on it to allow mirrors of his site to
send CGI queries to his original site, but still get graphics off of the mirror
site.  Perhaps this would be better dealt with by adding an option to tell -k
not to convert certain URLs patterns?

23 years ago[svn] -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
dan [Thu, 20 Jul 2000 01:19:58 +0000 (18:19 -0700)]
[svn] -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.

23 years ago[svn] wget.texi (HTTP Options): Minor clarification in "download a single HTML page
dan [Tue, 18 Jul 2000 00:19:47 +0000 (17:19 -0700)]
[svn] wget.texi (HTTP Options): Minor clarification in "download a single HTML page
and all files necessary to display it" example.

23 years ago[svn] Committed Jan Prikryl's patch from
hniksic [Fri, 14 Jul 2000 14:15:23 +0000 (07:15 -0700)]
[svn] Committed Jan Prikryl's patch from
<20000709171425.A16267@launzatte.cg.tuwien.ac.at>.

23 years ago[svn] Oops. Meant to check this change in with my last one, but the commit wouldn't
dan [Fri, 9 Jun 2000 21:40:26 +0000 (14:40 -0700)]
[svn] Oops.  Meant to check this change in with my last one, but the commit wouldn't
go through without doing an update first, and I forgot to make the change the
second time.  Just changed an erroneous main.c (main) to main.c (print_help).

23 years ago[svn] Heiko's --help output for --waitretry was over 80 columns. Shortened. It...
dan [Fri, 9 Jun 2000 20:59:56 +0000 (13:59 -0700)]
[svn] Heiko's --help output for --waitretry was over 80 columns.  Shortened.  It also
said that 0 seconds are waited after the first retry, which I believe is
incorrect and does not match what's written elsewhere (e.g. wget.texi).  Changed
to 1.

23 years ago[svn] Comment fix.
hniksic [Fri, 9 Jun 2000 08:03:19 +0000 (01:03 -0700)]
[svn] Comment fix.

23 years ago[svn] Don't try to chmod() symlinks.
hniksic [Thu, 1 Jun 2000 11:20:05 +0000 (04:20 -0700)]
[svn] Don't try to chmod() symlinks.

23 years ago[svn] Committed my patch <dpem6hln1k.fsf@mraz.iskon.hr>.
hniksic [Thu, 1 Jun 2000 10:47:03 +0000 (03:47 -0700)]
[svn] Committed my patch <dpem6hln1k.fsf@mraz.iskon.hr>.

23 years ago[svn] TODO: Timestamps are sometimes not copied over on files retrieved by FTP.
dan [Wed, 24 May 2000 20:29:18 +0000 (13:29 -0700)]
[svn] TODO: Timestamps are sometimes not copied over on files retrieved by FTP.

23 years ago[svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL
dan [Tue, 23 May 2000 02:40:09 +0000 (19:40 -0700)]
[svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL
starting with the '#' character) properly.

23 years ago[svn] Damir Dzeko <ddzeko@zesoi.fer.hr> did not document his new --referer option.
dan [Tue, 23 May 2000 02:29:38 +0000 (19:29 -0700)]
[svn] Damir Dzeko <ddzeko@zesoi.fer.hr> did not document his new --referer option.
Did so (--help output and wget.texi).  Also tweaked --help output for --execute.

23 years ago[svn] * AUTHORS: Added myself to this file, as Hrvoje got confirmation of my FSF
dan [Mon, 22 May 2000 23:36:30 +0000 (16:36 -0700)]
[svn] * AUTHORS: Added myself to this file, as Hrvoje got confirmation of my FSF
  copyright assignment.

23 years ago[svn] Committed my patch from <dpd7mj3sap.fsf@mraz.iskon.hr>.
hniksic [Fri, 19 May 2000 07:37:22 +0000 (00:37 -0700)]
[svn] Committed my patch from <dpd7mj3sap.fsf@mraz.iskon.hr>.

23 years ago[svn] TODO: Make `-k' check for files that were downloaded in the past and convert
dan [Thu, 18 May 2000 02:19:59 +0000 (19:19 -0700)]
[svn] TODO: Make `-k' check for files that were downloaded in the past and convert
links to them in newly-downloaded documents.

24 years ago[svn] hniksic@srce.hr -> hniksic@iskon.hr
hniksic [Fri, 21 Apr 2000 09:34:39 +0000 (02:34 -0700)]
[svn] hniksic@srce.hr -> hniksic@iskon.hr

24 years ago[svn] Regenerated after change to waitretry entry in sample.wgetrc.
dan [Thu, 20 Apr 2000 22:08:11 +0000 (15:08 -0700)]
[svn] Regenerated after change to waitretry entry in sample.wgetrc.

24 years ago[svn] Really using "stepwise refinement" on this file, aren't I? Realized during the
dan [Thu, 20 Apr 2000 22:06:43 +0000 (15:06 -0700)]
[svn] Really using "stepwise refinement" on this file, aren't I?  Realized during the
usual shower meditation session this morning that I hadn't changed the text 'The
"wait" command above' when I moved waitretry up so "wait" no longer _is_ above.
Fixed to say "below" and got a little more wordy on the "linear backoff".

24 years ago[svn] Oops. Forgot to regenerate and commit wget.info-2 after changing sample.wgetrc.
dan [Wed, 19 Apr 2000 20:08:58 +0000 (13:08 -0700)]
[svn] Oops.  Forgot to regenerate and commit wget.info-2 after changing sample.wgetrc.

24 years ago[svn] Realized this morning in the shower that I put the (uncommented) waitretry
dan [Wed, 19 Apr 2000 02:09:28 +0000 (19:09 -0700)]
[svn] Realized this morning in the shower that I put the (uncommented) waitretry
setting in the local section, which is prefaced by a comment saying that stuff
in there shouldn't be set in the global file.  Moved the setting to the global
section.

24 years ago[svn] Committed host.c patch from <dpk8i3za97.fsf_-_@mraz.iskon.hr>.
hniksic [Fri, 14 Apr 2000 09:31:21 +0000 (02:31 -0700)]
[svn] Committed host.c patch from <dpk8i3za97.fsf_-_@mraz.iskon.hr>.

24 years ago[svn] * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added build,
dan [Thu, 13 Apr 2000 19:37:52 +0000 (12:37 -0700)]
[svn] * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added build,
  dependencies, and distclean cleanup of this new file.

* sample.wgetrc: Uncommented waitretry and set it to 10, clarified some wording,
  and re-wrapped some text to 71 columns due to @sample indentation in
  wget.texi.

* wget.texi: Herold further expounded on the behavior of waitretry -- reworded
  docs again.  Changed note saying _all_ lines in sample.wgetrc are commented
  out.  Don't have an entire hand- cut-and-pasted copy of sample.wgetrc in this
  file -- use @include.

24 years ago[svn] Try more aggressively to prevent line-wrapping (e.g. on an 80 column display) on
dan [Thu, 13 Apr 2000 04:55:35 +0000 (21:55 -0700)]
[svn] Try more aggressively to prevent line-wrapping (e.g. on an 80 column display) on
that "wgetrc exists" message.

24 years ago[svn] Makefile (install.wgetrc): I completely missed the message that the new wgetrc
dan [Thu, 13 Apr 2000 04:37:51 +0000 (21:37 -0700)]
[svn] Makefile (install.wgetrc): I completely missed the message that the new wgetrc
wasn't being installed the first couple of times I ran `make install' after
changing sample.wgetrc.  Added blank lines around the message and a "<Hit RETURN
to acknowledge>", and reworded the message to be a bit more clear.

24 years ago[svn] Oops. I intentionally did my "cvs diff" before regenerating the .info* files
dan [Thu, 13 Apr 2000 03:41:58 +0000 (20:41 -0700)]
[svn] Oops.  I intentionally did my "cvs diff" before regenerating the .info* files
to make it easy to send a patch to the list, and thus those files weren't noted
as having been changed and I forgot to regenerate and commit them.

24 years ago[svn] D'oh! Forgot to change the month to 04.
dan [Thu, 13 Apr 2000 01:44:43 +0000 (18:44 -0700)]
[svn] D'oh!  Forgot to change the month to 04.

24 years ago[svn] * sample.wgetrc: Added entries for backup_converted and waitretry.
dan [Thu, 13 Apr 2000 01:42:34 +0000 (18:42 -0700)]
[svn] * sample.wgetrc: Added entries for backup_converted and waitretry.

* wget.texi (waitretry): Herold Heiko <Heiko.Herold@previnet.it>'s
new option was undocumented until now.  Reworded the suggested documentation he
sent to the list.

24 years ago[svn] Commit several fixes.
hniksic [Wed, 12 Apr 2000 13:23:35 +0000 (06:23 -0700)]
[svn] Commit several fixes.

24 years ago[svn] Forgot to update the ChangeLog when I added my three entries to the TODO
dan [Thu, 6 Apr 2000 21:55:02 +0000 (14:55 -0700)]
[svn] Forgot to update the ChangeLog when I added my three entries to the TODO
yesterday.

24 years ago[svn] Reworded the opening paragraph to reflect that there are now more developers
dan [Thu, 6 Apr 2000 03:36:28 +0000 (20:36 -0700)]
[svn] Reworded the opening paragraph to reflect that there are now more developers
besides Hrvoje, and added the following three items I've been meaning to get to:

* Make -K compare X.orig to X and move the former on top of the latter if
  they're the same, rather than leaving identical .orig files laying around.

* Add an option to save all text/html files with a .html extension so that when
  grabbing the output of a dynamically-generated remote page, you'll end up with
  a filename that will cause _your_ webserver to realize the saved static HTML
  file isn't text/plain.

* Allow mirroring of FTP URLs where logging in puts you somewhere else besides
  '/'.

24 years ago[svn] * host.c (store_hostaddress): R. K. Owen's patch introduces a "left shift count
dan [Wed, 5 Apr 2000 03:08:10 +0000 (20:08 -0700)]
[svn] * host.c (store_hostaddress): R. K. Owen's patch introduces a "left shift count
  >= width of type" warning on 32-bit architectures.  Got rid of it by tricking
  the compiler w/ a variable.

* url.c (UNSAFE_CHAR): The macro didn't include all the illegal characters per
  RFC1738, namely everything above '~'.  It also generated a warning on OSes
  where char =~ unsigned char.  Fixed.

24 years ago[svn] Previously forgot to add a note about new --follow-tags and -G / --ignore...
dan [Wed, 5 Apr 2000 02:02:08 +0000 (19:02 -0700)]
[svn] Previously forgot to add a note about new  --follow-tags and -G / --ignore-tags.

24 years ago[svn] More old fixes.
hniksic [Fri, 31 Mar 2000 14:14:58 +0000 (06:14 -0800)]
[svn] More old fixes.

24 years ago[svn] Commit another old fix.
hniksic [Fri, 31 Mar 2000 14:08:57 +0000 (06:08 -0800)]
[svn] Commit another old fix.

24 years ago[svn] Fix store_hostaddress() on big-endian 64-bit machines.
hniksic [Fri, 31 Mar 2000 14:07:07 +0000 (06:07 -0800)]
[svn] Fix store_hostaddress() on big-endian 64-bit machines.

24 years ago[svn] Fix indentation.
hniksic [Fri, 31 Mar 2000 14:05:53 +0000 (06:05 -0800)]
[svn] Fix indentation.

24 years ago[svn] Commit really old change.
hniksic [Fri, 31 Mar 2000 14:04:54 +0000 (06:04 -0800)]
[svn] Commit really old change.

24 years ago[svn] Committed patch from <dp8zyzz1se.fsf@mraz.iskon.hr>.
hniksic [Fri, 31 Mar 2000 13:51:53 +0000 (05:51 -0800)]
[svn] Committed patch from <dp8zyzz1se.fsf@mraz.iskon.hr>.

24 years ago[svn] Changes from <9t9pusol5a1.fsf@mraz.iskon.hr>.
hniksic [Tue, 21 Mar 2000 15:47:45 +0000 (07:47 -0800)]
[svn] Changes from <9t9pusol5a1.fsf@mraz.iskon.hr>.

24 years ago[svn] * TODO: Removed done item: we now have an option (-G) that makes it easy to
dan [Sat, 11 Mar 2000 06:48:06 +0000 (22:48 -0800)]
[svn] * TODO: Removed done item: we now have an option (-G) that makes it easy to
download a single HTML document and all its constituents.

* po/*.{gmo,po,pot}: Regenerated after adding new options.

* po/hr.po: Hrvoje forgot '\n's on his translations of my altered messages,
causing msgfmt to balk and `make install' to fail.

* wget.texi (Recursive Retrieval Options): In -K description, added a link to
the discussion of interaction with -N.
(Recursive Accept/Reject Options): Did some alphabetizing and added descriptions
of new --follow-tags and -G / --ignore-tags options.
(Following Links): Changed "the loads of" to "loads of".
(Wgetrc Commands): Added descriptions of new follow_tags and ignore_tags
commands.

* html.c (idmatch): Implemented checking of my new --follow-tags and
--ignore-tags options.

* init.c (commands): Added comment reminding people adding new entries doing
allocation to add corresponding freeing in cleanup().
(commands): Added new followtags and ignoretags commands.
(cleanup): Free storage for new followtags and ignoretags.

* main.c: Use of "comma-separated list" was random -- normalized it.  Did some
alphabetization.  Added comments pointing out "Options without arguments" and
"Options accepting an argument" sections of long_options[].  Added new options
--follow-tags and -G / --ignore-tags.  Added comment that Damir's --referer is
currently undocumented.  Added comment that Heiko's --waitretry is partially
undocumented (mentioned in --help but not in wget.texi).  Moved improperly
sorted 24, 129, and 'G' cases.

* options.h (struct options): Added new fields follow_tags and ignore_tags.

* wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".

24 years ago[svn] Dan Berger responded to my email. Added his explanation of what his patch was
dan [Thu, 2 Mar 2000 23:49:37 +0000 (15:49 -0800)]
[svn] Dan Berger responded to my email.  Added his explanation of what his patch was
coded for (downloading StarOffice from Sun's website).  He says he doesn't use
wget any more, so he won't be writing a patch that allows downloading that
without breaking anything (such a patch would apparently involve stopping
certain characters in the URL from being escaped).

24 years ago[svn] Dan Berger's query string patch is totally bogus. If you have two different
dan [Thu, 2 Mar 2000 22:48:07 +0000 (14:48 -0800)]
[svn] Dan Berger's query string patch is totally bogus.  If you have two different
URLs, gen_page.cgi?page1 and get_page.cgi?page2, they'll both be saved as
get_page.cgi and the second will overwrite the first.  Also, parameters to
implicit CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to be
printed with trailing garbage characters, and could seg fault.  I'm not sure
what Dan had in mind with this patch (no explanatory comments), but I'm removing
it for now.  If he can rewrite it so it doesn't break stuff, okay.

24 years ago[svn] recur.c (parse_robots): Applied Edward J. Sabol's patch for Guan Yang's reported
dan [Thu, 2 Mar 2000 21:28:59 +0000 (13:28 -0800)]
[svn] recur.c (parse_robots): Applied Edward J. Sabol's patch for Guan Yang's reported
problem with "User-agent:<space>*<space>" lines.

24 years ago[svn] Hrvoje didn't regenerate the .info files after changing wget.texi.
dan [Thu, 2 Mar 2000 21:17:47 +0000 (13:17 -0800)]
[svn] Hrvoje didn't regenerate the .info files after changing wget.texi.

Got rid of newly-introduced nested-if warnings in ftp.c and http.c.  Fixed
apparently completely untested code in main.c that was trying to provide --wait
/ --waitretry backwards compatibility, but had multiple fundamental bugs.

24 years ago[svn] *** empty log message ***
hniksic [Thu, 2 Mar 2000 14:56:48 +0000 (06:56 -0800)]
[svn] *** empty log message ***

24 years ago[svn] Applied contributed patches (see ChangeLog for details.)
hniksic [Thu, 2 Mar 2000 14:45:37 +0000 (06:45 -0800)]
[svn] Applied contributed patches (see ChangeLog for details.)

24 years ago[svn] *** empty log message ***
hniksic [Thu, 2 Mar 2000 14:23:22 +0000 (06:23 -0800)]
[svn] *** empty log message ***

24 years ago[svn] Added contributed patch.
hniksic [Thu, 2 Mar 2000 14:18:53 +0000 (06:18 -0800)]
[svn] Added contributed patch.

24 years ago[svn] Added user-contributed patches.
hniksic [Thu, 2 Mar 2000 14:16:12 +0000 (06:16 -0800)]
[svn] Added user-contributed patches.

24 years ago[svn] Spelling fixes.
hniksic [Thu, 2 Mar 2000 13:44:56 +0000 (05:44 -0800)]
[svn] Spelling fixes.

24 years ago[svn] Update.
hniksic [Thu, 2 Mar 2000 13:36:47 +0000 (05:36 -0800)]
[svn] Update.

24 years ago[svn] Applied contributed patch.
hniksic [Thu, 2 Mar 2000 13:34:05 +0000 (05:34 -0800)]
[svn] Applied contributed patch.

24 years ago[svn] Applied Edward Sabol's patch.
hniksic [Thu, 2 Mar 2000 13:28:31 +0000 (05:28 -0800)]
[svn] Applied Edward Sabol's patch.

24 years ago[svn] Did a `make update-po` in here after finding out that I needed the GNU gettext
dan [Thu, 2 Mar 2000 09:17:57 +0000 (01:17 -0800)]
[svn] Did a `make update-po` in here after finding out that I needed the GNU gettext
package to regenerate these files (after changing a couple of messages).

24 years ago[svn] Added a note about my newly-implemented interaction between -K and -N.
dan [Thu, 2 Mar 2000 07:06:10 +0000 (23:06 -0800)]
[svn] Added a note about my newly-implemented interaction between -K and -N.

24 years ago[svn] Implemented the item I formerly had in the TODO: When -K and -N are used
dan [Thu, 2 Mar 2000 06:33:48 +0000 (22:33 -0800)]
[svn] Implemented the item I formerly had in the TODO:  When -K and -N are used
together, we compare local file X.orig (if extant) against server file X.
Previously -k and -N were worthless in combination because the local converted
files always differed from the server versions.

24 years ago[svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source
dan [Wed, 1 Mar 2000 01:03:39 +0000 (17:03 -0800)]
[svn] Upped version number from 1.5.3. to 1.5.3+dev.  Because the development source
is available via anonymous CVS and desirable features are being added, it's
quite possible for end-users to be getting their hands on development versions.
They may report bugs, so if we don't change the version number, we'll have to
continually followup the statement "I'm using version 1.5.3" with the question
"The FTP archive or the CVS source?"  Better to just make this development
version have a unique number.  Once we're ready to actually release the next
version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it
turns out to be (depending on how much development gets done).

Also made minor updates (dates, email addresses) to wget.texi.

24 years ago[svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source
dan [Wed, 1 Mar 2000 00:50:52 +0000 (16:50 -0800)]
[svn] Upped version number from 1.5.3. to 1.5.3+dev.  Because the development source
is available via anonymous CVS and desirable features are being added, it's
quite possible for end-users to be getting their hands on development versions.
They may report bugs, so if we don't change the version number, we'll have to
continually followup the statement "I'm using version 1.5.3" with the question
"The FTP archive or the CVS source?"  Better to just make this development
version have a unique number.  Once we're ready to actually release the next
version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it
turns out to be (depending on how much development gets done).

Also made minor updates (dates, email addresses) to wget.texi.

24 years ago[svn] Implemented new -K / --backup-converted / backup_converted = on option.
dan [Wed, 1 Mar 2000 00:17:23 +0000 (16:17 -0800)]
[svn] Implemented new -K / --backup-converted / backup_converted = on option.

24 years ago[svn] Really just a test to see if my write access works. Changed "through SSLeay" to
dan [Tue, 29 Feb 2000 19:24:17 +0000 (11:24 -0800)]
[svn] Really just a test to see if my write access works.  Changed "through SSLeay" to
"through SSLeay or OpenSSL" (I believe someone's actually already gotten the
latter working, and hopefully they'll delete this item when they commit their
changes).

24 years ago[svn] Initial revision
kwget [Thu, 2 Dec 1999 07:42:23 +0000 (23:42 -0800)]
[svn] Initial revision

24 years ago[svn] New repository initialized by cvs2svn.
None [Thu, 2 Dec 1999 07:42:23 +0000 (23:42 -0800)]
[svn] New repository initialized by cvs2svn.