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
2016-11-30
CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly
Michael Kaufmann
2016-11-28
http2: Fix crashes when parent stream gets aborted
Anders Bakken
2016-11-26
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Okhin Vasilij
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
2016-11-25
url: proxy: Use 443 as default port for https proxies
Thomas Glanzmann
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
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-22
url: Fix conn reuse for local ports and interfaces
Jay Satiro
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-11-17
Don't mix unix domain sockets with regular ones
Isaac Boukris
2016-11-11
URL-parser: for file://[host]/ URLs, the [host] must be localhost
Daniel Stenberg
2016-11-05
easy: Initialize info variables on easy init and duphandle
Jay Satiro
2016-10-31
url: remove unconditional idn2.h include
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-31
connectionexists: use case sensitive user/password comparisons
Daniel Stenberg
2016-10-31
escape: avoid using curl_easy_unescape() internally
Daniel Stenberg
2016-10-31
idn: switch to libidn2 use and IDNA2008 support
Daniel Stenberg
2016-10-31
urlparse: accept '#' as end of host name
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-10-17
url: skip to-be-closed connections when pipelining (follow-up)
Jay Satiro
2016-10-14
url: skip to-be-closed connections when pipelining
Rider Linden
2016-09-22
New libcurl option to keep sending on error
Michael Kaufmann
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-15
proxy: polished the error message for unsupported schemes
Daniel Stenberg
2016-08-15
proxy: reject attempts to use unsupported proxy schemes
Daniel Stenberg
2016-08-05
CURLOPT_TCP_NODELAY: now enabled by default
Daniel Stenberg
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-08-03
TLS: switch off SSL session id when client cert is used
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-30
URL parser: allow URLs to use one, two or three slashes
Daniel Stenberg
2016-05-15
ftp wildcard: segfault due to init only in multi_perform
Daniel Stenberg
2016-05-13
ConnectionExists: follow-up fix for proxy re-use
Michael Kaufmann
2016-05-09
TLS: move the ALPN/NPN enable bits to the connection
Daniel Stenberg
2016-05-03
connections: non-HTTP proxies on different ports aren't reused either
Daniel Stenberg
2016-05-01
tls: make setting pinnedkey option fail if not supported
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-25
url.c: fixed DEBUGASSERT() for WinSock workaround
Karlson2k
2016-04-20
url.c: Prefer we don't use explicit NULLs in conditions
Steve Holme
2016-04-20
NTLM: check for NULL pointer before deferencing
Isaac Boukris
2016-04-20
sendf.c: added ability to call recv() before send() as workaround
Karlson2k
2016-04-18
connect: implement TCP Fast Open for Linux
Alessandro Ghedini
2016-04-18
url: add CURLOPT_TCP_FASTOPEN option
Alessandro Ghedini
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-04-09
CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
Steve Holme
2016-04-09
url: Ternary operator code style changes
Steve Holme
2016-04-09
sasl: Fixed compilation errors from commit 9d89a0387
Steve Holme
2016-04-09
url: Corrected comments following 9d89a0387
Steve Holme
[prev]
[next]