]> sjero.net Git - wget/history - src/host.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / host.c
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-08-27 hniksic[svn] Simplify iteration over hash table entries.
2005-08-23 hniksic[svn] Use IP_INADDR_DATA.
2005-08-10 hniksic[svn] Simplify the ip_address data union. Always use...
2005-07-02 hniksic[svn] Don't include connect.h.
2005-07-02 hniksic[svn] Remove extraneous include of netdb.h.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-30 hniksic[svn] Renamed "pretty_print_address" to "print_address".
2005-06-30 hniksic[svn] Implement inet_ntop on Windows.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-17 hniksic[svn] Fix typo in comment.
2005-06-17 hniksic[svn] Stop using AI_ADDRCONFIG.
2005-05-14 hniksic[svn] Announce the beginning and the end of the SSL...
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-24 hniksic[svn] Added reordering of addresses to try IPv4 first...
2005-04-07 hniksic[svn] Define NO_ADDRESS only after the system headers...
2005-03-20 hniksic[svn] Use high-resolution timers on Windows.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-03-04 hniksic[svn] Improve handling of numeric hosts when ENABLE_IPV6.
2005-02-27 hniksic[svn] Remove duplicate initialization.
2003-12-14 hniksic[svn] Docfix.
2003-11-29 hniksic[svn] Cosmetic change.
2003-11-18 hniksic[svn] Renamed address_list_find to address_list_contains.
2003-11-17 hniksic[svn] Don't auto-set opt.ipv4_only on systems without...
2003-11-15 hniksic[svn] Specify AI_ADDRCONFIG only when the address famil...
2003-11-15 hniksic[svn] Don't refer to nonexistent forget_host_lookup.
2003-11-15 hniksic[svn] Add support for -4/-6.
2003-11-14 hniksic[svn] Cosmetic changes.
2003-11-14 hniksic[svn] Document that Winsock's gethostbyname might not...
2003-11-13 hniksic[svn] Document that the IP addresses are returned in...
2003-11-11 hniksic[svn] Added (currently no-op) -4 and -6.
2003-11-11 hniksic[svn] Mention that gethostbyname is not required to...
2003-11-11 hniksic[svn] Use a more standard error message.
2003-11-11 hniksic[svn] Add docs for address_list_release.
2003-11-10 hniksic[svn] Network updates.
2003-11-10 hniksic[svn] Special-case numeric addresses only in the IPv4...
2003-11-10 hniksic[svn] Split passive host lookups to a separate function.
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-04 hniksic[svn] Use autoheader to generate config.h.in.
2003-11-02 hniksic[svn] Don't take the address of in.s_addr because that...
2003-11-01 hniksic[svn] Doc fix.
2003-11-01 hniksic[svn] Fixed declaration of VEC in lookup_host.
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-31 hniksic[svn] Removed address_list_from_single.
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Imported Mauro's IPv6 changes.
2003-10-26 hniksic[svn] Change u_int32_t to uint32_t.
2003-10-11 hniksic[svn] Provide the support for int32_t and u_int32_t.
2003-10-11 hniksic[svn] Look for and use socklen_t.
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-10 hniksic[svn] Print the result of DNS lookup.
2003-09-10 hniksic[svn] New option --dns-cache.
2003-09-09 hniksic[svn] IPv6 configure auto-detection.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-15 abbotti[svn] Fix broken Windows builds due to the xxx_with_tim...
2002-04-15 hniksic[svn] Extend the timeout to DNS lookups.
2002-04-13 hniksic[svn] Generalize connect_with_timeout into run_with_tim...
2002-01-31 hniksic[svn] Enable compilation on Windows.
2002-01-26 hniksic[svn] *** empty log message ***
2002-01-25 hniksic[svn] Various IPv6 fixes.
2002-01-24 hniksic[svn] Fix some IPv6-related problems.
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2001-12-11 hniksic[svn] Use a typedef for IPv4 address.
2001-12-10 hniksic[svn] Restore sanity check in address_list_set_faulty.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
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-11-30 hniksic[svn] Update copyright statement.
2001-11-30 hniksic[svn] Remove doc reference to non-extant ngethostbyname.
2001-11-30 hniksic[svn] Fix preprocessor indentation.
2001-11-29 hniksic[svn] Remove char/unsigned char warnings emitted by...
2001-11-29 hniksic[svn] Initialize al->faulty.
2001-11-27 hniksic[svn] Don't reuse IP addresses proven to be faulty...
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-25 hniksic[svn] Remove host canonicalization code.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2000-11-22 hniksic[svn] Committed memory debugging stuff.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-19 hniksic[svn] A bunch of new features:
2000-11-13 hniksic[svn] Don't clutter the host list with duplicate hosts.
2000-04-14 hniksic[svn] Committed host.c patch from <dpk8i3za97.fsf_...
2000-04-05 dan[svn] * host.c (store_hostaddress): R. K. Owen's patch...
2000-03-31 hniksic[svn] Fix store_hostaddress() on big-endian 64-bit...
2000-03-31 hniksic[svn] Fix indentation.
1999-12-02 kwget[svn] Initial revision