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-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
2017-05-01
curl_setup: Ensure no more than one IDN lib is enabled
Jay Satiro
2017-04-30
http2: declare TU-local variables static
Marcel Raad
2017-04-29
curl_rtmp: fix missing-variable-declarations warnings
Marcel Raad
2017-04-29
url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE
Dan Fandrich
2017-04-27
http-proxy: removed unused argument in CURL_DISABLE_PROXY case
Dan Fandrich
2017-04-26
lib: remove unused code
Marcel Raad
2017-04-26
http-proxy: remove unused argument from Curl_proxyCONNECT()
Daniel Stenberg
2017-04-26
url: declare get_protocol_family() static
Martin Kepplinger
2017-04-25
nss: load libnssckbi.so if no other trust is specified
Kamil Dudka
2017-04-25
nss: factorize out nss_{un,}load_module to separate fncs
Kamil Dudka
2017-04-25
nss: do not leak PKCS #11 slot while loading a key
Kamil Dudka
2017-04-25
transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()
Daniel Stenberg
2017-04-25
if2ip: fix -Wcast-align warning
Marcel Raad
2017-04-24
nss: adapt to the new Curl_llist API
Kamil Dudka
2017-04-24
llist: fix a comment after cbae73e1dd9
Daniel Stenberg
2017-04-22
schannel: Don't treat encrypted partial record as pending data
Jay Satiro
2017-04-22
multi: clarify condition in curl_multi_wait
Alan Jenkins
2017-04-22
lib: fix maybe-uninitialized warnings
Marcel Raad
2017-04-22
gnutls: removed some code when --disable-verbose is configured
Dan Fandrich
2017-04-22
llist: no longer uses malloc
Daniel Stenberg
2017-04-21
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
Dan Fandrich
2017-04-20
openssl: fix memory leak in servercert
Daniel Stenberg
2017-04-18
nss: fix MinGW compiler warnings
Marcel Raad
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-04-17
openssl: don't try to print nonexistant peer private keys
David Benjamin
2017-04-17
openssl: fix thread-safety bugs in error-handling
David Benjamin
2017-04-17
openssl: make SSL_ERROR_to_str more future-proof
David Benjamin
2017-04-17
code: fix typos and style in comments
Daniel Gustafsson
[next]