summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-4/+4
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-12/+8
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-041-13/+0
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-081-1/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-3/+3
* connect: fix unreferenced parameter warningMarcel Raad2017-03-301-1/+1
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-0/+13
* Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris2016-12-181-18/+27
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-5/+5
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+4
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-6/+6
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* win: fix Universal Windows Platform buildMarcel Raad2016-10-161-3/+0
* connect: fix #ifdefs for debug versions of conn/streamclose() macrosDaniel Stenberg2016-08-301-1/+1
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-15/+16
* win: Basic support for Universal Windows Platform appsMarco Deckel2016-08-211-0/+3
* connect: disable TFO on Linux when using SSLJay Satiro2016-07-201-1/+4
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-12/+12
* connect.c: Fixed compilation warning from commit 332e8d6164Steve Holme2016-06-041-1/+2
* win32: Used centralised verify windows version functionSteve Holme2016-06-041-32/+4
* connect: fix invalid "Network is unreachable" errorsAntonio Larrosa2016-05-081-0/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* connect: make sure that rc is initialized in singleipconnect()Kamil Dudka2016-04-191-1/+1
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-181-2/+4
* connect: implement TCP Fast Open for OS XAlessandro Ghedini2016-04-181-1/+18
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-2/+10
* connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-201-3/+9
* 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