summaryrefslogtreecommitdiff
path: root/lib/telnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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