summaryrefslogtreecommitdiff
path: root/lib/curl_addrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-211-6/+0
* build: fix compilation for Windows UWP platformdmitrykos2021-05-051-0/+6
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* misc: fix typosFabian Keil2021-01-111-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-081-42/+17
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-22/+22
* windows: enable UnixSockets with all build toolchainsViktor Szakats2020-04-041-5/+1
* memdebug: log pointer before freeing its dataDaniel Stenberg2019-03-121-2/+2
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-16/+16
* curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg2018-06-011-1/+2
* curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg2018-04-071-2/+2
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-2/+2
* curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme2018-02-071-1/+5
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-3/+3
* 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