summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* formdata: fix -Wcomma warningMarcel Raad2017-05-111-1/+1
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-1012-70/+66
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-1010-39/+98
* formboundary: convert assert into run-time checkDaniel Stenberg2017-05-091-1/+2
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-085-54/+87
* asyn-thread: fix unused macro warningsMarcel Raad2017-05-071-5/+5
* tftp: silence bad-function-cast warningMarcel Raad2017-05-071-2/+6
* schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich2017-05-041-1/+2
* curl_setup_once: use SEND_QUAL_ARG2 for swriteMarcel Raad2017-05-041-1/+1
* lib: fix compiler warningsMarcel Raad2017-05-032-3/+3
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-021-31/+51
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-022-4/+5
* ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg2017-05-021-1/+1
* 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