summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* url: let CURLOPT_BUFFERSIZE realloc to smaller sizes tooDaniel Stenberg2017-05-021-2/+2
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-013-18/+18
* openssl: use local stack for temp storageDaniel Stenberg2017-05-011-8/+8
* sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg2017-05-011-25/+26
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-018-27/+26
* krb5: use private buffer for temp string, not receive bufferDaniel Stenberg2017-05-011-5/+9
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-014-4/+8
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-013-15/+42
* transfer: fix minor buffer_size mistakeDaniel Stenberg2017-05-011-2/+1
* failf: use private buffer, don't clobber receive bufferDaniel Stenberg2017-05-011-8/+7
* pingpong: use the set buffer sizeDaniel Stenberg2017-05-011-6/+9
* http2: use the correct set buffer sizeDaniel Stenberg2017-05-011-1/+1
* http: don't clobber the receive buffer for timecondDaniel Stenberg2017-05-011-19/+21
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-015-4/+4
* file: use private buffer for C-L outputDaniel Stenberg2017-05-011-4/+5
* CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg2017-05-012-6/+10
* ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg2017-05-011-10/+12
* http: use private user:password output bufferDaniel Stenberg2017-05-011-11/+17
* curl_setup: Ensure no more than one IDN lib is enabledJay Satiro2017-05-011-1/+5
* http2: declare TU-local variables staticMarcel Raad2017-04-301-2/+2
* curl_rtmp: fix missing-variable-declarations warningsMarcel Raad2017-04-291-0/+1
* url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich2017-04-291-3/+4
* http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich2017-04-271-1/+1
* lib: remove unused codeMarcel Raad2017-04-265-12/+5
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-263-18/+9
* url: declare get_protocol_family() staticMartin Kepplinger2017-04-261-1/+1
* nss: load libnssckbi.so if no other trust is specifiedKamil Dudka2017-04-251-8/+43
* nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka2017-04-251-27/+56
* nss: do not leak PKCS #11 slot while loading a keyKamil Dudka2017-04-251-2/+4
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-253-29/+25
* if2ip: fix -Wcast-align warningMarcel Raad2017-04-251-1/+1
* nss: adapt to the new Curl_llist APIKamil Dudka2017-04-241-4/+26
* llist: fix a comment after cbae73e1dd9Daniel Stenberg2017-04-241-2/+0
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-222-2/+15
* multi: clarify condition in curl_multi_waitAlan Jenkins2017-04-221-1/+1
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-222-3/+3
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8
* llist: no longer uses mallocDaniel Stenberg2017-04-2212-136/+113
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-214-14/+20
* openssl: fix memory leak in servercertDaniel Stenberg2017-04-201-0/+1
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-1812-22/+26
* openssl: don't try to print nonexistant peer private keysDavid Benjamin2017-04-171-29/+3
* openssl: fix thread-safety bugs in error-handlingDavid Benjamin2017-04-171-25/+27
* openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin2017-04-171-16/+34
* code: fix typos and style in commentsDaniel Gustafsson2017-04-172-3/+3
* .gitattributes: force shell scripts to LFMarcel Raad2017-04-171-0/+1
* http2: fix handle leak in error pathLarry Stefani2017-04-151-0/+1
* mbedtls: fix memory leak in error pathLarry Stefani2017-04-151-0/+1
* Curl_expire_latest: ignore already expired timersDaniel Stenberg2017-04-111-3/+6