Age | Commit message (Expand) | Author |
2018-06-01 | curl_addrinfo: use same #ifdef conditions in source as header | Daniel Stenberg |
2018-04-07 | curl_setup: provide a CURL_SA_FAMILY_T type if none exists | Daniel Stenberg |
2018-04-07 | build: add picky compiler warning flags for gcc 6 and 7 | Eric Gallager |
2018-02-07 | curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows | Steve Holme |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-01-14 | addrinfo: fix compiler warning on offsetof() use | Daniel Stenberg |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-06-07 | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-07 | lwip: Fix compatibility issues with later versions | Gisle Vanem |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-10 | Curl_unix2addr: avoid using the variable name 'sun' | Daniel Stenberg |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-05-26 | compiler warning: fix | Yang Tse |
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 |