summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* progress: calculate transfer speed on milliseconds if possiblebagder/progress-first-second-accuracyDaniel Stenberg2018-01-044-18/+24
* test1554: improve the error handlingMichael Kaufmann2017-12-301-0/+6
* test1554: add global initialization and cleanupMichael Kaufmann2017-12-301-1/+5
* curl_version_info.3: call the argument 'age'Daniel Stenberg2017-12-291-2/+2
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-273-4/+202
* examples/cacertinmem: ignore cert-already-exists errorJay Satiro2017-12-262-125/+92
* tool_getparam: Support size modifiers for --max-filesizeGisle Vanem2017-12-263-36/+69
* build: Fixed incorrect script termination from commit ad1dc10e61Steve Holme2017-12-221-1/+1
* Makefile.vc: Added our standard copyright headerSteve Holme2017-12-221-0/+22
* winbuild: Added support for VC15Steve Holme2017-12-223-4/+4
* build: Added Visual Studio 2017 project filesSteve Holme2017-12-2213-7/+5866
* build-wolfssl.bat: Added support for VC15Steve Holme2017-12-221-3/+16
* build-openssl.bat: Added support for VC15Steve Holme2017-12-221-3/+13
* curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UXDimitrios Apostolou2017-12-221-1/+2
* examples/rtsp: fix error handling macrosMattias Fornander2017-12-221-2/+2
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-205-9/+78
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-203-54/+305
* brotli: allow compiling with version 0.6.0.Patrick Monnerat2017-12-201-0/+4
* CURLOPT_READFUNCTION.3: refer to argument with correct nameDaniel Stenberg2017-12-131-2/+2
* rand: add a clang-analyzer work-aroundDaniel Stenberg2017-12-131-0/+6
* krb5: fix a potential access of uninitialized memoryDaniel Stenberg2017-12-131-1/+2
* conncache: fix a return code [regression]Daniel Stenberg2017-12-121-1/+1
* curl: support >256 bytes warning messsagesDaniel Stenberg2017-12-121-2/+6
* libssh: fix a syntax error in configure.acMichael Kaufmann2017-12-121-1/+1
* examples/smtp-mail.c: use separate defines for options and mailDaniel Stenberg2017-12-121-16/+20
* THANKS: added missing namesDaniel Stenberg2017-12-122-0/+15
* mailmap: added/clarified several namesDaniel Stenberg2017-12-122-1/+10
* setopt: less *or equal* than INT_MAX/1000 should be fineDaniel Stenberg2017-12-121-3/+3
* vtls: replaced getenv() with curl_getenv()dmitrykos2017-12-121-1/+4
* RELEASE-NOTES: synced with 3b9ea70eeDaniel Stenberg2017-12-111-5/+37
* TODO: Expose tried IP addresses that failedDaniel Stenberg2017-12-111-0/+8
* curl.1: mention http:// and https:// as valid proxy prefixesDaniel Stenberg2017-12-111-0/+4
* curl.1: documented two missing valid exit codesDaniel Stenberg2017-12-111-0/+4
* CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-referenceDaniel Stenberg2017-12-111-1/+1
* Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg2017-12-1110-1/+10
* tests: mark data files as non-executable in gitMichael Kaufmann2017-12-105-0/+0
* tests: update .gitignore for libtestsMichael Kaufmann2017-12-101-1/+1
* multi_done: prune DNS cacheDaniel Stenberg2017-12-102-47/+54
* mailmap: fixup two old git Author "aliases"Daniel Stenberg2017-12-101-0/+2
* openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro2017-12-101-0/+4
* RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg2017-12-101-1/+4
* CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVEDaniel Stenberg2017-12-091-0/+1
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-094-19/+34
* CURLOPT_PRIVATE.3: fix grammarrichardthe3rd2017-12-081-1/+1
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-082-36/+2
* openssl: improve data-pending check for https proxyJay Satiro2017-12-081-6/+7
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-0810-10/+1
* curl.h: remove incorrect comment about ERRORBUFFERDaniel Stenberg2017-12-081-1/+1
* configure: add AX_CODE_COVERAGE only if using gccMichael Felt2017-12-081-1/+7
* curl: limit -# update frequency for unknown total sizeDaniel Stenberg2017-12-071-8/+25