summaryrefslogtreecommitdiff
path: root/src/host.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for TLS SNIPhil Pennock2012-04-131-1/+16
* Ensure it doesn't print more IPs than available ones.Jochen Roderburg2011-08-061-2/+2
* Introduce `show_all_dns_entries'.Giuseppe Scrivano2011-08-061-2/+6
* Silent compiler warning under Windows.Giuseppe Scrivano2011-04-041-0/+2
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Ignore zero length domains in no_proxy.Giuseppe Scrivano2010-05-251-0/+3
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* host_errstr should return const char *.Micah Cowan2009-09-241-1/+1
* imported patch windowsMicah Cowan2009-09-221-1/+1
* [mq]: cfg-mkMicah Cowan2009-09-211-7/+7
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* Automated merge.Micah Cowan2009-07-041-1/+5
|\
| * Steven Schweda's VMS patch.Micah Cowan2008-04-221-1/+5
* | Merge with mainline.Micah Cowan2009-06-251-2/+18
|\ \
| * | iri.h is already included in wget.h, so don't include it in C filesXavier Saint2008-08-041-1/+0
| * | Basic IDN/IRI supportSaint Xavier2008-07-201-2/+2
| * | No need for initial valueSaint Xavier2008-07-081-1/+1
| * | Show also the hostname in the locale when possibleSaint Xavier2008-07-021-2/+19
* | | #include <sys/types.h>Micah Cowan2009-06-121-0/+1
* | | Declare h_errno if no declaration provided (HP-UX).Micah Cowan2009-06-121-0/+5
|/ /
* | Further quote*()-related integrations in host.c.Steven Schubiger2008-04-251-1/+2
* | Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
* | Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
|/
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
* | ISSPACE -> c_isspaceMicah Cowan2007-10-141-2/+2
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-150/+150
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Simplify iteration over hash table entries.hniksic2005-08-271-15/+11
* [svn] Use IP_INADDR_DATA.hniksic2005-08-231-1/+1
* [svn] Simplify the ip_address data union. Always use inet_ntop for printinghniksic2005-08-101-36/+25
* [svn] Don't include connect.h.hniksic2005-07-021-1/+0
* [svn] Remove extraneous include of netdb.h.hniksic2005-07-021-4/+0
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Renamed "pretty_print_address" to "print_address".hniksic2005-06-301-8/+7
* [svn] Implement inet_ntop on Windows.hniksic2005-06-301-12/+4
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-52/+52
* [svn] Define the IF_DEBUG macro.hniksic2005-06-211-3/+1
* [svn] Remove K&R support.hniksic2005-06-191-16/+1
* [svn] Fix typo in comment.hniksic2005-06-171-3/+3
* [svn] Stop using AI_ADDRCONFIG.hniksic2005-06-171-10/+4
* [svn] Announce the beginning and the end of the SSL handshake when in debug m...hniksic2005-05-141-2/+3
* [svn] Remove unreachable "break" statements.hniksic2005-04-281-2/+0
* [svn] Added reordering of addresses to try IPv4 first and the associatedhniksic2005-04-241-15/+55
* [svn] Define NO_ADDRESS only after the system headers have been included.hniksic2005-04-071-4/+4
* [svn] Use high-resolution timers on Windows.hniksic2005-03-201-4/+3