Age | Commit message (Expand) | Author |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-03-30 | connect: fix unreferenced parameter warning | Marcel Raad |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-18 | Curl_getconnectinfo: avoid checking if the connection is closed | Isaac Boukris |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-08-30 | connect: fix #ifdefs for debug versions of conn/streamclose() macros | Daniel Stenberg |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-09-27 | http2: set TCP_NODELAY unconditionally | Daniel Stenberg |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2013-11-05 | connect.h: Updated copyright year for last edit | Steve Holme |
2013-11-04 | connect: Add connection delay to Happy Eyeballs. | Björn Stenberg |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2011-12-20 | timeleft_accept: ack global timeout, moved to ftp.c | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-05 | Curl_socket: internal replacement for socket() | Daniel Stenberg |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-07 | BSD-style lwIP TCP/IP stack support - followup | Yang Tse |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) | Yang Tse |
2010-09-06 | portabilty: use proper variable type to hold sockets | Daniel Stenberg |
2010-06-07 | Curl_updateconninfo() error handling fix | Yang Tse |
2010-06-05 | getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT | Frank Meier |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-05-07 | - Made the SO_SNDBUF setting for the data connection socket for ftp uploads as | Daniel Stenberg |
2008-11-03 | - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a | Daniel Stenberg |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2006-07-21 | Constify some arguments in Curl_connecthost() and singleipconnect(). | Gisle Vanem |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2005-01-29 | conn->ip_addr MUST NOT be used on re-used connections | Daniel Stenberg |
2004-06-30 | make the SSL connect use the same default connect timeout define as the | Daniel Stenberg |
2004-06-29 | corrected the Curl_is_connected() proto | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |