summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup MSVC warningbagder/parsedate-longDaniel Stenberg2018-01-201-0/+3
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-196-240/+224
* http2: don't close connection when single transfer is stoppedKartik Mahajan2018-01-181-1/+2
* test558: fix for multissl buildsDaniel Stenberg2018-01-181-0/+1
* examples/url2file.c: add missing curl_global_cleanup() callDaniel Stenberg2018-01-181-1/+3
* SSH: Fix state machine for ssh-agent authenticationMichael Gmelin2018-01-181-3/+3
* openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg2018-01-181-9/+12
* openssl: fix the libressl build againDaniel Stenberg2018-01-181-1/+1
* unit1307: test many wildcards tooDaniel Stenberg2018-01-171-1/+5
* curl_fnmatch: only allow 5 '*' sections in a single patternDaniel Stenberg2018-01-171-3/+7
* ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg2018-01-172-15/+16
* SMB: fix numeric constant suffix and variable typesDaniel Stenberg2018-01-162-44/+18
* CURLOPT_TCP_NODELAY.3: fix typorouzier2018-01-151-1/+1
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-153-9/+15
* openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg2018-01-151-4/+6
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-148-8/+386
* docs: comment about CURLE_READ_ERROR returned by curl_mime_filedataPatrick Monnerat2018-01-141-2/+5
* test395: HTTP with overflow Content-Length valueDaniel Stenberg2018-01-132-1/+56
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-132-1/+60
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-132-1/+62
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-132-20/+31
* configure.ac: append extra linker flags instead of prepending them.Dan Johnson2018-01-131-2/+2
* RELEASE-NOTES: synced with 6fa10c8faDaniel Stenberg2018-01-131-7/+60
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-133-29/+39
* setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat2018-01-136-13/+21
* http2: fix incorrect trailer buffer sizeZhouyihai Ding2018-01-111-2/+2
* easy: fix connection ownership in curl_easy_pauseBasuke Suzuki2018-01-091-1/+14
* system.h: Additionally check __LONG_MAX__ for defining curl_off_tDimitrios Apostolou2018-01-091-2/+4
* COPYING: it's 2018!Daniel Stenberg2018-01-091-1/+1
* progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg2018-01-084-18/+24
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-0715-10/+11
* mail-rcpt.d: fix short-text descriptionJay Satiro2018-01-072-2/+2
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-0529-62/+2
* openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro2018-01-031-1/+2
* Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX"Jay Satiro2018-01-021-2/+1
* 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