summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
...
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-6/+6
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-12/+12
* loadlibrary: Only load system DLLs from the system directorySteve Holme2016-05-301-1/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-1/+0
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-5/+6
* telnet: Fix read-callback change for Windows buildsJay Satiro2015-05-211-1/+2
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-4/+4
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: use space after commaDaniel Stenberg2015-03-171-22/+18
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* Revert "telnet.c: fix handling of 0 being returned from custom read function"Marc Hoersken2015-02-251-3/+1
* telnet.c: fix invalid use of custom read function if not being setMarc Hoersken2015-02-251-1/+1
* telnet.c: fix handling of 0 being returned from custom read functionMarc Hoersken2015-02-241-1/+3
* telnet: Prefer 'CURLcode result' for curl result codesSteve Holme2015-02-041-41/+41
* telnet: fix "cast increases required alignment of target type"Daniel Stenberg2014-12-111-4/+3
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-9/+10
* telnet.c: check sscanf results before passing them to snprintfMarc Hoersken2014-04-191-7/+8
* telnet.c: fix possible use of uninitialized variableMarc Hoersken2014-04-191-1/+2
* telnet.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* 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