| Commit message (Expand) | Author | Age | Files | Lines |
* | always-multi: always use non-blocking internals | Daniel Stenberg | 2013-01-17 | 1 | -7/+35 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+1248 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -1248/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -16/+16 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -6/+0 |
* | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing | 2012-12-07 | 1 | -4/+2 |
* | Curl_connecthost: friendlier "couldn't connect" message | Lars Buitinck | 2012-11-07 | 1 | -1/+3 |
* | keepalive: multiply value for OS-specific units | Daniel Stenberg | 2012-07-22 | 1 | -0/+9 |
* | Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing" | Yang Tse | 2012-06-12 | 1 | -21/+17 |
* | connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken | 2012-06-11 | 1 | -17/+21 |
* | singleipconnect: return OK even when Curl_socket() fails | Daniel Stenberg | 2012-04-19 | 1 | -1/+4 |
* | connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket fails | Lijo Antony | 2012-04-03 | 1 | -1/+1 |
* | fix several compiler warnings | Yang Tse | 2012-03-20 | 1 | -3/+3 |
* | fix some compiler warnings | Yang Tse | 2012-03-16 | 1 | -1/+1 |
* | add library support for tuning TCP_KEEPALIVE | Dave Reisner | 2012-02-09 | 1 | -0/+32 |
* | more resilient connection times among IP addresses | Pierre Ynard | 2012-01-28 | 1 | -8/+11 |
* | remove write-only variable | Pierre Ynard | 2012-01-28 | 1 | -3/+1 |
* | add LF termination to infof() trace string | Yang Tse | 2012-01-16 | 1 | -2/+2 |
* | timeleft_accept: ack global timeout, moved to ftp.c | Daniel Stenberg | 2011-12-20 | 1 | -28/+0 |
* | FTP: perform active connections non-blocking | Gokhan Sengun | 2011-12-20 | 1 | -0/+28 |
* | connect.c: fix compiler warning 'enumerated type is mixed with another type' | Yang Tse | 2011-12-13 | 1 | -2/+2 |
* | CURLOPT_INTERFACE: avoid resolving interfaces names | Jason Glasgow | 2011-12-12 | 1 | -1/+16 |
* | Curl_closesocket: clear sock_accepted on close | Gokhan Sengun | 2011-12-07 | 1 | -3/+6 |
* | FTP: close callback fix | Daniel Stenberg | 2011-12-05 | 1 | -4/+8 |
* | FTP: call opensocket callback properly | Daniel Stenberg | 2011-12-05 | 1 | -6/+12 |
* | Curl_socket: internal replacement for socket() | Daniel Stenberg | 2011-12-05 | 1 | -58/+67 |
* | singleipconnect: unstick the ipv6-connection boolean | Daniel Stenberg | 2011-10-17 | 1 | -5/+4 |
* | singleipconnect: don't clobber errno | Daniel Stenberg | 2011-10-15 | 1 | -3/+3 |
* | tcpnodelay: rename variable | Daniel Stenberg | 2011-09-09 | 1 | -3/+3 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -1/+1 |
* | connect: set TIMER_CONNECT | Daniel Stenberg | 2011-08-19 | 1 | -1/+2 |
* | FTP: fix proxy connect race condition | Daniel Stenberg | 2011-08-18 | 1 | -2/+2 |
* | BSD-style lwIP TCP/IP stack support - followup | Yang Tse | 2011-08-05 | 1 | -1/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+0 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -3/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | unittest: mark all unit tested functions | Daniel Stenberg | 2011-06-10 | 1 | -0/+2 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -2/+2 |
* | compiler warning: fix | Yang Tse | 2011-05-26 | 1 | -0/+1 |
* | CLOSESOCKETFUNCTION: use the callback | Daniel Stenberg | 2011-05-18 | 1 | -3/+4 |
* | CLOSESOCKETFUNCTION: added | Daniel Stenberg | 2011-05-18 | 1 | -8/+21 |
* | multi-socks: fix connect to proxy | Daniel Stenberg | 2011-04-28 | 1 | -1/+7 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -3/+3 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -11/+11 |
* | async resolvers: further cleanups | Daniel Stenberg | 2011-04-25 | 1 | -1/+1 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -1/+1 |
* | checkconnection: don't call with NULL pointer | Daniel Stenberg | 2011-04-11 | 1 | -0/+3 |
* | SOCKOPTFUNCTION: callback can say already-connected | Daniel Stenberg | 2011-02-17 | 1 | -4/+8 |
* | CURLOPT_SOCKOPTFUNCTION: return proper error code | Daniel Stenberg | 2011-02-09 | 1 | -1/+1 |