]> sjero.net Git - wget/history - src/ChangeLog
[svn] Commit IPv6 support by Thomas Lussnig.
[wget] / src / ChangeLog
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2002-01-17 hniksic[svn] Make -P work on Windows.
2002-01-17 hniksic[svn] Skip initial whitespace before testing for EOL.
2002-01-15 hniksic[svn] select the file descriptor only if no data is...
2002-01-14 hniksic[svn] Strip trailing whitespace in header_process().
2002-01-14 hniksic[svn] URL-decode user and password in URL.
2002-01-14 hniksic[svn] Handle links to relative "net locations," e.g...
2002-01-14 hniksic[svn] Invalidate socket if get_contents encountered...
2001-12-24 hniksic[svn] Bump version to 1.8.1.
2001-12-19 hniksic[svn] Bump version to 1.8.1-pre3.
2001-12-19 hniksic[svn] Enqueue start_url in the canonical form.
2001-12-19 hniksic[svn] Check for requested verbosity in logputs.
2001-12-19 hniksic[svn] Treat the "shortcut icon" link as inline.
2001-12-18 hniksic[svn] Fix crash introduced by previous patch.
2001-12-18 hniksic[svn] Descend into HTML files we've already downloaded.
2001-12-18 hniksic[svn] Propagate referrer information from retrieve_tree...
2001-12-17 hniksic[svn] Bump version to 1.8.1-pre2.
2001-12-17 hniksic[svn] Simplify indentation in sleep_between_retrievals.
2001-12-17 hniksic[svn] Use the new function `random_number' that doesn...
2001-12-14 hniksic[svn] Move path_simplify to url.c.
2001-12-13 hniksic[svn] Fix error message when $WGETRC not found.
2001-12-13 hniksic[svn] Don't abort when one URL references more than...
2001-12-13 hniksic[svn] Check for conn->ssl before using ssl_iwrite.
2001-12-13 hniksic[svn] Bump version to 1.8.1-pre1.
2001-12-13 hniksic[svn] Fix the broken URLs that pointed to info.webcrawl...
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.
next