summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-15/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-1/+1
* Silence GCC 8 cast-function-type warningsMarcel Raad2018-08-111-1/+3
* telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn2018-08-091-4/+0
* telnet: fix clang warningsGisle Vanem2018-07-011-2/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-16/+16
* spelling fixesViktor Szakats2018-06-031-1/+1
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+1
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-5/+5
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-2/+1
* spelling fixesViktor Szakats2018-02-231-1/+2
* 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