]> sjero.net Git - wget/history - src/ChangeLog
[svn] Mark <embed href=...> as external.
[wget] / src / ChangeLog
2001-12-13 hniksic[svn] Mark <embed href=...> as external.
2001-12-12 hniksic[svn] Cosmetic changes to get_urls_html.
2001-12-12 hniksic[svn] Minor doc update.
2001-12-12 hniksic[svn] Break up collect_tags_mapper into several functions.
2001-12-11 hniksic[svn] Use a typedef for IPv4 address.
2001-12-11 hniksic[svn] Fix obvious memory leaks in the VMS directory...
2001-12-10 hniksic[svn] Logging system bugfixes and improvements.
2001-12-10 hniksic[svn] Restore sanity check in address_list_set_faulty.
2001-12-10 hniksic[svn] Rename long_to_string to number_to_string, and...
2001-12-10 hniksic[svn] Minor fix for path_simplify.
2001-12-10 hniksic[svn] Rewrite path_simplify.
2001-12-09 hniksic[svn] Would abort when given invalid progress type.
2001-12-09 hniksic[svn] Remove stray debugging message.
2001-12-09 hniksic[svn] Fix a minor ETA padding glitch.
2001-12-09 hniksic[svn] Bump version to 1.8.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-08 hniksic[svn] Release 1.8-pre2.
2001-12-06 hniksic[svn] Various progress-bar related fixes.
2001-12-06 hniksic[svn] Bump version to 1.8-pre1.
2001-12-06 hniksic[svn] Fall back to dot progress when forced to background.
2001-12-06 hniksic[svn] Fix varargs usage in logvprintf.
2001-12-06 hniksic[svn] `--sslegdsock' -> `--egd-file'
2001-12-06 hniksic[svn] Add information about the beta releases.
2001-12-06 hniksic[svn] Make the message printed in ssl_init_prng transla...
2001-12-06 hniksic[svn] Fix OpenSSL PRNG seeding.
2001-12-05 hniksic[svn] Don't abort in read_whole_lines when a line begin...
2001-12-05 hniksic[svn] Fix overzealous URL-removal in register_download.
2001-12-04 hniksic[svn] Doc fix.
2001-12-04 hniksic[svn] Fix downloading of duplicate URLs.
2001-12-04 hniksic[svn] snprintf.c (dopr): Use `unsigned int' as the...
2001-12-04 hniksic[svn] Windows update from Herold Heiko.
2001-12-04 hniksic[svn] Quote '?' as '%3F' in local files when `--html...
2001-12-03 hniksic[svn] Cast va_arg(..., int) to short if a short value...
2001-12-03 hniksic[svn] snprintf.c: Replace `short int' and `unsigned...
2001-12-03 hniksic[svn] Use address_list_new_one.
2001-12-03 hniksic[svn] Don't initialize TMPSTORE directly.
2001-12-03 hniksic[svn] Declare h_errno in host.c, but not elsewhere.
2001-12-02 hniksic[svn] file_merge: if BASE doesn't contain a slash,...
2001-12-01 hniksic[svn] When PWD fails, assume "/".
2001-12-01 hniksic[svn] Make --base -i work.
2001-12-01 hniksic[svn] Don't document `-nh' in --help output.
2001-12-01 hniksic[svn] Use the full path when building the authorization...
2001-12-01 hniksic[svn] Minor tweak in path_matches in cookies.c.
2001-12-01 hniksic[svn] Don't expect HTTP paths to begin with '/'.
2001-12-01 hniksic[svn] Match hosts against domains per Netscape cookie...
2001-12-01 hniksic[svn] Correctly convert links in <meta http-equiv=Refre...
2001-12-01 hniksic[svn] Make -p work with framed pages.
2001-11-30 hniksic[svn] Don't allow more than 20 successive redirections.
2001-11-30 hniksic[svn] Ignore -np when in -p mode.
2001-11-30 hniksic[svn] Fix netrc authorization in conjunction with HTTP.
2001-11-30 hniksic[svn] Don't forget to shutdown the SSL structure if...
2001-11-30 hniksic[svn] Simplify display_image.
2001-11-30 hniksic[svn] Implement EGD support.
2001-11-29 hniksic[svn] Check for memmove and implement one if it's missing.
2001-11-29 hniksic[svn] Guard against header files getting included twice.
2001-11-29 hniksic[svn] Remove char/unsigned char warnings emitted by...
2001-11-29 hniksic[svn] Remove implicit declaration warnings.
2001-11-29 hniksic[svn] descend_url_p: When resolving no_parent, compare...
2001-11-29 hniksic[svn] Windows fixes by Herold Heiko.
2001-11-29 hniksic[svn] Initialize al->faulty.
2001-11-29 hniksic[svn] Accept the broken Content-Range format emitted...
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.
next