Age | Commit message (Expand) | Author |
2009-11-12 | Add missing variable initialization | Yang Tse |
2009-11-12 | - libcurl-NSS now tries to reconnect with TLS disabled in case it detects | Kamil Dudka |
2009-09-27 | tiny indent fix | Daniel Stenberg |
2009-09-27 | - I introduced a maximum limit for received HTTP headers. It is controlled by | Daniel Stenberg |
2009-09-27 | unify two very similar code sections into one single function, header_append() | Daniel Stenberg |
2009-09-26 | - Implemented a protocol independent way to specify blocking direction, used by | Kamil Dudka |
2009-08-21 | - Andre Guibert de Bruet pointed out a missing return code check for a | Daniel Stenberg |
2009-08-21 | - Lots of good work by Krister Johansen, mostly related to pipelining: | Daniel Stenberg |
2009-07-16 | added a cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-05-28 | fix compiler warning: variable was set but never used | Yang Tse |
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg |
2009-05-07 | Fix an issue, affecting FTP transfers, introduced with the transfer.c patch c... | Yang Tse |
2009-05-04 | David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII pla... | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2009-02-19 | - Patrik Thunstrom reported a problem and helped me repeat it. It turned out | Daniel Stenberg |
2009-02-11 | - CURLINFO_CONDITION_UNMET was added to allow an application to get to know if | Daniel Stenberg |
2009-01-07 | Created a CURLMIN macro to match CURLMAX | Dan Fandrich |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-11-14 | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich |
2008-10-29 | Fixed a bug that caused a few bytes of garbage to be sent after a | Dan Fandrich |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-19 | Fixed a compiler warning in the CURL_DISABLE_HTTP case | Dan Fandrich |
2008-10-18 | Removed some more code in the CURL_DISABLE_HTTP case | Dan Fandrich |
2008-10-17 | fix compiler warning | Yang Tse |
2008-10-15 | - John Wilkinson filed bug #2155496 | Daniel Stenberg |
2008-10-10 | Fixed some compiler warnings with CURL_DISABLE_HTTP | Dan Fandrich |
2008-10-09 | Get rid of some more code in the CURL_DISABLE_HTTP case | Dan Fandrich |
2008-10-08 | - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and | Daniel Stenberg |
2008-10-07 | Changed the handling of read/write errors in Curl_perform() to allow a | Dan Fandrich |
2008-09-08 | fix compiler warning | Yang Tse |
2008-09-08 | comment < 80 columns | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse |
2008-09-05 | Improved the logic the decides whether to use HTTP 1.1 features or not in a | Dan Fandrich |
2008-09-05 | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg |
2008-08-29 | - When libcurl was doing a HTTP POST and the server would respond with | Daniel Stenberg |
2008-08-26 | Fixed out of memory problems that caused torture test failures in tests | Dan Fandrich |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-12 | Fix 'result' may be used uninitialized in function readwrite_data() | Yang Tse |
2008-08-08 | Refactored Curl_readwrite() into a number of smaller functions. | Dan Fandrich |
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg |
2008-08-01 | Added more code under #ifndef CURL_DISABLE_HTTP to fix builds with | Dan Fandrich |
2008-07-30 | Factored out Curl_copy_header_value | Dan Fandrich |
2008-07-26 | - David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer | Daniel Stenberg |
2008-07-10 | Fixed another OOM problem, this time with test 64. | Dan Fandrich |
2008-07-09 | Fixed an OOM handling problem that cause test 11 to fail the torture test. | Dan Fandrich |
2008-07-03 | Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx | Daniel Stenberg |