summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* telnet: fix option parser to not send uninitialized contentsDaniel Stenberg2021-07-201-6/+11
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-7/+5
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-021-2/+2
* telnet: check sscanf() for correct number of matchesHarry Sintonen2021-05-241-1/+1
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-2/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-85/+82
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-16/+18
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-15/+15
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* telnet.c: depend on static requirement of WinSock version 2Marc Hoersken2020-09-021-122/+9
* copyright: update mismatched copyright yearsDaniel Stenberg2020-06-221-1/+1
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-061-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-2/+2
* 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