]> sjero.net Git - wget/history - src/host.c
Fix build when libpsl is not available
[wget] / src / host.c
2012-04-13 Phil PennockAdd support for TLS SNI
2011-08-06 Jochen RoderburgEnsure it doesn't print more IPs than available ones.
2011-08-06 Giuseppe ScrivanoIntroduce `show_all_dns_entries'.
2011-04-04 Giuseppe ScrivanoSilent compiler warning under Windows.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-05-25 Giuseppe ScrivanoIgnore zero length domains in no_proxy.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-24 Micah Cowanhost_errstr should return const char *.
2009-09-23 Micah Cowanimported patch windows
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-07-04 Micah CowanAutomated merge.
2009-07-01 Micah CowanAutomated merge.
2009-06-25 Micah CowanMerge with mainline.
2009-06-13 Micah CowanMerge in gerel's url-parsing stuff.
2009-06-12 Micah Cowan#include <sys/types.h>
2009-06-12 Micah CowanDeclare h_errno if no declaration provided (HP-UX).
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-08-28 Micah CowanAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-07 Xavier SaintAutomated merge.
2008-08-04 Xavier Saintiri.h is already included in wget.h, so don't include...
2008-07-23 Saint XavierAutomated merge.
2008-07-20 Saint XavierAutomated merge.
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-07-07 Saint XavierNo need for initial value
2008-07-02 Saint XavierShow also the hostname in the locale when possible
2008-06-14 Micah CowanMerge build info with head.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in host.c.
2008-04-22 Micah CowanSteven Schweda's VMS patch.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
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.
next