summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url: use a fresh easy handle with connections from the cachebagder/dangling-easy-pointerDaniel Stenberg2018-06-202-2/+3
* CURLOPT_INTERFACE.3: interface names not supported on WindowsDaniel Stenberg2018-06-181-1/+4
* travis: run more tests for coverage checkDaniel Stenberg2018-06-172-4/+4
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-167-24/+97
* maketgz: delete .bak files, fix indentationViktor Szakats2018-06-151-25/+27
* runtests.pl: remove debug leftover from bb9a340c73f3Daniel Stenberg2018-06-151-1/+0
* curl-confopts.m4: fix typo from ed224f23d5bebDaniel Stenberg2018-06-151-1/+1
* docs/RELEASE-PROCEDURE.md: renamed to use .md extensionDaniel Stenberg2018-06-152-7/+39
* RELEASE-PROCEDURE: gpg sign the tagsDaniel Stenberg2018-06-151-2/+3
* RELEASE-NOTES: syncedDaniel Stenberg2018-06-151-7/+35
* CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0Daniel Stenberg2018-06-151-1/+3
* maketgz: fix sed issues on OSXMamta Upadhyay2018-06-141-3/+3
* configure: enhance ability to detect/build with static opensslDaniel Stenberg2018-06-141-2/+2
* configure: use pkg-config for c-ares detectionDaniel Stenberg2018-06-141-7/+32
* GOVERNANCE.md: explains how this project is runDaniel Stenberg2018-06-142-1/+89
* KNOWN_BUGS: NTLM doen't support password with § characterDaniel Stenberg2018-06-141-0/+5
* KNOWN_BUGS: slow connect to localhost on WindowsDaniel Stenberg2018-06-141-0/+14
* mk-ca-bundle.pl: make -u delete certdata.txt if found not changedMatteo Bignotti2018-06-141-0/+3
* progress: remove a set of unused definesDaniel Stenberg2018-06-131-13/+0
* TODO: "Option to refuse usernames in URLs" doneDaniel Stenberg2018-06-131-11/+0
* Curl_init_do: handle NULL connection pointer passed inLyman Epp2018-06-131-6/+8
* runtests: support variables in <strippart>Daniel Stenberg2018-06-122-2/+7
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-1212-74/+30
* schannel: avoid incompatible pointer warningViktor Szakats2018-06-121-1/+1
* schannel: support selecting ciphersRobert Prag2018-06-122-0/+172
* test 46: make test pass after 2025Bernhard M. Wiedemann2018-06-121-4/+4
* cppcheck: fix warningsMarian Klymov2018-06-1161-273/+213
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-114-21/+15
* RELEASE-NOTES: syncedDaniel Stenberg2018-06-111-8/+58
* RELEASE-PROCEDURE: update the release calendar for 2019Daniel Stenberg2018-06-111-4/+4
* boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem2018-06-082-9/+19
* mk-ca-bundle.pl: leave certificate name untouched in decode()Vladimir Kotal2018-06-081-1/+3
* tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn2018-06-061-0/+2
* tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn2018-06-063-5/+6
* system.h: add support for IBM xlc C compilerStephan Mühlstrasser2018-06-061-0/+18
* cmdline-opts/cert-type.d: mention "p12" as a recognized type as wellDaniel Stenberg2018-06-051-3/+3
* spelling fixesViktor Szakats2018-06-0322-32/+32
* axtls: follow-up spell fix of commentDaniel Stenberg2018-06-021-1/+1
* axTLS: not considered fit for useDaniel Stenberg2018-06-021-0/+5
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-026-415/+5
* curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg2018-06-011-1/+2
* multi: remove a DEBUGF()Daniel Stenberg2018-06-011-2/+0
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-018-19/+279
* fnmatch: use the system one if availableDaniel Stenberg2018-06-013-19/+119
* os400: add new option in ILE/RPG bindingPatrick Monnerat2018-05-311-0/+2
* tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg2018-05-311-1/+1
* KNOWN_BUGS: CURL_GLOBAL_SSLDaniel Stenberg2018-05-311-0/+30
* configure: check for declaration of getpwuid_rBernhard Walle2018-05-312-0/+12
* tests: update .gitignore for libtestsRikard Falkeborn2018-05-311-6/+2
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-3111-35/+31