summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-05curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad
2017-06-04curl_ntlm_core: pass unsigned char to toupperMarcel Raad
2017-06-03x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad
2017-06-03curl_sasl: fix unused-variable warningMarcel Raad
2017-06-03cyassl: define build macros before including ssl.hMarcel Raad
2017-06-03dedotdot: fixed output for ".." and "." only inputDaniel Stenberg
2017-06-02mbedtls: make TU-local variable staticMarcel Raad
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2017-06-02curl_endian: remove unused functionsDaniel Stenberg
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-05-30transfer: init the infilesize from the postfields...Daniel Stenberg
2017-05-29mbedtls: fix variable shadow warningJay Satiro
2017-05-25ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-05-23redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg
2017-05-24LDAP: fixed checksrc issueSergei Nikulov
2017-05-23LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov
2017-05-23cmake: fix build on Ubuntu 14.04Akhil Kedia
2017-05-23url: fix declaration of 'pipe' shadows a global declarationDaniel Stenberg
2017-05-22memdebug: fix compilation failureKamil Dudka
2017-05-22assert: avoid, use DEBUGASSERT instead!Daniel Stenberg
2017-05-21cmake: Add CURL_CA_FALLBACK to curl_config.h.cmakeSimon Warta
2017-05-20ssh: ignore timeouts during disconnectDaniel Stenberg
2017-05-16darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann
2017-05-16curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLMDaniel Stenberg
2017-05-15SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest
2017-05-13url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich
2017-05-12multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg
2017-05-12pipeline: fix mistakenly trying to pipeline POSTsDaniel Stenberg
2017-05-12mbedtls: Support server renegotiation requestRon Eldor
2017-05-11formdata: fix -Wcomma warningMarcel Raad
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-05-09formboundary: convert assert into run-time checkDaniel Stenberg
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