index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connect.c
Age
Commit message (
Expand
)
Author
2017-11-24
connect: add support for new TCP Fast Open API on Linux
Alessandro Ghedini
2017-11-23
connect: improve the bind error message
Jay Satiro
2017-11-15
macOS: Fix missing connectx function with Xcode version older than 9.0
Pavol Markovic
2017-11-12
connect.c: remove executable bit on file
Orgad Shaneh
2017-11-09
--interface: add support for Linux VRF
Luca Boccassi
2017-11-09
share: add support for sharing the connection cache
Daniel Stenberg
2017-11-09
connect: store IPv6 connection status after valid connection
Daniel Stenberg
2017-10-29
timeleft: made two more users of Curl_timeleft use timediff_t
Daniel Stenberg
2017-10-28
Curl_timeleft: change return type to timediff_t
Daniel Stenberg
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-09-29
connect: fix race condition with happy eyeballs timeout
Anders Bakken
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-16
configure: check for __builtin_available() availability (#1788)
Nick Zitzmann
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-07-10
curl_setup_once: Remove ERRNO/SET_ERRNO macros
Jay Satiro
2017-07-04
configure: remove checks for 5 functions never used
Daniel Stenberg
2017-06-08
expire: remove Curl_expire_latest()
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-03-30
connect: fix unreferenced parameter warning
Marcel Raad
2017-03-13
Improve code readbility
Sylvestre Ledru
2016-12-19
http_proxy: Fix proxy CONNECT hang on pending data
Jay Satiro
2016-12-18
Curl_getconnectinfo: avoid checking if the connection is closed
Isaac Boukris
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-25
add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}
Frank Gevaerts
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-10-16
win: fix Universal Windows Platform build
Marcel Raad
2016-08-30
connect: fix #ifdefs for debug versions of conn/streamclose() macros
Daniel Stenberg
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-21
win: Basic support for Universal Windows Platform apps
Marco Deckel
2016-07-20
connect: disable TFO on Linux when using SSL
Jay Satiro
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-04
connect.c: Fixed compilation warning from commit 332e8d6164
Steve Holme
2016-06-04
win32: Used centralised verify windows version function
Steve Holme
2016-05-08
connect: fix invalid "Network is unreachable" errors
Antonio Larrosa
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-19
connect: make sure that rc is initialized in singleipconnect()
Kamil Dudka
2016-04-18
connect: implement TCP Fast Open for Linux
Alessandro Ghedini
2016-04-18
connect: implement TCP Fast Open for OS X
Alessandro Ghedini
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-03-20
connect/ntlm/http: Fixed compilation warnings when verbose strings disabled
Steve Holme
2016-02-04
URLs: change more http to https
Viktor Szakats
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-16
getconnectinfo: Don't call recv(2) if socket == -1
Anders Bakken
2015-09-27
http2: set TCP_NODELAY unconditionally
Daniel Stenberg
[next]