summaryrefslogtreecommitdiff
path: root/lib/curl_addrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Improve code readbilitySylvestre Ledru2017-03-131-1/+1
* addrinfo: fix compiler warning on offsetof() useDaniel Stenberg2017-01-141-2/+3
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-8/+19
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-8/+18
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua2016-06-071-0/+29
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* lwip: Fix compatibility issues with later versionsGisle Vanem2015-12-071-0/+8
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-7/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-1/+1
* Curl_unix2addr: avoid using the variable name 'sun'Daniel Stenberg2014-12-101-5/+5
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-0/+39
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-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-9/+9
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-5/+5
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* compiler warning: fixYang Tse2011-05-261-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* In lib/, change 'wanna' to 'want to'.Fabian Keil2011-04-211-2/+2
* Curl_getaddrinfo_ex: sanitize function results follow-up.Yang Tse2010-11-241-0/+12
* Curl_getaddrinfo_ex: sanitize function results.Yang Tse2010-11-231-19/+31
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-081-0/+21
* warning: silence a win64 compiler warningDaniel Stenberg2010-07-301-1/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-181-14/+9
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-3/+3
* Fix type castYang Tse2009-05-101-1/+1
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-1/+1
* Further narrow the use of the icc 9.1 optimizer workaround.Yang Tse2009-04-251-1/+1
* Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 work...Yang Tse2009-04-241-6/+8
* Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workar...Yang Tse2009-04-231-9/+7
* Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9....Yang Tse2009-04-221-7/+9
* 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-3/+0
* further narrow the use of the icc 9.1 optimizer workaroundYang Tse2009-04-171-1/+3
* attempt to workaround icc 9.1 optimizer induced problemYang Tse2009-04-161-0/+5
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-2/+2
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-131-2/+2
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-3/+100
* Fix typos.Gisle Vanem2008-11-011-3/+3
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-301-0/+54
* remove bogus commentYang Tse2008-10-301-1/+0
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-0/+332