summaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
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-08-05Merge tag 'curl-7_61_0'Nils Gillmann
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-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-23spelling fixesViktor Szakats
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
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-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli
2017-08-22timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-08-22curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22Telnet: Write full buffer instead of byte-by-byteRichard Hsu
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-08-22lib: remove unused codeMarcel Raad
2017-08-22code: fix typos and style in commentsDaniel Gustafsson
2017-08-22telnet: (win32) fix read callback return variableDaniel Stenberg
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22telnet: Fix typosDaniel Gustafsson
2017-08-22telnet: fix windows compiler warningsDaniel Stenberg
2017-08-22CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel 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