summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-16/+16
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1678
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1678/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-13/+13
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-1/+1
* fix some compiler warningsYang Tse2012-03-161-0/+1
* telnet.c: fix OOM triggered segfaultYang Tse2012-01-201-3/+5
* Use correct file descriptor for telnet upload.Colin Hogben2012-01-181-4/+5
* telnet.c: fix MSVC compiler warningYang Tse2011-11-251-2/+2
* telnet: fix macros to allow proper semicolon useDaniel Stenberg2011-11-251-22/+27
* TELNET: improved treatment of optionsLaurent Rabret2011-11-251-25/+169
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* telnet.c: fix compiler warningYang Tse2011-10-081-1/+0
* libcurl: some OOM handling fixesYang Tse2011-10-071-9/+26
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* telnet: allow programatic use on WindowsDaniel Stenberg2011-08-141-19/+41
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+4
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-370/+313
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-2/+3
* 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