I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 03, 2024 — Jun 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] Commit several fixes. More... about 25 years ago
[svn] Forgot to update the ChangeLog when I added my three entries to the TODO yesterday.
dan
More... about 25 years ago
[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:
dan
More... about 25 years ago
[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.
dan
More... about 25 years ago
[svn] Previously forgot to add a note about new --follow-tags and -G / --ignore-tags.
dan
More... about 25 years ago
[svn] More old fixes. More... about 25 years ago
[svn] Commit another old fix. More... about 25 years ago
[svn] Fix store_hostaddress() on big-endian 64-bit machines. More... about 25 years ago
[svn] Fix indentation. More... about 25 years ago
[svn] Commit really old change. More... about 25 years ago
[svn] Committed patch from <[email protected]>. More... about 25 years ago
[svn] Changes from <[email protected]>. More... about 25 years ago
[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.
dan
More... about 25 years ago
[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).
dan
More... over 25 years ago
[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.
dan
More... over 25 years ago
[svn] recur.c (parse_robots): Applied Edward J. Sabol's patch for Guan Yang's reported problem with "User-agent:<space>*<space>" lines.
dan
More... over 25 years ago
[svn] Hrvoje didn't regenerate the .info files after changing wget.texi.
dan
More... over 25 years ago
[svn] *** empty log message *** More... over 25 years ago
[svn] Applied contributed patches (see ChangeLog for details.) More... over 25 years ago
[svn] *** empty log message *** More... over 25 years ago
[svn] Added contributed patch. More... over 25 years ago
[svn] Added user-contributed patches. More... over 25 years ago
[svn] Spelling fixes. More... over 25 years ago
[svn] Update. More... over 25 years ago
[svn] Applied contributed patch. More... over 25 years ago
[svn] Applied Edward Sabol's patch. More... over 25 years ago
[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).
dan
More... over 25 years ago
[svn] Added a note about my newly-implemented interaction between -K and -N.
dan
More... over 25 years ago
[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.
dan
More... over 25 years ago
[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).
dan
More... over 25 years ago