aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2020-06-06timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-09telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn
2018-07-01telnet: fix clang warningsGisle Vanem
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-02-23spelling fixesViktor Szakats
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-12code style: use space after semicolonDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-07-31libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-02Telnet: Write full buffer instead of byte-by-byteRichard Hsu
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-05-01buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-04-26lib: remove unused codeMarcel Raad
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-04-01telnet: (win32) fix read callback return variableDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-02-07telnet: Fix typosDaniel Gustafsson
2017-01-24telnet: fix windows compiler warningsDaniel Stenberg
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-30loadlibrary: Only load system DLLs from the system directorySteve Holme
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-10-15fread_func: move callback pointer from set to state structDaniel Stenberg
2015-05-21telnet: Fix read-callback change for Windows buildsJay Satiro
2015-05-20read_callback: move to SessionHandle from connectdataDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: use space after commaDaniel Stenberg