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
Age
Commit message (
Expand
)
Author
2016-05-08
connect: fix invalid "Network is unreachable" errors
Antonio Larrosa
2016-05-03
connections: non-HTTP proxies on different ports aren't reused either
Daniel Stenberg
2016-05-02
http: make sure a blank header overrides accept_decoding
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-29
memdebug.h: remove inclusion of other headers
Daniel Stenberg
2016-04-28
mbedtls: Fix session resume
Jay Satiro
2016-04-26
openssl: avoid BN_print a NULL bignum
Daniel Stenberg
2016-04-26
CONNECT_ONLY: don't close connection on GSS 401/407 reponses
Marcel Raad
2016-04-26
mbedtls.c: silly spellfix of a comment
Daniel Stenberg
2016-04-25
multi: accidentally used resolved host name instead of proxy
Daniel Stenberg
2016-04-25
url.c: fixed DEBUGASSERT() for WinSock workaround
Karlson2k
2016-04-24
PolarSSL: Implement public key pinning
moparisthebest
2016-04-21
openssl: builds with OpenSSL 1.1.0-pre5
Daniel Stenberg
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-19
connect: make sure that rc is initialized in singleipconnect()
Kamil Dudka
2016-04-19
lib/checksrc.whitelist: not needed anymore
Daniel Stenberg
2016-04-19
vtls.h: remove a space before semicolon
Daniel Stenberg
2016-04-19
darwinssl: removed commented out code
Daniel Stenberg
2016-04-19
http_chunks: removed checksrc disable
Daniel Stenberg
2016-04-19
imap: inlined checksrc disable instead of whitelist edit
Daniel Stenberg
2016-04-19
checksrc: taught to skip comments
Daniel Stenberg
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-18
url: add CURLOPT_TCP_FASTOPEN option
Alessandro Ghedini
2016-04-18
checksrc: pass on -D so the whitelists are found correctly
Daniel Stenberg
2016-04-18
includes: avoid duplicate memory callback typdefs even harder
Daniel Stenberg
2016-04-18
checksrc/makefile.am: use $top_srcdir to find source files
Daniel Stenberg
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-04-12
http2: Use size_t type for data drain count
Jay Satiro
2016-04-11
http2: Improve header parsing
Jay Satiro
2016-04-11
http2: Add Curl_http2_strerror for HTTP/2 error codes
Jay Satiro
2016-04-11
http2: Don't increment drain when one header field is received
Tatsuhiro Tsujikawa
2016-04-11
http2: Ensure that http2_handle_stream_close is called
Tatsuhiro Tsujikawa
2016-04-11
http2: Process paused data first before tear down http2 session
Tatsuhiro Tsujikawa
2016-04-11
http2: Check session closure early in http2_recv
Tatsuhiro Tsujikawa
2016-04-11
http2: Add handling stream level error
Tatsuhiro Tsujikawa
2016-04-11
http2: drain the socket better...
Daniel Stenberg
2016-04-09
CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
Steve Holme
2016-04-09
urldata: Use bool for socks5_gssapi_nec as it is a flag
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
Makefile: Fixed echo of checksrc check
Steve Holme
2016-04-08
checksrc: Fix issue with the autobuilds not picking up the whitelist
Steve Holme
2016-04-08
checksrc: Added missing vauth and vtls directories
Steve Holme
2016-04-08
ftp/imap/pop3/smtp: Allow the service name to be overridden
Steve Holme
2016-04-08
http_negotiate: Calculate service name and proxy service name locally
Steve Holme
[next]