summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* getconnectinfo: Don't call recv(2) if socket == -1Anders Bakken2015-11-161-2/+2
* http2: set TCP_NODELAY unconditionallyDaniel Stenberg2015-09-271-4/+3
* build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa2015-09-261-2/+2
* win32: Fix compilation warnings from commit 40c921f8b8Steve Holme2015-08-011-1/+5
* Windows: Fix VerifyVersionInfo callsJay Satiro2015-07-221-8/+9
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-091-1/+4
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-121-2/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* curl_easy_recv/send: make them work with the multi interfaceYamada Yasuharu2015-03-231-4/+9
* checksrc: use space after commaDaniel Stenberg2015-03-171-2/+2
* connect: Fix happy eyeballs logic for IPv4-only buildsJay Satiro2015-03-161-4/+2
* closesocket: call multi socket cb on close even with custom closeFrank Meier2015-03-151-1/+3
* conncontrol: only log changes to the connection bitDaniel Stenberg2015-03-071-5/+6
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* connect: wait for IPv4 connection attemptsKamil Dudka2015-02-231-2/+7
* connect: avoid skipping an IPv4 addressKamil Dudka2015-02-231-2/+6
* ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6Daniel Stenberg2015-01-201-3/+11
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-5/+7
* connect: singleipconnect(): properly try other address families after failurePatrick Monnerat2014-12-161-1/+1
* updateconninfo: clear destination struct before getsockname()Daniel Stenberg2014-12-041-0/+1
* lib/connect: restrict IP/TCP options to said socketsPeter Wu2014-11-301-11/+15
* multi: inform about closed sockets before they are closedJon Spencer2014-11-191-1/+2
* debug: added new connection cache output, plus fixupsCarlo Wood2014-11-181-1/+1
* connect.c: Fixed compilation warning when no verbose string supportSteve Holme2014-11-161-0/+5
* code cleanup: Use 'CURLcode result'Steve Holme2014-10-301-4/+5
* code cleanup: We prefer 'CURLcode result'Steve Holme2014-10-281-15/+15
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-21/+20
* cleanups: reduce variable scopeDaniel Stenberg2014-10-141-8/+9
* singleipconnect: remove dead assignment never usedDaniel Stenberg2014-10-141-1/+1
* nonblock: call with (void) to show we ignore the return codeDaniel Stenberg2014-10-041-1/+1
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-1/+1
* win32: Fixed WinSock 2 #ifHaris Okanovic2014-08-211-1/+1
* compiler warnings: potentially uninitialized variablesMarcel Raad2014-07-051-1/+1
* 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