summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: build the examples toobagder/travis-examplesDaniel Stenberg2017-08-141-2/+2
* examples/ftpuploadresume.c: use portable codeDaniel Stenberg2017-08-142-26/+14
* RELEASE-NOTES/THANKS: curl 7.55.1 release timecurl-7_55_1Daniel Stenberg2017-08-132-8/+37
* gitignore: ignore .xz now instead of .lzmaDaniel Stenberg2017-08-131-1/+1
* cmake: Threads detection update. ref: #1702Sergei Nikulov2017-08-131-20/+9
* ipv6_scope: support unique local addressesDaniel Stenberg2017-08-132-3/+6
* curl/system.h: GCC doesn't define __ppc__ on PowerPC, uses __powerpc__Alex Potapenko2017-08-131-1/+1
* test1448: verify redirect to IDN using URLDaniel Stenberg2017-08-132-1/+93
* redirect: skip URL encoding for host namesSalah-Eddin Shaban2017-08-131-6/+62
* test2032: mark as flaky (again)Daniel Stenberg2017-08-131-0/+1
* travis: test cmake build on tarball tooDaniel Stenberg2017-08-121-1/+14
* cmake: allow user to override CMAKE_DEBUG_POSTFIXSimon Warta2017-08-121-1/+1
* connect-to.d: better languageDaniel Stenberg2017-08-121-2/+2
* connect-to.d: clarifiedDaniel Stenberg2017-08-121-9/+12
* bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg2017-08-121-1/+1
* curl/system.h: add Oracle Solaris StudioDaniel Stenberg2017-08-121-1/+25
* docs: fix typo funtion -> functionAlessandro Ghedini2017-08-121-1/+1
* docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT descriptionAlessandro Ghedini2017-08-122-6/+6
* docs: fix typo stuct -> structAlessandro Ghedini2017-08-122-2/+2
* test1447: require a curl with http supportDan Fandrich2017-08-121-0/+3
* curl/system.h: support more architecturesThomas Petazzoni2017-08-111-2/+3
* test2033: this went flaky againDaniel Stenberg2017-08-111-0/+1
* test1447: verifies the parse proxy fix in 6e0e152ce5cDaniel Stenberg2017-08-112-1/+36
* parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault2017-08-111-1/+4
* RELEASE-NOTES: synced with 37f2195a9Daniel Stenberg2017-08-111-221/+34
* curlver: bump to 7.55.1Daniel Stenberg2017-08-111-3/+3
* openssl: fix "error: this statement may fall through"Daniel Stenberg2017-08-111-0/+1
* openssl: remove CONST_ASN1_BIT_STRING.David Benjamin2017-08-111-3/+1
* maketgz: remove old *.dist files before making the tarballDaniel Stenberg2017-08-101-0/+7
* mkhelp.pl: allow executing this script directlyJay Satiro2017-08-101-1/+1
* configure: use the threaded resolver backend by default if possibleDaniel Stenberg2017-08-102-10/+7
* cmake: move cmake_uninstall.cmake to CMake/Daniel Stenberg2017-08-103-4/+4
* metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg2017-08-101-1/+1
* dist: fix the cmake build by shipping cmake_uninstall.cmake.in tooDaniel Stenberg2017-08-101-1/+1
* travis: verify "make install"Daniel Stenberg2017-08-102-1/+37
* build: check out *.sln files with Windows line endingsMarcel Raad2017-08-101-0/+1
* gitignore: ignore top-level .vs folderMarcel Raad2017-08-101-0/+1
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-102-0/+45
* dist: Add dictserver.py/negtelnetserver.py to EXTRA_DISTAdam Sampson2017-08-091-1/+2
* curl: do bounds check using a double comparisonAdam Sampson2017-08-091-1/+1
* make install: add 8 missing man pages to the installationDaniel Stenberg2017-08-092-1/+8
* build: fix 'make install' with configure, install docs/libcurl/* tooDaniel Stenberg2017-08-091-0/+2
* RELEASE-NOTES: curl 7.55.0curl-7_55_0Daniel Stenberg2017-08-091-9/+24
* THANKS: 20 new contributors in 7.55.0Daniel Stenberg2017-08-092-0/+21
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-0816-21/+21
* configure: fix recv/send/select detection on AndroidDaniel Stenberg2017-08-081-6/+20
* ax_code_coverage.m4: update to latest versionMarcel Raad2017-08-081-69/+114
* test1427: verify command line parser integer overflow detectionDaniel Stenberg2017-08-072-1/+30
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-075-14/+36
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-073-2/+40