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
2010-05-08
moved vars into conditional since seems that winsock implementation doesnt us...
Hacki
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-29
telnet: Allow programatic use of telnet.
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-04
fix printf-style format strings
Yang Tse
2010-02-02
Fix compiler warning: conditional expression is constant
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-03-12
Fix TELNET transfers not being aborted upon write callback failures
Yang Tse
2009-03-12
Add Curl_read() return code checking
Yang Tse
2009-03-11
fix previous commit misplaced break statement
Yang Tse
2009-03-11
Added TELNET timeout support for Windows builds
Yang Tse
2009-02-27
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-11-14
Added some #ifdefs around header files and change the EAGAIN test to
Dan Fandrich
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
fix warning
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2008-09-13
fix compiler warning: enumerated type mixed with another type
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-06-03
Fixed a problem where telnet data would be lost if an EWOULDBLOCK
Dan Fandrich
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-11-07
Improved telnet support by drastically reducing the number of write
Dan Fandrich
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-08-30
Renamed several libcurl error codes and options to make them more general
Dan Fandrich
2007-03-25
fix compiler warning
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-10-21
Fix copy-paste error
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-07-19
Fix compiler warnings
Yang Tse
2006-07-12
Read the return value of the swrite() macro and 'print' a message in case of ...
Yang Tse
2006-07-12
Use platform's native types for recv() and send() arguments.
Yang Tse
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-07
attempt to avoid warnings in picky environments by storing options as
Daniel Stenberg
2005-03-15
nonsense change for(;;) => while(1) just to prevent gcc from warning on
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
[next]