summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich2008-06-031-46/+58
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-6/+6
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-15/+15
* if () => if()Daniel Stenberg2007-11-071-2/+2
* Improved telnet support by drastically reducing the number of writeDan Fandrich2007-11-071-23/+40
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-37/+37
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-8/+8
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-2/+29
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* fix compiler warningYang Tse2007-03-251-0/+8
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-8/+1
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-12/+12
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-1/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-2/+3
* Fix copy-paste errorYang Tse2006-10-211-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-4/+5
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-16/+16
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-3/+3
* Fix compiler warningsYang Tse2006-07-191-2/+2
* Read the return value of the swrite() macro and 'print' a message in case of ...Yang Tse2006-07-121-0/+20
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-121-4/+6
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-1/+0
* attempt to avoid warnings in picky environments by storing options asDaniel Stenberg2006-04-071-16/+13
* nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg2005-03-151-1/+1
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+4
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-20/+11
* Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg2004-11-181-4/+4
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-29/+29
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-1/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-26/+26
* made telrcv() take a ssize_t argument instead of int to better match otherDaniel Stenberg2004-08-091-2/+2
* fix a mingw32 build warningDaniel Stenberg2004-07-291-1/+2
* Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg2004-07-011-3/+4
* length limit the sscanf() parsing to prevent buffer overflowDaniel Stenberg2004-06-241-1/+1
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-96/+84
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-1/+3
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* TommyTam made a patch to handle stdin redirection for win32.Daniel Stenberg2004-04-261-8/+58
* make the variables that hold the result of strlen() size_tDaniel Stenberg2004-03-231-2/+2
* Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg2004-03-111-3/+4
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-1/+1
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-031-3/+126
* (void) functions we don't check the return code forDaniel Stenberg2004-02-151-2/+2
* removed the subchar variable, it was only set and never usedDaniel Stenberg2004-02-121-2/+1
* Gisle Vanem fixed a windows compiler warningDaniel Stenberg2004-02-051-44/+42
* fix return type to silence compiler warningsDaniel Stenberg2004-02-051-1/+1
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1