Age | Commit message (Expand) | Author |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-06-20 | multi_socket: react on socket close immediately | Daniel Stenberg |
2013-05-01 | bindlocal: move brace out of #ifdef | Lars Johannesen |
2013-04-08 | tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSX | Robert Wruck |
2013-04-06 | connect: treat an interface bindlocal() problem as a non-fatal error | Kim Vandry |
2013-04-02 | SO_SNDBUF: don't set SNDBUF for win32 versions vista or later | Daniel Stenberg |
2013-04-01 | code-policed | Daniel Stenberg |
2013-03-31 | tcpkeepalive: support TCP_KEEPIDLE/TCP_KEEPINTVL on win32 | Daniel Stenberg |
2013-02-05 | singleipconnect: Update *sockp for all CURLE_OK | Tor Arntsen |
2013-02-05 | singleipconnect: remove dead assignment | Daniel Stenberg |
2013-02-01 | singleipconnect: simplify and clean up | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel 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 |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-07 | Curl_connecthost: friendlier "couldn't connect" message | Lars Buitinck |
2012-07-22 | keepalive: multiply value for OS-specific units | Daniel Stenberg |
2012-06-12 | Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing" | Yang Tse |
2012-06-11 | connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken |
2012-04-19 | singleipconnect: return OK even when Curl_socket() fails | Daniel Stenberg |
2012-04-03 | connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket fails | Lijo Antony |
2012-03-20 | fix several compiler warnings | Yang Tse |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-02-09 | add library support for tuning TCP_KEEPALIVE | Dave Reisner |
2012-01-28 | more resilient connection times among IP addresses | Pierre Ynard |
2012-01-28 | remove write-only variable | Pierre Ynard |
2012-01-16 | add LF termination to infof() trace string | 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-13 | connect.c: fix compiler warning 'enumerated type is mixed with another type' | Yang Tse |
2011-12-12 | CURLOPT_INTERFACE: avoid resolving interfaces names | Jason Glasgow |
2011-12-07 | Curl_closesocket: clear sock_accepted on close | Gokhan Sengun |
2011-12-05 | FTP: close callback fix | Daniel Stenberg |
2011-12-05 | FTP: call opensocket callback properly | Daniel Stenberg |
2011-12-05 | Curl_socket: internal replacement for socket() | Daniel Stenberg |
2011-10-17 | singleipconnect: unstick the ipv6-connection boolean | Daniel Stenberg |
2011-10-15 | singleipconnect: don't clobber errno | Daniel Stenberg |
2011-09-09 | tcpnodelay: rename variable | Daniel Stenberg |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-19 | connect: set TIMER_CONNECT | Daniel Stenberg |
2011-08-18 | FTP: fix proxy connect race condition | Daniel Stenberg |
2011-08-05 | BSD-style lwIP TCP/IP stack support - followup | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-06-10 | unittest: mark all unit tested functions | Daniel Stenberg |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |