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
2015-06-24
http2: Use nghttp2 library error code for error return value
Tatsuhiro Tsujikawa
2015-06-24
http2: Harden header validation for curl_pushheader_byname
Tatsuhiro Tsujikawa
2015-06-24
http2: curl_pushheader_byname now takes a const char *
Daniel Stenberg
2015-06-24
http2: free all header memory after the push callback
Daniel Stenberg
2015-06-24
http2: init the pushed transfer properly
Daniel Stenberg
2015-06-24
http2: fixed the header accessor functions for the push callback
Daniel Stenberg
2015-06-24
http2: setup the new pushed stream properly
Daniel Stenberg
2015-06-24
http2: initial implementation of the push callback
Daniel Stenberg
2015-06-23
pretransfer: init state.infilesize here, not in add_handle
Daniel Stenberg
2015-06-18
cookie: Fix bug in export if any-domain cookie is present
Jay Satiro
2015-06-18
FTP: fixed compiling with --disable-proxy, broken in b88f980a
Dan Fandrich
2015-06-18
Makefile.m32: add support for CURL_LDFLAG_EXTRAS
Viktor Szakats
2015-06-18
RTSP: removed another piece of dead code
Daniel Stenberg
2015-06-18
openssl: fix use of uninitialized buffer
Daniel Stenberg
2015-06-18
openssl: fix build with BoringSSL
Daniel Stenberg
2015-06-17
openssl: Fix build with openssl < ~ 0.9.8f
Paul Howarth
2015-06-17
FTP: do the HTTP CONNECT for data connection blocking
Daniel Stenberg
2015-06-17
http: do not leak basic auth credentials on re-used connections
Kamil Dudka
2015-06-17
SMB: rangecheck values read off incoming packet
Daniel Stenberg
2015-06-17
schannel: schannel_recv overhaul
Jay Satiro
2015-06-15
rtsp_do: fix DEAD CODE
Daniel Stenberg
2015-06-15
security:choose_mech fix DEAD CODE warning
Daniel Stenberg
2015-06-14
urldata: store POST size in state.infilesize too
Daniel Stenberg
2015-06-11
schannel: Add support for optional client certificates
Joel Depooter
2015-06-10
debug: remove http2 debug leftovers
Daniel Stenberg
2015-06-09
INTERNALS: cat lib/README* >> INTERNALS
Daniel Stenberg
2015-06-08
openssl: LibreSSL and BoringSSL do not use TLS_client_method
Jay Satiro
2015-06-09
CURLOPT_OPENSOCKETFUNCTION: return error at once
Daniel Stenberg
2015-06-07
openssl: Fix verification of server-sent legacy intermediates
Jay Satiro
2015-06-05
openssl: removed error string #ifdef
Daniel Stenberg
2015-06-05
openssl: removed USERDATA_IN_PWD_CALLBACK kludge
Daniel Stenberg
2015-06-05
openssl: remove SSL_get_session()-using code
Daniel Stenberg
2015-06-05
openssl: remove dummy callback use from SSL_CTX_set_verify()
Daniel Stenberg
2015-06-03
cookie: Stop exporting any-domain cookies
Jay Satiro
2015-06-02
curl_setup: Change fopen text macros to use 't' for MSDOS
Jay Satiro
2015-06-02
checksrc: detect fopen() for text without the FOPEN_* macros
Daniel Stenberg
2015-06-01
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
Jay Satiro
2015-05-31
HTTP-NTLM: fail auth on connection close instead of looping
Isaac Boukris
2015-05-31
README.pingpong: removed
Daniel Stenberg
2015-05-30
HTTP2: moved docs into docs/ and make it markdown
Daniel Stenberg
2015-05-30
README.http2: refreshed and added multiplexing info
Daniel Stenberg
2015-05-27
openssl: typo in comment
Daniel Melani
2015-05-27
openssl: Use TLS_client_method for OpenSSL 1.1.0+
Jay Satiro
2015-05-25
http2: Copy data passed in Curl_http2_switched into HTTP/2 connection buffer
Tatsuhiro Tsujikawa
2015-05-24
conncache: fixed memory leak on OOM (torture tests)
Dan Fandrich
2015-05-22
security: fix "Unchecked return value" from sscanf()
Daniel Stenberg
2015-05-22
security: simplify choose_mech
Daniel Stenberg
2015-05-22
RTSP: catch attempted unsupported requests better
Daniel Stenberg
2015-05-22
share_init: fix OOM crash
Daniel Stenberg
2015-05-22
parse_proxy: switch off tunneling if non-HTTP proxy
Daniel Stenberg
[next]