]> sjero.net Git - wget/log
wget
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.