All static functions that were previously name Curl_* something no longer
[platform/upstream/curl.git] / lib / telnet.c
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-07 Daniel Stenbergif () => if()
2007-11-07 Dan FandrichImproved telnet support by drastically reducing the...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-10-17 Yang TseWe use this ZERO_NULL to avoid picky compiler warnings,
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-08-30 Dan FandrichRenamed several libcurl error codes and options to...
2007-03-25 Yang Tsefix compiler warning
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-05 Daniel Stenberg- Michael Wallner provided a patch that adds support...
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2006-10-21 Yang TseFix copy-paste error
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-07-19 Yang TseFix compiler warnings
2006-07-12 Yang TseRead the return value of the swrite() macro and 'print...
2006-07-12 Yang TseUse platform's native types for recv() and send() argum...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-07 Daniel Stenbergattempt to avoid warnings in picky environments by...
2005-03-15 Daniel Stenbergnonsense change for(;;) => while(1) just to prevent...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-18 Daniel StenbergDan Fandrich fix: eliminates some pedantic CodeWarrior...
2004-11-11 Daniel StenbergDan Fandrich added --disable-verbose
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-09 Daniel Stenbergmade telrcv() take a ssize_t argument instead of int...
2004-07-29 Daniel Stenbergfix a mingw32 build warning
2004-07-01 Daniel StenbergVariable type cleanups to please the picky MIPSPro...
2004-06-24 Daniel Stenberglength limit the sscanf() parsing to prevent buffer...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-26 Daniel StenbergTommyTam made a patch to handle stdin redirection for...
2004-03-23 Daniel Stenbergmake the variables that hold the result of strlen(...
2004-03-11 Daniel StenbergGisle Vanem's fixes to use CURL_SOCKET_BAD more instead...
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-03-03 Daniel StenbergDavid Byron's work on making libcurl only require winso...
2004-02-15 Daniel Stenberg(void) functions we don't check the return code for
2004-02-12 Daniel Stenbergremoved the subchar variable, it was only set and never...
2004-02-05 Daniel StenbergGisle Vanem fixed a windows compiler warning
2004-02-05 Daniel Stenbergfix return type to silence compiler warnings
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-10-19 Daniel Stenbergfixed the bug my previous change introduced
2003-10-18 Daniel Stenbergremoved gcc -Wshadow warning
2003-10-18 Daniel Stenbergmemory leak
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-07-25 Daniel StenbergRemoved #include <sys/resource.h>, as pointed out by...
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-03-12 Daniel StenbergMade set_local_option() properly static as reported...
2003-03-12 Daniel StenbergPrefix defines and symbols with CURL_ to reduce the...
2003-03-03 Daniel Stenberganother typecast added to please the borland compiler
2003-03-03 Daniel StenbergAdd (void) on our uses of the swrite() macro when we...
2003-03-02 Daniel Stenbergmoved a variable declaration to remove a compiler warni...
2003-02-28 Daniel Stenbergthe strequal and strnequal should now be called with...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-10-08 Daniel StenbergAdded timeout support for the non-windows version.
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-01-16 Daniel StenbergCurl_write() now takes a different 5th argument
2002-01-14 Daniel StenbergCurl_read() now returns a negative return code if EWOUL...
2002-01-04 Daniel Stenbergreplaced printf() => Curl_sendf()
2001-11-29 Daniel Stenbergstdin is file descriptor 0
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-17 Daniel StenbergLinus Nielsen Feltzing's telnet-for-win32 fixes
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-14 Daniel Stenbergconst and unsigned/signed fixes
2001-03-16 Daniel Stenbergadded memdebug.h include
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-03-05 Daniel Stenbergremoved an incorrect comment
2001-03-05 Daniel Stenbergfree the struct on done
2001-03-05 Daniel Stenbergtelnet without any static variables
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-01-31 Daniel Stenbergfixed up the telnet to work (using support from Linus...
2001-01-31 Daniel Stenbergcurl_read() and Curl_read() now have ssize_t in the...
2001-01-25 Daniel Stenberguses Curl_read() and Curl_write()
2001-01-17 Daniel StenbergTransfer is now Curl_Tranfer() and transfer.h is used...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-22 Daniel Stenberguses client_write()
2000-10-30 Daniel Stenbergnew urldata ssl layout and T. Bharath brought the new...
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
1999-12-29 Daniel StenbergInitial revision