Age | Commit message (Expand) | Author |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-10-27 | Fix Pelles C Win32 target compilation issues | Yang Tse |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse |
2009-06-15 | Replaced use of standard C library rand()/srand() by our own pseudo-random nu... | Patrick Monnerat |
2009-06-12 | fix compiler warning | Yang Tse |
2009-05-18 | Simplify c-ares function capability check | Yang Tse |
2009-05-17 | fixed case. | Gunter Knauf |
2009-05-17 | Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_... | Yang Tse |
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-11 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2009-03-31 | Properly return an error code in curl_easy_recv (reported by Jim Freeman). | Dan Fandrich |
2009-03-09 | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse |
2009-01-08 | Unified much of the SessionHandle initialization done in Curl_open() and | Dan Fandrich |
2008-12-11 | - Bug report #2416182 titled "crash in ConnectionExists when using | Daniel Stenberg |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-09-30 | fix compiler warning: declaration of 'err' shadows a previous local | Yang Tse |
2008-09-29 | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-09-05 | - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly | Daniel Stenberg |
2008-08-31 | MSVC adjustment | Yang Tse |
2008-08-28 | minor code indent fixes | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-05 | - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly | Daniel Stenberg |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek |
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-01-15 | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-20 | white space changes only to clean up indent and source width | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-11 | added NetWare-own file to provide some init functions (for now only CLIB); | Gunter Knauf |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley |
2007-05-31 | When transferring 500 downloads in parallel with a c-ares enabled build only | Daniel Stenberg |
2007-04-28 | Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had | Daniel Stenberg |
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 |