summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-13/+13
* const and unsigned/signed fixesDaniel Stenberg2001-08-141-3/+3
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-141-1/+1
* removed an incorrect commentDaniel Stenberg2001-03-051-1/+0
* free the struct on doneDaniel Stenberg2001-03-051-0/+4
* telnet without any static variablesDaniel Stenberg2001-03-051-169/+202
* multiple connection support initial commitDaniel Stenberg2001-02-201-479/+658
* fixed up the telnet to work (using support from Linus Nielsen)Daniel Stenberg2001-01-311-9/+11
* curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg2001-01-311-1/+1
* uses Curl_read() and Curl_write()Daniel Stenberg2001-01-251-77/+40
* Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg2001-01-171-1/+1
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-7/+16
* dual-license fixDaniel Stenberg2001-01-031-36/+11
* uses client_write()Daniel Stenberg2000-11-221-5/+5
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-4/+5
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-3/+3
* moved here from the newlib branchDaniel Stenberg2000-05-221-15/+21
* Initial revisionDaniel Stenberg1999-12-291-0/+937