aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-08rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-05-07asyn-thread: fix unused macro warningsMarcel Raad
2017-05-07tftp: silence bad-function-cast warningMarcel Raad
2017-05-04schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich
2017-05-04curl_setup_once: use SEND_QUAL_ARG2 for swriteMarcel Raad
2017-05-03lib: fix compiler warningsMarcel Raad
2017-05-02Telnet: Write full buffer instead of byte-by-byteRichard Hsu
2017-05-02gtls: fixed a lingering BUFSIZE referenceDan Fandrich
2017-05-02ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg
2017-05-02url: let CURLOPT_BUFFERSIZE realloc to smaller sizes tooDaniel Stenberg
2017-05-01BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg
2017-05-01openssl: use local stack for temp storageDaniel Stenberg
2017-05-01sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-05-01krb5: use private buffer for temp string, not receive bufferDaniel Stenberg
2017-05-01upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-05-01http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg
2017-05-01transfer: fix minor buffer_size mistakeDaniel Stenberg
2017-05-01failf: use private buffer, don't clobber receive bufferDaniel Stenberg
2017-05-01pingpong: use the set buffer sizeDaniel Stenberg
2017-05-01http2: use the correct set buffer sizeDaniel Stenberg
2017-05-01http: don't clobber the receive buffer for timecondDaniel Stenberg
2017-05-01buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-05-01file: use private buffer for C-L outputDaniel Stenberg
2017-05-01CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg
2017-05-01ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg
2017-05-01http: use private user:password output bufferDaniel Stenberg
2017-05-01curl_setup: Ensure no more than one IDN lib is enabledJay Satiro
2017-04-30http2: declare TU-local variables staticMarcel Raad
2017-04-29curl_rtmp: fix missing-variable-declarations warningsMarcel Raad
2017-04-29url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich
2017-04-27http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich
2017-04-26lib: remove unused codeMarcel Raad
2017-04-26http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-04-26url: declare get_protocol_family() staticMartin Kepplinger
2017-04-25nss: load libnssckbi.so if no other trust is specifiedKamil Dudka
2017-04-25nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka
2017-04-25nss: do not leak PKCS #11 slot while loading a keyKamil Dudka
2017-04-25transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg
2017-04-25if2ip: fix -Wcast-align warningMarcel Raad
2017-04-24nss: adapt to the new Curl_llist APIKamil Dudka
2017-04-24llist: fix a comment after cbae73e1dd9Daniel Stenberg
2017-04-22schannel: Don't treat encrypted partial record as pending dataJay Satiro
2017-04-22multi: clarify condition in curl_multi_waitAlan Jenkins
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-04-22gnutls: removed some code when --disable-verbose is configuredDan Fandrich
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2017-04-20openssl: fix memory leak in servercertDaniel Stenberg
2017-04-18nss: fix MinGW compiler warningsMarcel Raad