summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* the strequal and strnequal should now be called with the proper curl_ prefixDaniel Stenberg2003-02-281-3/+3
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Added timeout support for the non-windows version.Daniel Stenberg2002-10-081-2/+17
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Curl_write() now takes a different 5th argumentDaniel Stenberg2002-01-161-2/+2
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-141-0/+2
* replaced printf() => Curl_sendf()Daniel Stenberg2002-01-041-29/+29
* stdin is file descriptor 0Daniel Stenberg2001-11-291-3/+3
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg2001-09-171-7/+97
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8