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
2017-05-29
mbedtls: fix variable shadow warning
Jay Satiro
2017-05-25
ssh: fix 'left' may be used uninitialized
Daniel Stenberg
2017-05-24
time: fix type conversions and compiler warnings
Michael Kaufmann
2017-05-23
redirect: store the "would redirect to" URL when max redirs is reached
Daniel Stenberg
2017-05-24
LDAP: fixed checksrc issue
Sergei Nikulov
2017-05-23
LDAP: using ldap_bind_s on Windows with methods (#878)
Sergei Nikulov
2017-05-23
cmake: fix build on Ubuntu 14.04
Akhil Kedia
2017-05-23
url: fix declaration of 'pipe' shadows a global declaration
Daniel Stenberg
2017-05-22
memdebug: fix compilation failure
Kamil Dudka
2017-05-22
assert: avoid, use DEBUGASSERT instead!
Daniel Stenberg
2017-05-21
cmake: Add CURL_CA_FALLBACK to curl_config.h.cmake
Simon Warta
2017-05-20
ssh: ignore timeouts during disconnect
Daniel Stenberg
2017-05-16
darwinssl: Fix exception when processing a client-side certificate file
Nick Zitzmann
2017-05-16
curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM
Daniel Stenberg
2017-05-15
SecureTransport/DarwinSSL: Implement public key pinning
moparisthebest
2017-05-13
url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough
Dan Fandrich
2017-05-12
multi: remove leftover debug infof() calls from e9fd794a6
Daniel Stenberg
2017-05-12
pipeline: fix mistakenly trying to pipeline POSTs
Daniel Stenberg
2017-05-12
mbedtls: Support server renegotiation request
Ron Eldor
2017-05-11
formdata: fix -Wcomma warning
Marcel Raad
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-05-09
formboundary: convert assert into run-time check
Daniel Stenberg
2017-05-08
rand: treat fake entropy the same regardless of endianness
Jay Satiro
2017-05-07
asyn-thread: fix unused macro warnings
Marcel Raad
2017-05-07
tftp: silence bad-function-cast warning
Marcel Raad
2017-05-04
schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOT
Dan Fandrich
2017-05-04
curl_setup_once: use SEND_QUAL_ARG2 for swrite
Marcel Raad
2017-05-03
lib: fix compiler warnings
Marcel Raad
2017-05-02
Telnet: Write full buffer instead of byte-by-byte
Richard Hsu
2017-05-02
gtls: fixed a lingering BUFSIZE reference
Dan Fandrich
2017-05-02
ssh: fix compiler warning from e40e9d7f0de
Daniel Stenberg
2017-05-02
url: let CURLOPT_BUFFERSIZE realloc to smaller sizes too
Daniel Stenberg
2017-05-01
BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE
Daniel Stenberg
2017-05-01
openssl: use local stack for temp storage
Daniel Stenberg
2017-05-01
sendf: remove use of BUFSIZE from debug data conversions
Daniel Stenberg
2017-05-01
buffer: use data->set.buffer_size instead of BUFSIZE
Daniel Stenberg
2017-05-01
krb5: use private buffer for temp string, not receive buffer
Daniel Stenberg
2017-05-01
upload: UPLOAD_BUFSIZE is now for the upload buffer
Daniel Stenberg
2017-05-01
http-proxy: use a dedicated CONNECT response buffer
Daniel Stenberg
2017-05-01
transfer: fix minor buffer_size mistake
Daniel Stenberg
2017-05-01
failf: use private buffer, don't clobber receive buffer
Daniel Stenberg
2017-05-01
pingpong: use the set buffer size
Daniel Stenberg
2017-05-01
http2: use the correct set buffer size
Daniel Stenberg
2017-05-01
http: don't clobber the receive buffer for timecond
Daniel Stenberg
2017-05-01
buffer_size: make sure it always has the correct size
Daniel Stenberg
2017-05-01
file: use private buffer for C-L output
Daniel Stenberg
2017-05-01
CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
Daniel Stenberg
2017-05-01
ftp: use private buffer for temp storage, not receive buffer
Daniel Stenberg
2017-05-01
http: use private user:password output buffer
Daniel Stenberg
[prev]
[next]