summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-7/+7
* fixed the bug my previous change introducedDaniel Stenberg2003-10-191-1/+1
* removed gcc -Wshadow warningDaniel Stenberg2003-10-181-2/+2
* memory leakDaniel Stenberg2003-10-181-2/+1
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-2/+1
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-251-1/+0
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-1/+1
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* Made set_local_option() properly static as reported by Rick JonesDaniel Stenberg2003-03-121-1/+2
* Prefix defines and symbols with CURL_ to reduce the risk of colliding withDaniel Stenberg2003-03-121-274/+276
* another typecast added to please the borland compilerDaniel Stenberg2003-03-031-1/+1
* Add (void) on our uses of the swrite() macro when we don't read the returnDaniel Stenberg2003-03-031-4/+4
* moved a variable declaration to remove a compiler warnings with the MSVCDaniel Stenberg2003-03-021-1/+1