aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-25Revert "telnet.c: fix handling of 0 being returned from custom read function"Marc Hoersken
2015-02-25telnet.c: fix invalid use of custom read function if not being setMarc Hoersken
2015-02-24telnet.c: fix handling of 0 being returned from custom read functionMarc Hoersken
2015-02-04telnet: Prefer 'CURLcode result' for curl result codesSteve Holme
2014-12-11telnet: fix "cast increases required alignment of target type"Daniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-04-19telnet.c: check sscanf results before passing them to snprintfMarc Hoersken
2014-04-19telnet.c: fix possible use of uninitialized variableMarc Hoersken
2014-04-19telnet.c: fix possible use of non-null-terminated stringsMarc Hoersken
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-03-16fix some compiler warningsYang Tse
2012-01-20telnet.c: fix OOM triggered segfaultYang Tse
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