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
2014-04-04
PROXYHEADER: send these headers in "normal" proxy requests too
Daniel Stenberg
2014-04-04
CURLOPT_HEADEROPT: added
Daniel Stenberg
2014-04-04
CURLOPT_PROXYHEADER: set headers for proxy-only
Daniel Stenberg
2014-04-04
HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue
Daniel Stenberg
2014-04-03
ftp: in passive data connect wait for happy eyeballs sockets
Daniel Stenberg
2014-04-03
http2+openssl: fix compiler warnings in ALPN using code
Daniel Stenberg
2014-04-01
smtp: Fixed login denied with a RFC-821 based server
Steve Holme
2014-04-01
urldata: spellfix comment
Daniel Stenberg
2014-03-31
ipv6: strip off zone identifiers in redirects too
Daniel Stenberg
2014-03-31
http2: let openssl mention the exact protocol negotiated
Daniel Stenberg
2014-03-31
http2: remove _DRAFT09 from the NPN_HTTP2 enum
Daniel Stenberg
2014-03-31
URL parser: IPv6 zone identifiers are now supported
Till Maas
2014-03-28
smtp: Fixed login denied when server doesn't support AUTH capability
Steve Holme
2014-03-26
hostcheck: added a system include to define struct in_addr
Dan Fandrich
2014-03-25
Curl_cert_hostcheck: strip trailing dots in host name and wildcard
Daniel Stenberg
2014-03-25
Curl_cert_hostcheck: reject IP address wildcard matches
Daniel Stenberg
2014-03-25
url: Fixed connection re-use when using different log-in credentials
Steve Holme
2014-03-22
polarssl: avoid extra newlines in debug messages
Gisle Vanem
2014-03-20
rtsp: parse "Session:" header properly
Daniel Stenberg
2014-03-19
trynextip: don't store 'ai' on failed connects...
Daniel Stenberg
2014-03-19
polarssl: fix possible handshake timeout issue in multi.
Gaël PORTAY
2014-03-18
polarssl: break compatibility with version older than 1.3.
Gaël PORTAY
2014-03-18
polarssl: drop use of 1.2 compatibility header.
Gaël PORTAY
2014-03-18
polarssl: added missing end-of-comment from previous commit
Daniel Stenberg
2014-03-17
polarssl: now require 1.3.0+
Daniel Stenberg
2014-03-17
polarssl: fix compilation
hasufell
2014-03-15
nss: allow to enable/disable new AES GCM cipher-suites
Kamil Dudka
2014-03-15
nss: allow to enable/disable new HMAC-SHA256 cipher-suites
Kamil Dudka
2014-03-15
nss: do not enable AES cipher-suites by default
Kamil Dudka
2014-03-15
ssh: prevent a logic error that could result in an infinite loop
Dan Fandrich
2014-03-14
ssh: removed a redundant close state transition
Dan Fandrich
2014-03-14
ssh: abort immediately on a header callback error
Dan Fandrich
2014-03-14
chunked-encoding: provide a readable error string for chunked errors
Daniel Stenberg
2014-03-10
http2: free resources on disconnect
Tatsuhiro Tsujikawa
2014-03-10
openssl: info massage with SSL version used
Daniel Stenberg
2014-03-09
README.http2: clarify the build prerequisites
Daniel Stenberg
2014-03-06
ssh: fix compiler warning converting ssize_t to int
Daniel Stenberg
2014-03-06
ssh: Fixed a style warning
Dan Fandrich
2014-03-06
ssh: Pass errors from libssh2_sftp_read up the stack
Dan Fandrich
2014-03-06
parse_remote_port: error out on illegal port numbers better
Daniel Stenberg
2014-03-05
remote_port: allow connect to port 0
Daniel Stenberg
2014-03-03
multi_runsingle: move timestamp into INIT
Daniel Stenberg
2014-03-03
hostcheck: update comment after previous change
Daniel Stenberg
2014-03-03
hostcheck: Curl_cert_hostcheck is not used by NSS builds
Daniel Stenberg
2014-03-03
x509asn: moved out Curl_verifyhost from NSS builds
Daniel Stenberg
2014-03-03
NSS: avoid compiler warnings when built without http2 support
Daniel Stenberg
2014-03-03
Rework Open Watcom make files to use standard Wmake features
Jiri Malak
2014-03-02
parsedate: Fixed compilation warning
Jiri Malak
2014-02-28
transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5e
Steve Holme
2014-02-28
Fix bug that HTTP/2 hangs if whole response body is read with headers
Tatsuhiro Tsujikawa
[next]