Skip to content
GitLab
Explore
Sign in
Commits · bc5677a47b242cea075e6761bd744116f8c3f710
tlmsp-curl
lib
curl_addrinfo.c
Browse files
Apr 22, 2009
Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9.1 on unix IA32.
· bc5677a4
Yang Tse
authored
Apr 22, 2009
bc5677a4
Apr 21, 2009
libcurl's memory.h renamed to curl_memory.h
· 33a3753c
Yang Tse
authored
Apr 21, 2009
33a3753c
Moved potential inclusion of system's malloc.h and memory.h header files to
· 9770899a
Yang Tse
authored
Apr 21, 2009
9770899a
Apr 17, 2009
further narrow the use of the icc 9.1 optimizer workaround
· ce7b5655
Yang Tse
authored
Apr 17, 2009
ce7b5655
Apr 16, 2009
attempt to workaround icc 9.1 optimizer induced problem
· 41fd08bb
Yang Tse
authored
Apr 16, 2009
41fd08bb
Apr 14, 2009
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
· c382c550
Yang Tse
authored
Apr 14, 2009
c382c550
Apr 13, 2009
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
· c621546b
Yang Tse
authored
Apr 13, 2009
c621546b
Nov 06, 2008
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
· a0ef686c
Yang Tse
authored
Nov 06, 2008
a0ef686c
Nov 01, 2008
Fix typos.
· 0433252e
Gisle Vanem
authored
Nov 01, 2008
0433252e
Oct 30, 2008
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
· c2c800d8
Yang Tse
authored
Oct 30, 2008
c2c800d8
remove bogus comment
· 005bf19a
Yang Tse
authored
Oct 30, 2008
005bf19a
Use our Curl_addrinfo definition even when an addrinfo struct is available.
· 0ce97f77
Yang Tse
authored
Oct 30, 2008
0ce97f77
Loading