aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
AgeCommit message (Expand)Author
2004-03-23make the variables that hold the result of strlen() size_tDaniel Stenberg
2004-03-11Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg
2004-03-09Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg
2004-02-15(void) functions we don't check the return code forDaniel Stenberg
2004-02-12removed the subchar variable, it was only set and never usedDaniel Stenberg
2004-02-05Gisle Vanem fixed a windows compiler warningDaniel Stenberg
2004-02-05fix return type to silence compiler warningsDaniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-11-24FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg
2003-10-19fixed the bug my previous change introducedDaniel Stenberg
2003-10-18removed gcc -Wshadow warningDaniel Stenberg
2003-10-18memory leakDaniel Stenberg
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2003-07-25Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg
2003-07-19Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg
2003-06-26use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg
2003-03-12Made set_local_option() properly static as reported by Rick JonesDaniel Stenberg
2003-03-12Prefix defines and symbols with CURL_ to reduce the risk of colliding withDaniel Stenberg
2003-03-03another typecast added to please the borland compilerDaniel Stenberg
2003-03-03Add (void) on our uses of the swrite() macro when we don't read the returnDaniel Stenberg
2003-03-02moved a variable declaration to remove a compiler warnings with the MSVCDaniel Stenberg
2003-02-28the strequal and strnequal should now be called with the proper curl_ prefixDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-10-08Added timeout support for the non-windows version.Daniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-06-11added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-01-16Curl_write() now takes a different 5th argumentDaniel Stenberg
2002-01-14Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg
2002-01-04replaced printf() => Curl_sendf()Daniel Stenberg
2001-11-29stdin is file descriptor 0Daniel Stenberg
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-09-17Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-14const and unsigned/signed fixesDaniel Stenberg
2001-03-16added memdebug.h includeDaniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-05removed an incorrect commentDaniel Stenberg
2001-03-05free the struct on doneDaniel Stenberg
2001-03-05telnet without any static variablesDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-01-31fixed up the telnet to work (using support from Linus Nielsen)Daniel Stenberg
2001-01-31curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg
2001-01-25uses Curl_read() and Curl_write()Daniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg