summaryrefslogtreecommitdiff
path: root/lib/hostip6.c
Commit message (Expand)AuthorAgeFilesLines
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-10/+16
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+2
* lib: reduce variable scopesMarcel Raad2019-05-201-2/+3
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-4/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* getnameinfo: not usedDaniel Stenberg2018-06-271-34/+1
* resolvers: only include anything if neededMarcel Raad2017-10-271-5/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua2016-06-071-0/+12
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* hostip6: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-221-6/+8
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-6/+6
* NI_MAXSERV: remove all use of itDaniel Stenberg2013-09-101-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+224
* build: rename 93 lib/*.c filesYang Tse2013-01-031-224/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-11/+11
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* In lib/, change 'wanna' to 'want to'.Fabian Keil2011-04-211-1/+1
* ipv6: only probe onceDaniel Stenberg2011-03-231-26/+29
* ip_version: moved to connection structDaniel Stenberg2010-11-111-3/+3
* resolvers: no more using AI_CANONNAMEDaniel Stenberg2010-04-161-5/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-251-3/+3
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-15/+1
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-181-11/+7
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-4/+1
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-301-32/+3
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-15/+6
* add null-pointer checkYang Tse2008-10-271-1/+2
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-4/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4Dan Fandrich2008-07-271-25/+26
* if () => if()Daniel Stenberg2007-11-071-4/+4
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-3/+4
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* put back the correct logic, as the change dated July 11th 2006 added badDaniel Stenberg2006-07-271-2/+2
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Use the proper Curl_freeaddrinfo() for CURLRES_ARES.Gisle Vanem2006-07-241-5/+10