Age | Commit message (Expand) | Author |
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 |
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 |