summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-0/+17
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-1/+6
* connect.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-181-8/+10
* trynextip: don't store 'ai' on failed connects...Daniel Stenberg2014-03-191-1/+1
* win32: Added additional preprocessor check for Version Helper APISteve Holme2014-01-181-1/+2
* win32: Corrected the preprocessor check for Version Helper APISteve Holme2014-01-171-1/+1
* connect.c:942:84: warning: Longer than 79 columnsDaniel Stenberg2014-01-161-1/+2
* connect.c: Corrected version compare in commit c7a76bb056f31eSteve Holme2014-01-151-1/+1
* win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme2014-01-151-3/+21
* multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg2014-01-121-2/+1
* Curl_updateconninfo: don't do anything for UDP "connections"Daniel Stenberg2014-01-081-0/+4
* trynextip: fix build for non-IPV6 capable systemsDaniel Stenberg2014-01-081-1/+5
* connect.c: Fixed compilation warningSteve Holme2013-12-281-1/+1
* connect: Try all addresses in first connection attemptBjörn Stenberg2013-12-281-6/+6
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* Curl_is_connected: use proxy name in error message when proxy is usedDaniel Stenberg2013-12-041-1/+2
* connect: Try next ip directly after immediate connect failBjörn Stenberg2013-11-271-6/+13
* connect: Close open but unconnected socket in singleipconnect()Steve Holme2013-11-171-6/+10
* connect: Forgot to correct line endings before push in commit ed1662c374361aSteve Holme2013-11-141-2/+2
* connect: Return the socket descriptor even on failBjörn Stenberg2013-11-141-3/+2
* connect: Close temporary sockets in conn_free()Björn Stenberg2013-11-101-1/+4
* connect: Add connection delay to Happy Eyeballs.Björn Stenberg2013-11-041-125/+74
* connect.c: Code policing on commit 5094bb53f4a027Steve Holme2013-11-031-1/+1
* connect: Fixed "Whut?" no server connection failuresSteve Holme2013-11-031-14/+6
* bugfix: Don't block waiting for socket1 connect.Björn Stenberg2013-10-291-11/+14
* Typo fix in trynextip().Björn Stenberg2013-10-271-1/+1
* Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg2013-10-271-149/+149
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-1/+1
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* multi_socket: react on socket close immediatelyDaniel Stenberg2013-06-201-2/+8
* bindlocal: move brace out of #ifdefLars Johannesen2013-05-011-10/+9
* tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSXRobert Wruck2013-04-081-0/+9
* connect: treat an interface bindlocal() problem as a non-fatal errorKim Vandry2013-04-061-36/+69
* SO_SNDBUF: don't set SNDBUF for win32 versions vista or laterDaniel Stenberg2013-04-021-0/+22
* code-policedDaniel Stenberg2013-04-011-2/+2
* tcpkeepalive: support TCP_KEEPIDLE/TCP_KEEPINTVL on win32Daniel Stenberg2013-03-311-2/+29
* singleipconnect: Update *sockp for all CURLE_OKTor Arntsen2013-02-051-0/+2
* singleipconnect: remove dead assignmentDaniel Stenberg2013-02-051-1/+0
* singleipconnect: simplify and clean upDaniel Stenberg2013-02-011-91/+49
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-7/+35
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1248
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1248/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-16/+16
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-4/+2
* Curl_connecthost: friendlier "couldn't connect" messageLars Buitinck2012-11-071-1/+3
* keepalive: multiply value for OS-specific unitsDaniel Stenberg2012-07-221-0/+9
* Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"Yang Tse2012-06-121-21/+17