aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_addrinfo.c
AgeCommit message (Expand)Author
2020-06-08Curl_addrinfo: use one malloc instead of threeDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-04-04windows: enable UnixSockets with all build toolchainsViktor Szakats
2019-03-12memdebug: log pointer before freeing its dataDaniel Stenberg
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2018-06-01curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg
2018-04-07curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-02-07curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-01-14addrinfo: fix compiler warning on offsetof() useDaniel Stenberg
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-06-07resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-07lwip: Fix compatibility issues with later versionsGisle Vanem
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-10Curl_unix2addr: avoid using the variable name 'sun'Daniel Stenberg
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-05-26compiler warning: fixYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21In lib/, change 'wanna' to 'want to'.Fabian Keil
2010-11-24Curl_getaddrinfo_ex: sanitize function results follow-up.Yang Tse
2010-11-23Curl_getaddrinfo_ex: sanitize function results.Yang Tse
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-07-30warning: silence a win64 compiler warningDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-18Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-05-10Fix type castYang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-04-25Further narrow the use of the icc 9.1 optimizer workaround.Yang Tse
2009-04-24Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 work...Yang Tse
2009-04-23Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workar...Yang Tse
2009-04-22Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9....Yang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse