summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* transfer: init the infilesize from the postfields...Daniel Stenberg2017-05-302-9/+7
* mbedtls: fix variable shadow warningJay Satiro2017-05-291-3/+3
* ssh: fix 'left' may be used uninitializedDaniel Stenberg2017-05-251-1/+1
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-245-17/+20
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-232-34/+29
* LDAP: fixed checksrc issueSergei Nikulov2017-05-241-2/+2
* LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov2017-05-231-16/+85
* cmake: fix build on Ubuntu 14.04Akhil Kedia2017-05-231-2/+2
* url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg2017-05-231-10/+11
* memdebug: fix compilation failureKamil Dudka2017-05-221-1/+1
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-224-18/+12
* cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta2017-05-211-0/+3
* ssh: ignore timeouts during disconnectDaniel Stenberg2017-05-201-12/+15
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1
* curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg2017-05-161-2/+2
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-152-0/+180
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-131-0/+9
* multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg2017-05-121-3/+0
* pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg2017-05-121-23/+27
* mbedtls: Support server renegotiation requestRon Eldor2017-05-121-0/+5
* 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