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
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
2015-02-04
telnet: Prefer 'CURLcode result' for curl result codes
Steve Holme
2014-12-11
telnet: fix "cast increases required alignment of target type"
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-04-19
telnet.c: check sscanf results before passing them to snprintf
Marc Hoersken
2014-04-19
telnet.c: fix possible use of uninitialized variable
Marc Hoersken
2014-04-19
telnet.c: fix possible use of non-null-terminated strings
Marc Hoersken
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
[next]