]> sjero.net Git - wget/history - src/ChangeLog
[svn] Resurrect opt.dot_style.
[wget] / src / ChangeLog
2001-11-28 hniksic[svn] Resurrect opt.dot_style.
2001-11-27 hniksic[svn] Use rand instead of random.
2001-11-27 hniksic[svn] * retr.c (retrieve_from_file): Initialize `new_fi...
2001-11-27 hniksic[svn] Don't reuse IP addresses proven to be faulty...
2001-11-27 hniksic[svn] Don't translate %d-%d.
2001-11-27 hniksic[svn] Remove stray HAVE_RANDOM check from main.c.
2001-11-27 hniksic[svn] Fix FTP PASV output.
2001-11-27 hniksic[svn] Default the progress implementation to "bar".
2001-11-27 hniksic[svn] Commence bar progress with two newlines.
2001-11-27 hniksic[svn] Check for random.
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-26 hniksic[svn] Declare ERR in gethttp.
2001-11-26 hniksic[svn] Allocate a timer directly in get_contents.
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-26 hniksic[svn] Be careful whether we want to descend into result...
2001-11-25 hniksic[svn] New option --random-wait.
2001-11-25 hniksic[svn] Recursion and progress bar tweaks.
2001-11-25 hniksic[svn] Handle <base href=...> when converting links.
2001-11-25 hniksic[svn] Attempt to quote '?' as "%3F" when linking to...
2001-11-25 hniksic[svn] Remove host canonicalization code.
2001-11-25 hniksic[svn] Commit progress bar tweaks.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-24 hniksic[svn] Don't modify bp->total_length if it equals zero.
2001-11-24 hniksic[svn] Print the actual error message when parsing of...
2001-11-24 hniksic[svn] Fake a miniscule amount of download time when...
2001-11-24 hniksic[svn] Fix typo that made us never use robots.txt.
2001-11-23 hniksic[svn] Don't translate "%ld ".
2001-11-23 hniksic[svn] Allow the user to force bar progress.
2001-11-23 hniksic[svn] Seed OpenSSL's RNG.
2001-11-23 hniksic[svn] Minor progress bar fixes.
2001-11-23 hniksic[svn] Minor fix for the new progress bar.
2001-11-23 hniksic[svn] Big progress bar update.
2001-11-22 hniksic[svn] Replace opt.no_flush with a function to disable...
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-21 hniksic[svn] Split the copyright notice for easier translation.
2001-11-20 hniksic[svn] Support the SIZE command.
2001-11-20 hniksic[svn] Don't use the now-obsolete TYPE variable.
2001-11-19 hniksic[svn] Handle shorthands in proxy URLs.
2001-11-19 hniksic[svn] Remove --wait/--waitretry compatibility code.
2001-11-19 hniksic[svn] Rewrite shorthand URLs in a step separate from...
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-18 hniksic[svn] Don't list all the "known" (but unsupported)...
2001-11-18 hniksic[svn] Don't compile getopt.c on systems that already...
2001-11-18 hniksic[svn] Use Solaris's libmd5 when available.
2001-11-18 hniksic[svn] Initialize vars to appease the compiler.
2001-11-18 hniksic[svn] Prettier printing of HTTP headers.
2001-11-18 hniksic[svn] Plug in new implementation of RES.
2001-11-18 hniksic[svn] *** empty log message ***
2001-11-16 hniksic[svn] Ignore trailing whitespace in header_extract_number.
2001-11-16 hniksic[svn] Process attributes in order in which they appear...
2001-11-16 hniksic[svn] Don't call rate() with bogus data.
2001-11-16 hniksic[svn] Use 0x22 instead of '"' or '\"'.
2001-11-16 hniksic[svn] Applied Christian Fraenkel's patch from <3BAF5B30...
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-11-16 hniksic[svn] Applied Edward Sabol's patch from
2001-11-16 hniksic[svn] Support XML-style empty tags.
2001-06-26 hniksic[svn] Check for do_realloc_newsize in loop condition...
2001-06-26 hniksic[svn] Fix access violation bug in DO_REALLOC_FROM_ALLOCA.
2001-06-18 hniksic[svn] Allow more characters in attribute name.
2001-06-18 hniksic[svn] Make sure that slashes don't sneak in as part...
2001-06-14 hniksic[svn] After canonicalizing the URL, check for its exist...
2001-06-14 hniksic[svn] Search netrc with the proper host name, not the...
2001-06-14 hniksic[svn] Define MAP_FAILED if it's missing.
2001-06-09 janp[svn] Provide correct prototype for ftp_parse_ls()...
2001-06-04 hniksic[svn] Increase version to 1.7.
2001-06-03 hniksic[svn] ftp-ls.c typo fix by Karl Eichwalder.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-26 hniksic[svn] Released 1.7-pre1.
2001-05-26 hniksic[svn] Commit administrative changes in preparation...
2001-05-14 hniksic[svn] Don't include <sys/time.h> here.
2001-05-14 hniksic[svn] Make sure cookie code works with the real URL...
2001-05-12 hniksic[svn] Commit several minor changes:
2001-05-11 hniksic[svn] Before concluding that the file is already fully...
2001-05-09 hniksic[svn] Minor cookie fixes. Published in <sxsheyu9yp6...
2001-05-08 hniksic[svn] Make sure hstat.no_truncate gets properly initial...
2001-05-07 hniksic[svn] Avoid useless file_exists_p. Published in
2001-05-02 janp[svn] Correct the conversion of month entries for NT...
2001-04-30 hniksic[svn] Zero out SIN before using it.
2001-04-29 hniksic[svn] Refuse to download files from scratch if `-c...
2001-04-29 hniksic[svn] Make `--cookies' respect its arg.
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-28 hniksic[svn] Use alloca to allocate filename_plus_orig_suffix.
2001-04-28 hniksic[svn] Commit various HTTP fixes.
2001-04-27 hniksic[svn] Send the no-cache directive when required regardl...
2001-04-27 hniksic[svn] Improve documentation of mktime_from_utc.
2001-04-27 hniksic[svn] Punish the *use* of ctype macros, rather than...
2001-04-26 hniksic[svn] Treat empty proxy environment vars as unset.
2001-04-25 hniksic[svn] Fix loading of cookies.
2001-04-25 hniksic[svn] Cosmetic change in DIGITS_* macros.
2001-04-25 hniksic[svn] Applied Roger Beeman's mktime_from_utc fix publis...
2001-04-25 hniksic[svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-24 hniksic[svn] Rewritten long_to_string. The new version favors...
2001-04-23 hniksic[svn] Print download rate even when percentages are...
2001-04-23 hniksic[svn] Write percentages when the length is authoritative.
2001-04-14 hniksic[svn] Improve performance of grow_hash_table.
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-13 hniksic[svn] Commit various hash table changes:
2001-04-12 hniksic[svn] Declare hash_table_get_pair and hash_table_count.
next