Age | Commit message (Expand) | Author |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-08-26 | Curl_read_plain: indent code | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-05-21 | compiler warning: fix | Yang Tse |
2011-05-05 | RTSP: cleanups | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2010-12-05 | Curl_send/recv_plain: return errno on failure | Daniel Stenberg |
2010-06-19 | sendrecv: treat all negative values from send/recv as errors | Daniel Stenberg |
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-04-07 | qssl: reflect recent code changes in SSL interface | Kamil Dudka |
2010-04-04 | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka |
2010-04-01 | fix SFTP download hang | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-19 | - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). | Kamil Dudka |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse |
2010-01-22 | wrap long lines and do some indent policing | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2009-06-10 | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg |
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-03-09 | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg |
2009-01-07 | Created a CURLMIN macro to match CURLMAX | Dan Fandrich |
2008-11-16 | Christian Krause fixed a build failure when building with gss support | Daniel Stenberg |
2008-11-13 | - Fixed a potential data loss in Curl_client_write() when the transfer is | Michal Marek |
2008-11-02 | Marked with TODO comments a number of problems in the Kerberos code detected | Dan Fandrich |
2008-10-22 | Changed some arrays of char* to arrays of char[] to reduce data size and | Dan Fandrich |
2008-09-30 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2008-09-29 | made Curl_read_plain() return an 'int' instead of CURLcode since it actually | Daniel Stenberg |
2008-09-22 | - Made the SOCKS code use the new Curl_read_plain() function to fix the bug | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-05 | Use realloc when paused in Curl_client_write | Dan Fandrich |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-09-04 | Made some variables const | Dan Fandrich |
2008-06-20 | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-01-28 | this was modified this year so we bump the copyright year | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2007-12-09 | Andrew Moise filed bug report #1847501 | Daniel Stenberg |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |