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 (
Expand
)
Author
2003-03-12
Made set_local_option() properly static as reported by Rick Jones
Daniel Stenberg
2003-03-12
Prefix defines and symbols with CURL_ to reduce the risk of colliding with
Daniel Stenberg
2003-03-03
another typecast added to please the borland compiler
Daniel Stenberg
2003-03-03
Add (void) on our uses of the swrite() macro when we don't read the return
Daniel Stenberg
2003-03-02
moved a variable declaration to remove a compiler warnings with the MSVC
Daniel Stenberg
2003-02-28
the strequal and strnequal should now be called with the proper curl_ prefix
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-10-08
Added timeout support for the non-windows version.
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-06-11
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-01-16
Curl_write() now takes a different 5th argument
Daniel Stenberg
2002-01-14
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
Daniel Stenberg
2002-01-04
replaced printf() => Curl_sendf()
Daniel Stenberg
2001-11-29
stdin is file descriptor 0
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-17
Linus Nielsen Feltzing's telnet-for-win32 fixes
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
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
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
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
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
[prev]