aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2012-01-18Use correct file descriptor for telnet upload.Colin Hogben
2011-11-25telnet.c: fix MSVC compiler warningYang Tse
2011-11-25telnet: fix macros to allow proper semicolon useDaniel Stenberg
2011-11-25TELNET: improved treatment of optionsLaurent Rabret
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-08telnet.c: fix compiler warningYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-14telnet: allow programatic use on WindowsDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2010-05-08moved vars into conditional since seems that winsock implementation doesnt us...Hacki
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-29telnet: Allow programatic use of telnet.Ben Greear
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2010-02-02Fix compiler warning: conditional expression is constantYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-03-12Fix TELNET transfers not being aborted upon write callback failuresYang Tse
2009-03-12Add Curl_read() return code checkingYang Tse
2009-03-11fix previous commit misplaced break statementYang Tse
2009-03-11Added TELNET timeout support for Windows buildsYang Tse
2009-02-27Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-11-14Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15fix warningDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-09-29Removed unneeded includes of signal.h and setjmp.hDan Fandrich
2008-09-13fix compiler warning: enumerated type mixed with another typeYang Tse
2008-09-06remove unnecessary typecasting of calloc()Yang Tse
2008-06-03Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich
2007-12-08All static functions that were previously name Curl_* something no longerDaniel Stenberg
2007-11-24struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg
2007-11-07if () => if()Daniel Stenberg
2007-11-07Improved telnet support by drastically reducing the number of writeDan Fandrich
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-03-25fix compiler warningYang Tse