Age | Commit message (Expand) | Author |
2010-03-24 | fix: timeout after last data chunk was handled | Bob Richmond |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-06 | indent fix by Ben Greear, I removed some braces for single-line conditional | Daniel Stenberg |
2010-03-02 | - Based on patch provided by Jacob Moshenko, the transfer logic now properly | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-03 | Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss... | Yang Tse |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse |
2010-01-29 | RTSP followup fix. Both the pipelined and non-pipelined case need to | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-28 | Chris Conroy's RTSP followup fixes | Yang Tse |
2010-01-25 | fix compiler warning | Yang Tse |
2010-01-22 | wrap long lines, remove (very old) attribution from code | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-07 | removed a parameter from the Curl_http_readwrite_headers() prototype to remove | Daniel Stenberg |
2009-12-30 | moved the SMTP payload escape function into Curl_smtp_escape_eob and put | Daniel Stenberg |
2009-12-30 | (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF | Daniel Stenberg |
2009-12-29 | move HTTP-specific functions to http.c where they belong | Daniel Stenberg |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg |
2009-12-11 | Prevent rewinding unless pipelining. | Yang Tse |
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 |