| Commit message (Expand) | Author | Age | Files | Lines |
* | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg | 2011-10-21 | 1 | -0/+1 |
* | telnet.c: fix compiler warning | Yang Tse | 2011-10-08 | 1 | -1/+0 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -9/+26 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -1/+1 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -1/+1 |
* | telnet: allow programatic use on Windows | Daniel Stenberg | 2011-08-14 | 1 | -19/+41 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+0 |
* | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -5/+4 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -4/+0 |
* | RTSP: convert protocol-specific checks to generic | Daniel Stenberg | 2011-05-05 | 1 | -0/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -370/+313 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -1/+1 |
* | protocols: use CURLPROTO_ internally | Daniel Stenberg | 2011-03-14 | 1 | -1/+1 |
* | protocol handler: added flags field | Daniel Stenberg | 2011-03-14 | 1 | -2/+3 |
* | moved vars into conditional since seems that winsock implementation doesnt us... | Hacki | 2010-05-08 | 1 | -2/+2 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -11/+8 |
* | telnet: Allow programatic use of telnet. | Ben Greear | 2010-04-29 | 1 | -27/+69 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix printf-style format strings | Yang Tse | 2010-02-04 | 1 | -1/+1 |
* | Fix compiler warning: conditional expression is constant | Yang Tse | 2010-02-02 | 1 | -2/+2 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | Fix TELNET transfers not being aborted upon write callback failures | Yang Tse | 2009-03-12 | 1 | -10/+26 |
* | Add Curl_read() return code checking | Yang Tse | 2009-03-12 | 1 | -8/+32 |
* | fix previous commit misplaced break statement | Yang Tse | 2009-03-11 | 1 | -1/+1 |
* | Added TELNET timeout support for Windows builds | Yang Tse | 2009-03-11 | 1 | -22/+38 |
* | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg | 2009-02-27 | 1 | -22/+22 |
* | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg | 2008-12-19 | 1 | -0/+1 |
* | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich | 2008-11-14 | 1 | -0/+2 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -0/+1 |
* | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg | 2008-10-16 | 1 | -3/+3 |
* | fix warning | Daniel Stenberg | 2008-10-15 | 1 | -0/+1 |
* | - Pascal Terjan filed bug #2154627 | Daniel Stenberg | 2008-10-15 | 1 | -4/+4 |
* | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich | 2008-09-29 | 1 | -1/+0 |
* | fix compiler warning: enumerated type mixed with another type | Yang Tse | 2008-09-13 | 1 | -1/+1 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | Fixed a problem where telnet data would be lost if an EWOULDBLOCK | Dan Fandrich | 2008-06-03 | 1 | -46/+58 |
* | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | 2007-12-08 | 1 | -6/+6 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -15/+15 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -2/+2 |
* | Improved telnet support by drastically reducing the number of write | Dan Fandrich | 2007-11-07 | 1 | -23/+40 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -37/+37 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-17 | 1 | -8/+8 |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -2/+29 |
* | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | 2007-08-30 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2007-03-25 | 1 | -0/+8 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -8/+1 |
* | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse | 2007-02-21 | 1 | -1/+1 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 1 | -12/+12 |
* | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg | 2007-02-05 | 1 | -1/+1 |
* | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg | 2007-01-16 | 1 | -2/+3 |