index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_addrinfo.c
Age
Commit message (
Expand
)
Author
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
In lib/, change 'wanna' to 'want to'.
Fabian Keil
2010-11-24
Curl_getaddrinfo_ex: sanitize function results follow-up.
Yang Tse
2010-11-23
Curl_getaddrinfo_ex: sanitize function results.
Yang Tse
2010-11-08
CURLOPT_RESOLVE: added
Daniel Stenberg
2010-07-30
warning: silence a win64 compiler warning
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-18
Constantine Sapuntzakis enhancements to make memory tracking log file writing
Yang Tse
2009-12-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-05-10
Fix type cast
Yang Tse
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-25
Further narrow the use of the icc 9.1 optimizer workaround.
Yang Tse
2009-04-24
Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 work...
Yang Tse
2009-04-23
Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workar...
Yang Tse
2009-04-22
Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9....
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2009-04-17
further narrow the use of the icc 9.1 optimizer workaround
Yang Tse
2009-04-16
attempt to workaround icc 9.1 optimizer induced problem
Yang Tse
2009-04-14
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...
Yang Tse
2009-04-13
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...
Yang Tse
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-11-01
Fix typos.
Gisle Vanem
2008-10-30
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
Yang Tse
2008-10-30
remove bogus comment
Yang Tse
2008-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse