summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* telnet: make MSVC ignore warning for assignment within conditionalDaniel Stenberg2023-03-291-0/+8
* telnet: simplify the implementation of str_is_nonascii()Kamil Dudka2023-03-281-5/+4
* telnet: only accept option arguments in asciiDaniel Stenberg2023-03-101-0/+15
* telnet: error correctly for WS set to "x[num]"Daniel Stenberg2023-02-241-2/+2
* telnet: parse NEW_ENVIRON without sscanfDaniel Stenberg2023-02-241-12/+9
* telnet: parse the WS= argument without sscanfDaniel Stenberg2023-02-241-4/+13
* telnet: parse telnet options without sscanfDaniel Stenberg2023-02-241-59/+77
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* smb/telnet: do not free the protocol struct in *_done()Daniel Stenberg2022-12-191-3/+0
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-0/+9
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-2/+2
* 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