I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] * sample.wgetrc: Added entries for backup_converted and waitretry.
dan
More... over 25 years ago
[svn] Commit several fixes. More... over 25 years ago
[svn] Forgot to update the ChangeLog when I added my three entries to the TODO yesterday.
dan
More... over 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... over 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... over 25 years ago
[svn] Previously forgot to add a note about new --follow-tags and -G / --ignore-tags.
dan
More... over 25 years ago
[svn] More old fixes. More... over 25 years ago
[svn] Commit another old fix. More... over 25 years ago
[svn] Fix store_hostaddress() on big-endian 64-bit machines. More... over 25 years ago
[svn] Fix indentation. More... over 25 years ago
[svn] Commit really old change. More... over 25 years ago
[svn] Committed patch from <[email protected]>. More... over 25 years ago
[svn] Changes from <[email protected]>. More... over 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... over 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