I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] TODO: Make -I and -X allow an optional hostname before the directory name? When simplifying paths, wget needs to stop at any '?' character.
dan
More... over 23 years ago
[svn] Implemented and documented new -E / --html-extension / html_extension option.
dan
More... over 23 years ago
[svn] TODO: Add option to save local filenames without extra %-encoding.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.
dan
More... over 23 years ago
[svn] TODO: Make wget return nonzero in situations like bad HTTP auth.
dan
More... over 23 years ago
[svn] Accidentally said "system.wgetrc" instead of "system wgetrc".
dan
More... over 23 years ago
[svn] * MACHINES: Previously said to send updates to "me" (Hrvoje) -- now says to email the mailing list or [email protected].
dan
More... over 23 years ago
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[svn] * wget.texi (Logging and Input File Options): -B / --base was not documented as a separate item, and the .wgetrc version was misleading.
dan
More... over 23 years ago
[svn] * main.c (print_help): -B / --base was not mentioned.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[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.
dan
More... over 23 years ago
[svn] Just fixed a typo.
dan
More... over 23 years ago
[svn] TODO: -k should convert "hostless absolute" URLs, like <A HREF="/index.html">. However, Brian McMahon <[email protected]> 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?
dan
More... over 23 years ago
[svn] -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
dan
More... over 23 years ago
[svn] wget.texi (HTTP Options): Minor clarification in "download a single HTML page and all files necessary to display it" example.
dan
More... over 23 years ago
[svn] Committed Jan Prikryl's patch from <[email protected]>. More... over 23 years ago
[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).
dan
More... almost 24 years ago
[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.
dan
More... almost 24 years ago
[svn] Comment fix. More... almost 24 years ago
[svn] Don't try to chmod() symlinks. More... almost 24 years ago
[svn] Committed my patch <[email protected]>. More... almost 24 years ago
[svn] TODO: Timestamps are sometimes not copied over on files retrieved by FTP.
dan
More... almost 24 years ago
[svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL starting with the '#' character) properly.
dan
More... almost 24 years ago
[svn] Damir Dzeko <[email protected]> did not document his new --referer option. Did so (--help output and wget.texi). Also tweaked --help output for --execute.
dan
More... almost 24 years ago
[svn] * AUTHORS: Added myself to this file, as Hrvoje got confirmation of my FSF copyright assignment.
dan
More... almost 24 years ago