aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2008-11-14Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15fix warningDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-09-29Removed unneeded includes of signal.h and setjmp.hDan Fandrich
2008-09-13fix compiler warning: enumerated type mixed with another typeYang Tse
2008-09-06remove unnecessary typecasting of calloc()Yang Tse
2008-06-03Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich
2007-12-08All static functions that were previously name Curl_* something no longerDaniel Stenberg
2007-11-24struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg
2007-11-07if () => if()Daniel Stenberg
2007-11-07Improved telnet support by drastically reducing the number of writeDan Fandrich
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-03-25fix compiler warningYang Tse
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2007-02-05- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg
2007-01-16- Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg
2006-10-21Fix copy-paste errorYang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2006-08-30Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem
2006-08-29Watcom lacks <sys/time.h>.Gisle Vanem
2006-08-19Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg
2006-07-19Fix compiler warningsYang Tse
2006-07-12Read the return value of the swrite() macro and 'print' a message in case of ...Yang Tse
2006-07-12Use platform's native types for recv() and send() arguments.Yang Tse
2006-05-04Roland Blom filed bug report #1481217Daniel Stenberg
2006-04-07attempt to avoid warnings in picky environments by storing options asDaniel Stenberg
2005-03-15nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg
2005-02-09FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-18Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg
2004-11-11Dan Fandrich added --disable-verboseDaniel Stenberg
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-08-09made telrcv() take a ssize_t argument instead of int to better match otherDaniel Stenberg
2004-07-29fix a mingw32 build warningDaniel Stenberg
2004-07-01Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg
2004-06-24length limit the sscanf() parsing to prevent buffer overflowDaniel Stenberg
2004-06-24Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg
2004-05-12Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-04-26TommyTam made a patch to handle stdin redirection for win32.Daniel Stenberg
2004-03-23make the variables that hold the result of strlen() size_tDaniel Stenberg