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