summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* moved vars into conditional since seems that winsock implementation doesnt us...Hacki2010-05-081-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-11/+8
* telnet: Allow programatic use of telnet.Ben Greear2010-04-291-27/+69
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-1/+1
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Fix TELNET transfers not being aborted upon write callback failuresYang Tse2009-03-121-10/+26
* Add Curl_read() return code checkingYang Tse2009-03-121-8/+32
* fix previous commit misplaced break statementYang Tse2009-03-111-1/+1
* Added TELNET timeout support for Windows buildsYang Tse2009-03-111-22/+38
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-22/+22
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+1
* Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich2008-11-141-0/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-3/+3
* fix warningDaniel Stenberg2008-10-151-0/+1
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-4/+4
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-09-131-1/+1
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich2008-06-031-46/+58
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-6/+6
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-15/+15
* if () => if()Daniel Stenberg2007-11-071-2/+2
* Improved telnet support by drastically reducing the number of writeDan Fandrich2007-11-071-23/+40
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-37/+37
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-8/+8
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-2/+29
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* fix compiler warningYang Tse2007-03-251-0/+8
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-8/+1
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-12/+12
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-1/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-2/+3
* Fix copy-paste errorYang Tse2006-10-211-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-4/+5
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-16/+16
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-3/+3
* Fix compiler warningsYang Tse2006-07-191-2/+2
* Read the return value of the swrite() macro and 'print' a message in case of ...Yang Tse2006-07-121-0/+20
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-121-4/+6
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-1/+0
* attempt to avoid warnings in picky environments by storing options asDaniel Stenberg2006-04-071-16/+13
* nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg2005-03-151-1/+1
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+4
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-20/+11