index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
telnet.c
Age
Commit message (
Expand
)
Author
2018-08-21
curl-compilers: enable -Wimplicit-fallthrough=4 for GCC
Marcel Raad
2018-08-11
Silence GCC 8 cast-function-type warnings
Marcel Raad
2018-08-09
telnet: Remove unused macros TELOPTS and TELCMDS
Rikard Falkeborn
2018-07-01
telnet: fix clang warnings
Gisle Vanem
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-06-03
spelling fixes
Viktor Szakats
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-04-27
checksrc: force indentation of lines after an else
Daniel Gustafsson
2018-02-23
spelling fixes
Viktor Szakats
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-09-12
code style: use space after semicolon
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-07-31
libcurl: Stop using error codes defined under CURL_NO_OLDIES
Dwarakanath Yadavalli
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-07-10
curl_setup_once: Remove ERRNO/SET_ERRNO macros
Jay Satiro
2017-06-30
handler: refactor connection checking
Max Dymond
2017-05-02
Telnet: Write full buffer instead of byte-by-byte
Richard Hsu
2017-05-01
buffer: use data->set.buffer_size instead of BUFSIZE
Daniel Stenberg
2017-05-01
buffer_size: make sure it always has the correct size
Daniel Stenberg
2017-04-26
lib: remove unused code
Marcel Raad
2017-04-17
code: fix typos and style in comments
Daniel Gustafsson
2017-04-01
telnet: (win32) fix read callback return variable
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-02-07
telnet: Fix typos
Daniel Gustafsson
2017-01-24
telnet: fix windows compiler warnings
Daniel Stenberg
2017-01-19
CURLOPT_BUFFERSIZE: support enlarging receive buffer
Richy Kim
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-30
loadlibrary: Only load system DLLs from the system directory
Steve Holme
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-24
Revert "cleanup: general removal of TODO (and similar) comments"
Daniel Stenberg
2015-11-13
cleanup: general removal of TODO (and similar) comments
Daniel Stenberg
2015-10-15
fread_func: move callback pointer from set to state struct
Daniel Stenberg
2015-05-21
telnet: Fix read-callback change for Windows builds
Jay Satiro
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-02-25
Revert "telnet.c: fix handling of 0 being returned from custom read function"
Marc Hoersken
2015-02-25
telnet.c: fix invalid use of custom read function if not being set
Marc Hoersken
2015-02-24
telnet.c: fix handling of 0 being returned from custom read function
Marc Hoersken
[next]