Age | Commit message (Expand) | Author |
2017-10-27 | resolvers: only include anything if needed | Marcel Raad |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2013-09-17 | dns: fix compilation with MinGW from commit df69440d05f113 | Steve Holme |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |
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: rename 93 lib/*.c 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-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-25 | asynch resolvers: cleanup | Daniel Stenberg |
2011-04-25 | asynch resolvers: unified | Vsevolod Novikov |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | 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 |
2008-09-29 | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2007-04-03 | update copyright year | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse |
2006-07-11 | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2006-04-26 | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2005-04-19 | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |