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-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
2016-04-08
http_negotiate: Calculate service name and proxy service name locally
Steve Holme
2016-04-03
code: style updates
Daniel Stenberg
2016-04-01
url: Corrected get protocol family for FTP and LDAP
Steve Holme
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-30
multi: move Curl_do and Curl_do_done to multi.c and make static
Daniel Stenberg
2016-03-27
http_ntlm: Renamed from curl_ntlm.[c|h]
Steve Holme
2016-03-26
url: don't use bad offset in tld_check_name to show error
Jay Satiro
2016-03-11
url: Corrected indentation when calling idna_to_ascii_lz()
Steve Holme
2016-03-11
idn_win32: Use boolean based success codes
Steve Holme
2016-03-10
url.c: fix clang warning: no newline at end of file
Daniel Stenberg
2016-03-08
imap/pop3/smtp: Fixed connections upgraded with TLS are not reused
Steve Holme
2016-03-08
pipeline: Sanity check pipeline pointer before accessing it.
Anders Bakken
2016-03-01
url: if Curl_done is premature then pipeline not in use
Anders Bakken
2016-02-23
TFTP: add option to suppress TFTP option requests (Part 1)
Michael Koenig
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2016-01-26
NTLM: Fix ConnectionExists to compare Proxy credentials
Isaac Boukris
2016-01-11
ConnectionExists: only do pipelining/multiplexing when asked
Daniel Stenberg
2016-01-11
lib: Prefix URLs with lower-case protocol names/schemes
Mohammad AlSaleh
2016-01-11
IDN host names: Remove the port number before converting to ACE
Michael Kaufmann
2016-01-09
url: Fix compile error with --enable-werror
Tatsuhiro Tsujikawa
2016-01-08
Revert "multiplex: allow only once HTTP/2 is actually used"
Daniel Stenberg
2016-01-08
connection reuse: IDN host names fixed
Michael Kaufmann
2016-01-06
ConnectionExists: add missing newline in infof() call
Daniel Stenberg
2016-01-06
multiplex: allow only once HTTP/2 is actually used
Daniel Stenberg
2015-12-23
ConnectionExists: with *PIPEWAIT, wait for connections
Anders Bakken
[next]