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
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-04-26
TommyTam made a patch to handle stdin redirection for win32.
Daniel Stenberg
2004-03-23
make the variables that hold the result of strlen() size_t
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-03-03
David Byron's work on making libcurl only require winsock 1.1 on Windows
Daniel Stenberg
2004-02-15
(void) functions we don't check the return code for
Daniel Stenberg
2004-02-12
removed the subchar variable, it was only set and never used
Daniel Stenberg
2004-02-05
Gisle Vanem fixed a windows compiler warning
Daniel Stenberg
2004-02-05
fix return type to silence compiler warnings
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-11-24
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Daniel Stenberg
2003-10-19
fixed the bug my previous change introduced
Daniel Stenberg
2003-10-18
removed gcc -Wshadow warning
Daniel Stenberg
2003-10-18
memory leak
Daniel Stenberg
2003-10-14
Gisle Vanem's IPv6-on-Windows patch applied!
Daniel Stenberg
2003-07-25
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
Daniel Stenberg
2003-07-19
Access the user and passwd fields from the connectdata struct now instead
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
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
[prev]
[next]