summaryrefslogtreecommitdiff
path: root/lib/curl_addrinfo.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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