summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-2/+2
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-2/+2
* code style: use space after semicolonDaniel Stenberg2017-09-121-3/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-5/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli2017-07-311-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-6/+7
* handler: refactor connection checkingMax Dymond2017-06-301-0/+1
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-021-31/+51
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-5/+5
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-011-1/+1
* lib: remove unused codeMarcel Raad2017-04-261-2/+4
* code: fix typos and style in commentsDaniel Gustafsson2017-04-171-2/+2
* telnet: (win32) fix read callback return variableDaniel Stenberg2017-04-011-6/+6
* Improve code readbilitySylvestre Ledru2017-03-131-6/+4
* telnet: Fix typosDaniel Gustafsson2017-02-071-2/+2
* telnet: fix windows compiler warningsDaniel Stenberg2017-01-241-2/+2
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-2/+3
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-7/+7
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-3/+3
* 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