Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / telnet.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-19 Marc Hoerskentelnet.c: check sscanf results before passing them...
2014-04-19 Marc Hoerskentelnet.c: fix possible use of uninitialized variable
2014-04-19 Marc Hoerskentelnet.c: fix possible use of non-null-terminated strings
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE
2012-03-16 Yang Tsefix some compiler warnings
2012-01-26 Pierre JoyeMerge branch 'master' of github.com:bagder/curl
2012-01-19 Yang Tsetelnet.c: fix OOM triggered segfault
2012-01-18 Colin HogbenUse correct file descriptor for telnet upload.
2011-11-25 Yang Tsetelnet.c: fix MSVC compiler warning
2011-11-25 Daniel Stenbergtelnet: fix macros to allow proper semicolon use
2011-11-25 Laurent RabretTELNET: improved treatment of options
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-07 Yang Tsetelnet.c: fix compiler warning
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-14 Daniel Stenbergtelnet: allow programatic use on Windows
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2010-05-08 Hackimoved vars into conditional since seems that winsock...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-04 Yang Tsefix printf-style format strings
2010-02-02 Yang TseFix compiler warning: conditional expression is constant
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-03-12 Yang TseFix TELNET transfers not being aborted upon write callb...
2009-03-12 Yang TseAdd Curl_read() return code checking
2009-03-11 Yang Tsefix previous commit misplaced break statement
2009-03-11 Yang TseAdded TELNET timeout support for Windows builds
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenbergfix warning
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-13 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2008-09-06 Yang Tseremove unnecessary typecasting of calloc()
2008-06-03 Dan FandrichFixed a problem where telnet data would be lost if...
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...
next