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
2017-01-13
unix_socket: add support for abstract unix domain socket
Isaac Boukris
2017-01-13
IDN: Use TR46 non-transitional
Daniel Stenberg
2017-01-13
IDN: revert use of the transitional option
Daniel Stenberg
2017-01-13
IDN: Fix compile time detection of linidn2 TR46
Tim Rühsen
2017-01-13
url: --noproxy option overrides NO_PROXY environment variable
ERAMOTO Masaya
2017-01-13
url: Refactor detect_proxy()
ERAMOTO Masaya
2017-01-13
url: Fix NO_PROXY env var to work properly with --proxy option.
ERAMOTO Masaya
2017-01-13
IDN: Use TR46 'transitional' for toASCII translations
Tim Rühsen
2017-01-12
url: Fix parsing for when 'file' is the default protocol
Jay Satiro
2016-12-16
preproxy: renamed what was added as SOCKS_PROXY
Daniel Stenberg
2016-12-16
CURLOPT_SOCKS_PROXYTYPE: removed
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-12-01
URL parser: reject non-numerical port numbers
Daniel Stenberg
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
[prev]
[next]