index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
telnet.c
Age
Commit message (
Collapse
)
Author
2001-08-14
const and unsigned/signed fixes
Daniel Stenberg
2001-03-16
added memdebug.h include
Daniel Stenberg
2001-03-14
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
Daniel Stenberg
from urldata to connectdata, quite correctly.
2001-03-05
removed an incorrect comment
Daniel Stenberg
2001-03-05
free the struct on done
Daniel Stenberg
2001-03-05
telnet without any static variables
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-01-31
fixed up the telnet to work (using support from Linus Nielsen)
Daniel Stenberg
2001-01-31
curl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg
2001-01-25
uses Curl_read() and Curl_write()
Daniel Stenberg
unfolded telwrite() instead of being a separate single function
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
and download.h
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-22
uses client_write()
Daniel Stenberg
2000-10-30
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg