summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg2017-06-091-1/+4
* asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg2017-06-081-1/+1
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-084-53/+8
* file: make speedcheck use current time for checksDaniel Stenberg2017-06-071-4/+2
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-052-28/+40
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1
* x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad2017-06-031-0/+1
* curl_sasl: fix unused-variable warningMarcel Raad2017-06-031-1/+4
* cyassl: define build macros before including ssl.hMarcel Raad2017-06-031-32/+32
* dedotdot: fixed output for ".." and "." only inputDaniel Stenberg2017-06-031-1/+2
* mbedtls: make TU-local variable staticMarcel Raad2017-06-021-1/+1
* MD(4|5): silence cast-align clang warningMarcel Raad2017-06-022-2/+2
* curl_endian: remove unused functionsDaniel Stenberg2017-06-022-138/+2
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+4
* 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