SOCKOPTFUNCTION: callback can say already-connected
[platform/upstream/curl.git] / lib / connect.c
2011-02-17 Daniel StenbergSOCKOPTFUNCTION: callback can say already-connected
2011-02-09 Daniel StenbergCURLOPT_SOCKOPTFUNCTION: return proper error code
2011-01-10 Daniel Stenbergconnect: use UDP correctly
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-12-23 Daniel Stenbergmulti: connect fail => use next IP address
2010-12-03 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-12-01 Yang Tseconnect: fix compiler warning: unused variable
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-09-17 Daniel StenbergCurl_timeleft: avoid returning "no timeout" by mistake
2010-09-14 Daniel Stenbergmulti: don't do extra expire calls for the connection
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-08-20 Dirk ManskeCurl_is_connected: use correct errno
2010-08-10 Daniel Stenbergcallbacks: acknowledge progress callback error returns
2010-06-24 Daniel Stenbergmulti_socket: re-use of same socket without notifying app
2010-06-08 Yang Tseavoid redundant work when reusing same connection
2010-06-08 Yang Tsefix function result checking
2010-06-07 Yang TseCurl_updateconninfo() error handling fix
2010-06-05 Yang Tsereplace socklen_t with curl_socklen_t
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-05-07 Daniel Stenbergmulti interface: missed storing connection time
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-23 Daniel Stenbergmark connection as connected
2010-02-04 Yang Tsefix printf-style format strings
2010-02-02 Yang TseFix compiler warning: conditional expression is constant
2010-01-28 Yang Tsefix printf-style format strings
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2010-01-11 Daniel Stenberg- Made sure that the progress callback is repeatedly...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-10-01 Daniel Stenberg- Tom Mueller correctly reported in bug report #2870221
2009-10-01 Daniel Stenberg- Constantine Sapuntzakis: The current implementation...
2009-08-29 Gunter Knaufadd cast to silent compiler warning with 64bit systems.
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-05-07 Daniel StenbergCurl_sndbufset is (at times) defined in the header...
2009-05-07 Daniel Stenberg- Made the SO_SNDBUF setting for the data connection...
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-30 Yang Tsefix compiler warning: unused parameter
2009-04-28 Daniel Stenberg- Constantine Sapuntzakis filed bug report #2783090
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-28 Yang Tsefor portability reasons: s/inet_pton/Curl_inet_pton/
2009-02-27 Daniel Stenberg- Senthil Raja Velu reported a problem when CURLOPT_INT...
2008-12-30 Gunter Knaufchanged HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_...
2008-12-16 Gisle VanemAdded the use of Watt-32 tcp/ip stack for Win32 targets.
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-06 Yang TseMerged existing IPv4 and IPv6 Curl_ip2addr functions...
2008-11-03 Daniel Stenberg- Bug #2218480 (curl.haxx.se/bug/view.cgi?id=2218480...
2008-10-24 Dan FandrichStop using in6addr_any because it's not available every...
2008-10-24 Yang Tsefix compiler warning
2008-10-17 Yang Tseportability fix to avoid memory alignment problems
2008-10-13 Yang TseThere's no guarantee that a socket was involved at...
2008-10-11 Yang Tsefix compiler warning
2008-10-10 Dan FandrichAllow compilation when no IPv6 stack is available.
2008-10-09 Dan FandrichFixed the --interface option to work with IPv6 connecti...
2008-09-08 Yang Tsefix compiler warning
2008-08-26 Dan FandrichFixed out of memory problems that caused torture test...
2008-07-30 Daniel Stenberg- Phil Blundell added the CURLOPT_SCOPE option, as...
2008-07-28 Dan FandrichFixed display of the interface bind address in the...
2008-06-08 Gunter Knaufuse our *printf functions only.
2008-06-06 Daniel Stenberg- Added CURLINFO_PRIMARY_IP as a new information retrie...
2008-05-21 Dan FandrichRemoved some duplicated #includes
2008-05-12 Daniel Stenberg- Introducing curl_easy_send() and curl_easy_recv(...
2008-05-03 Daniel Stenberg- Jean-Francois Bertrand reported a libcurl crash with...
2008-05-01 Daniel Stenberg- Bart Whiteley provided a patch that made libcurl...
2008-04-22 Dan FandrichAdded support for running on Symbian OS.
2008-02-07 Daniel Stenberg- Refactored a lot of timeout code into a few functions...
2008-01-08 Yang TseChange typecast due to cool.haxx.se/cvs.cgi/curl/includ...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-10-17 Yang TseFix compiler warning: signed and unsigned type in condi...
2007-10-17 Yang TseFix compiler warning: comparison between signed and...
2007-10-04 Daniel StenbergKim Rinnewitz reported that --local-port didn't work...
2007-10-03 Daniel Stenbergexported symbols must use lowercase "curl_", and I...
2007-10-03 Daniel StenbergAlexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTIO...
2007-09-05 Dan FandrichMinix doesn't support getsockopt on UDP sockets or...
2007-08-30 Dan FandrichRenamed several libcurl error codes and options to...
2007-08-02 Daniel StenbergPatrick Monnerat's cleanup fix after my alloc-strings...
2007-08-01 Daniel StenbergPatrick Monnerat and I modified libcurl so that now...
2007-07-13 Daniel StenbergColin Hogben filed bug report #1750274
2007-07-13 Daniel StenbergDaniel Cater made libcurl build with CURL_NO_OLDIES...
2007-07-11 Gunter Knaufremoved now obsolete NETDB_DEFINE_CONTEXT macro calls.
2007-06-30 Gunter Knaufminor patches to enable building for NetWare CLIB.
2007-04-22 Yang TseAvoid an unnecessary call to gettimeofday() when
2007-04-19 Yang Tsefix comment and line spacing
2007-04-16 Daniel Stenberg- Robert Iakobashvil added curl_multi_socket_action...
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-03-13 Gisle VanemUse Curl_inet_pton() instead of inet_pton().
2007-03-11 Yang Tsefix compiler warning: unused variable
2007-03-09 Daniel Stenberg- Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-17 Yang TseMove portable error number symbolic name definitions...
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...
2006-12-22 Daniel Stenberg- David McCreedy fixed a bad call to getsockname()...
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
next