Age | Commit message (Expand) | Author |
2007-04-08 | fix out of memory handling issue | Yang Tse |
2007-04-03 | Rob Jones fixed better #ifdef'ing for a bunch of #include lines. | Daniel Stenberg |
2007-03-31 | When curl_easy_duphandle() fails because it can't get or make a connection | Daniel Stenberg |
2007-03-27 | New Internal wrapper function Curl_select() around select (2), it | Yang Tse |
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-01-31 | add debug messages for initialization failures | Yang Tse |
2007-01-28 | curl_easy_reset() now resets the CA bundle path correctly | Daniel Stenberg |
2006-12-29 | curl_easy_duphandle() sets the magic number in the new handle | Daniel Stenberg |
2006-12-22 | - Robert Foreman provided a prime example snippet showing how libcurl would | Daniel Stenberg |
2006-12-05 | Jared Lundell filed bug report #1604956 | Daniel Stenberg |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |
2006-10-04 | Dmitriy Sergeyev provided an example source code that crashed CVS libcurl | Daniel Stenberg |
2006-09-09 | iconv-data needs to be fully reallocated (to prevent a double-free). | Gisle Vanem |
2006-09-09 | Duplicate iconv-data too in curl_easy_duphandle(). | Gisle Vanem |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-09-03 | Simplified #ifdef on WIN32; the statement | Gisle Vanem |
2006-08-30 | Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. | Gisle Vanem |
2006-08-29 | Watcom lacks <sys/time.h>. | Gisle Vanem |
2006-07-25 | Silence iconv() warnings. | Gisle Vanem |
2006-07-11 | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich |
2006-07-07 | Ingmar Runge provided a source snippet that caused a crash. The reason for | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-02-11 | Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that | Daniel Stenberg |
2006-01-15 | Bryan Henderson turned the 'initialized' variable for curl_global_init() | Daniel Stenberg |
2005-07-17 | Simplified the code within curl_easy_perform() that calls Curl_perform(). | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-02-09 | better error checking and SSL init by David Byron | Daniel Stenberg |
2005-01-29 | Define CURL_MULTIEASY when building this, to use my new curl_easy_perform() | Daniel Stenberg |
2005-01-11 | Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't | Daniel Stenberg |
2005-01-10 | Pavel Orehov reported memory problems with the multi interface in bug report | Daniel Stenberg |
2004-12-22 | C ensures that static variables are initialized to 0 | Dan Fandrich |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg |
2004-09-28 | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg |
2004-07-24 | curl_easy_reset() added. Need testing and docs. I also think we should make | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-09 | Alexander Krasnostavsky's fix to make libcurl build fine with configure | Daniel Stenberg |
2004-06-02 | very minor format edit | Daniel Stenberg |
2004-05-27 | fixed curl_easy_duphandle() to properly clean up all memory if any memory | Daniel Stenberg |
2004-05-13 | deal with input arguments as NULL | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-29 | curl_easy_duphandle() works again with ares enabled | Daniel Stenberg |
2004-04-27 | IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment | Daniel Stenberg |