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
/
url.c
Age
Commit message (
Expand
)
Author
2019-06-17
conn_maxage: move the check to prune_dead_connections()
Daniel Stenberg
2019-06-12
url: Fix CURLOPT_MAXAGE_CONN time comparison
Cliff Crosland
2019-06-10
multi: make sure 'data' can present in several sockhash entries
Daniel Stenberg
2019-05-29
url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows
Steve Holme
2019-05-28
parse_proxy: make sure portptr is initialized
Daniel Stenberg
2019-05-28
url: default conn->port to the same as conn->remote_port
Daniel Stenberg
2019-05-28
conncache: make "bundles" per host name when doing proxy tunnels
Daniel Stenberg
2019-05-25
Revert all SASL authzid (new feature) commits
Jay Satiro
2019-05-24
Fix typo.
Gisle Vanem
2019-05-23
config-win32: add support for if_nametoindex and getsockname
Zenju
2019-05-23
url: fix bad #ifdef
Daniel Stenberg
2019-05-22
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
Steve Holme
2019-05-22
parse_proxy: use the IPv6 zone id if given
Daniel Stenberg
2019-05-21
url: convert the zone id from a IPv6 URL to correct scope id
Daniel Stenberg
2019-05-17
libcurl: #ifdef away more code for disabled features/protocols
Daniel Stenberg
2019-05-15
parse_proxy: use the URL parser API
Daniel Stenberg
2019-05-15
http_ntlm: Move the NTLM state out of the ntlmdata structure
Steve Holme
2019-05-14
url: Remove duplicate clean up of the winbind variables in conn_shutdown()
Steve Holme
2019-05-14
url: Remove unnecessary initialisation from allocate_conn()
Steve Holme
2019-05-13
proxy: acknowledge DISABLE_PROXY more
Daniel Stenberg
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-05-11
http_digest: Don't expose functions when HTTP and Crypto Auth are disabled
Steve Holme
2019-05-06
ssh: define USE_SSH if SSH is enabled (any backend)
Daniel Stenberg
2019-05-01
ConnectionExists: improve non-multiplexing use case
Daniel Stenberg
2019-04-21
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
Daniel Stenberg
2019-04-20
Curl_disconnect: treat all CONNECT_ONLY connections as "dead"
Daniel Stenberg
2019-04-11
url: always clone the CUROPT_CURLU handle
Daniel Stenberg
2019-04-06
pipelining: removed
Daniel Stenberg
2019-03-17
conncache: use conn->data to know if a transfer owns it
Daniel Stenberg
2019-03-14
Negotiate: fix for HTTP POST with Negotiate
Dominik Hölzl
2019-03-04
CURLU: fix NULL dereference when used over proxy
Daniel Stenberg
2019-03-03
alt-svc: the libcurl bits
Daniel Stenberg
2019-03-01
urldata: simplify bytecounters
Daniel Stenberg
2019-02-22
url: change conn shutdown order to unlink data as last step
Jay Satiro
2019-02-19
connection: never reuse CONNECT_ONLY conections
Daniel Stenberg
2019-02-14
strip_trailing_dot: make sure NULL is never used for strlen
Daniel Stenberg
2019-02-14
connection_check: restore original conn->data after the check
Jay Satiro
2019-02-11
connection_check: set ->data to the transfer doing the check
Daniel Stenberg
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2019-02-09
url/idnconvert: remove scan for <= 32 ascii values
Daniel Stenberg
2019-02-06
url: close TLS before removing conn from cache
Chris Araman
2019-02-01
schannel: stop calling it "winssl"
Daniel Stenberg
2019-01-15
extract_if_dead: follow-up to 54b201b48c90a
Daniel Stenberg
2019-01-13
extract_if_dead: use a known working transfer when checking connections
Daniel Stenberg
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2019-01-04
printf: fix format specifiers
Rikard Falkeborn
2018-12-27
url: fix incorrect indentation
Daniel Gustafsson
2018-12-23
disconnect: set conn->data for protocol disconnect
Daniel Stenberg
2018-12-22
conncache_unlock: avoid indirection by changing input argument type
Daniel Stenberg
2018-12-22
disconnect: separate connections and easy handles better
Daniel Stenberg
[next]