summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests/building docs with newer setuptoolsScott Talbert2022-09-132-8/+9
| | | | | | In newer setuptools/distutils, the build directory has been changed from using the Python version (e.g., 3.10) to using the cache tag (e.g., cpython-38). So, support both variants by making the dot optional.
* Merge pull request #767 from swt2c/tls_ciphersScott Talbert2022-08-033-0/+22
|\ | | | | Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS options
| * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS optionsScott Talbert2022-08-033-0/+22
|/ | | | Fixes #766
* Merge pull request #764 from swt2c/ci_linux_dont_fail_fastScott Talbert2022-07-241-0/+1
|\ | | | | Linux CI: don't fail fast (like the other platforms)
| * Linux CI: don't fail fast (like the other platforms)Scott Talbert2022-07-241-0/+1
|/
* Merge pull request #763 from swt2c/add_http09_allowedScott Talbert2022-07-242-0/+9
|\ | | | | Add HTTP09_ALLOWED option
| * Add HTTP09_ALLOWED optionScott Talbert2022-07-242-0/+9
|/ | | | Fixes #762.
* Merge pull request #759 from swt2c/remove_distutilsScott Talbert2022-07-142-90/+9
|\ | | | | Remove use of deprecated distutils
| * Remove use of deprecated distutilsScott Talbert2022-06-102-90/+9
|/ | | | | | | | | 1) Use setuptools instead where it can replace distutils 2) Replace distutils.util.split_quoted with shlex.split 3) Remove support for bdist_msi (it's deprecated anyway) 4) Remove unused function in tests/util.py Fixes #757
* Merge pull request #758 from kianmeng/fix-typosScott Talbert2022-06-036-7/+7
|\ | | | | Fix typos
| * Fix typosKian-Meng Ang2022-06-036-7/+7
|/
* Merge pull request #755 from swt2c/win_troubleshootinScott Talbert2022-05-072-31/+30
|\ | | | | Fix CA tests with curl 7.82
| * Update test SSL certs to include Subject Alternative NameScott Talbert2022-05-062-31/+30
| | | | | | | | This fixes issues when testing with curl 7.82.
* | Merge pull request #753 from samueloph/patch-1Scott Talbert2022-04-301-3/+5
|\ \ | |/ |/| tests: fix error message on error_test (for curl >= 7.83)
| * tests: fix error message on error_test (for curl >= 7.83)Samuel Henrique2022-04-301-3/+5
| | | | | | | | | | | | curl 7.83.0 removed exclamation marks from a few error messages, curl commit: https://github.com/curl/curl/commit/6968fb9d54dc3a1aaa1b16088f038eaf5dd8b2d7 This commit adds support for the new curl release while also supporting the previous ones.
* | Merge pull request #754 from swt2c/ci_linux_apt_updateScott Talbert2022-04-301-1/+3
|\ \ | |/ |/| Linux CI: run 'apt-get update' before installing packages
| * Linux CI: run 'apt-get update' before installing packagesScott Talbert2022-04-301-1/+3
|/ | | | This should fix issues with mirroring errors.
* Merge pull request #751 from swt2c/ci_windows_save_wheelsScott Talbert2022-03-311-0/+4
|\ | | | | Windows CI: save wheels after building
| * Windows CI: save wheels after buildingScott Talbert2022-03-311-0/+4
|/
* Merge pull request #750 from swt2c/ci_windows_permsScott Talbert2022-03-311-0/+2
|\ | | | | Add packages write permissions for Windows CI
| * Add packages write permissions for Windows CIScott Talbert2022-03-311-0/+2
|/
* Merge pull request #746 from swt2c/ci_windows_debugScott Talbert2022-03-311-8/+12
|\ | | | | Fix Windows CI vcpkg caching by setting API key too
| * Fix Windows CI vcpkg caching by setting API key tooScott Talbert2022-03-311-8/+12
|/
* Merge pull request #741 from swt2c/ci_rm_msvc-dev-cmdScott Talbert2022-03-1324-3364/+1
|\ | | | | Windows CI: remove embedded copy of ilammy/msvc-dev-cmd
| * Windows CI: use published ilammy/msvc-dev-cmd instead of embedded copyScott Talbert2022-03-131-1/+1
| |
| * Revert "Temporarily add copy of ilammy/msvc-dev-cmd"Scott Talbert2022-03-1323-3363/+0
|/ | | | This reverts commit b24cdaa4e676f2385c20ab264b275dcdfbd0238b.
* Release 7.45.1REL_7_45_1Oleg Pudeyev2022-03-135-5/+15
|
* Merge pull request #747 from swt2c/xfail_macos_addl_testsScott Talbert2022-03-111-0/+3
|\ | | | | tests: xfail additional multi callback tests on macOS
| * tests: xfail additional multi callback tests on macOSScott Talbert2022-03-111-0/+3
|/
* Merge pull request #740 from cclauss/patch-1Oleg Pudeyev2022-03-113-28/+21
|\ | | | | ci.yml: Upgrade actions/checkout and actions/setup-python
| * Upgrade actions/checkout and actions/setup-pythonChristian Clauss2022-03-101-10/+7
| |
| * Upgrade actions/checkout and actions/setup-pythonChristian Clauss2022-03-101-6/+4
| |
| * Merge branch 'master' into patch-1Christian Clauss2022-03-1043-68/+3626
| |\
| * | ci.yml: Upgrade Python and actions/setup-pythonChristian Clauss2022-03-091-3/+3
| | |
* | | Merge pull request #743 from mcoughlin/wheelsOleg Pudeyev2022-03-111-1/+2
|\ \ \ | | | | | | | | Let CI build 3.7-3.10
| * | | 3.10 must be quotedMichael Coughlin2022-03-101-1/+1
| | | |
| * | | Let CI build 3.7-3.10Michael Coughlin2022-03-091-1/+2
| | |/ | |/|
* | | Merge pull request #745 from swt2c/fix_sectransp_7_64_1Scott Talbert2022-03-101-0/+4
|\ \ \ | |/ / |/| | Fix compile regression for libcurl < 7.64.1
| * | Fix compile regression for libcurl < 7.64.1Scott Talbert2022-03-101-0/+4
|/ / | | | | | | | | | | | | The CURLSSLBACKEND_SECURETRANSPORT symbol was introduced in 7.64.1, so we need to use the legacy name CURLSSLBACKEND_DARWINSSL before that. Fixes #742.
* | Release 7.45.0REL_7_45_0Oleg Pudeyev2022-03-099-9/+34
| |
* | Merge pull request #739 from odidev/odidev_wheelsOleg Pudeyev2022-03-091-0/+58
|\ \ | | | | | | Add Linux(x86_64 and aarch64) wheel build support
| * | Add Linux(x86_64 and aarch64) wheel build supportodidev2022-03-071-0/+58
| |/ | | | | | | Signed-off-by: odidev <odidev@puresoftware.com>
* | Merge pull request #735 from fsbs/maxlifetime-connOleg Pudeyev2022-03-091-0/+3
|\ \ | | | | | | Add CURLOPT_MAXLIFETIME_CONN
| * | Add CURLOPT_MAXLIFETIME_CONNfsbs2022-02-111-0/+3
| |/ | | | | | | Fixes #734
* | Merge pull request #733 from swt2c/python3.10_supportOleg Pudeyev2022-03-093-3/+4
|\ \ | | | | | | Indicate that Python 3.10 is supported
| * | Indicate that Python 3.10 is supportedScott Talbert2022-02-023-3/+4
| |/ | | | | | | Fixes #730.
* | Merge pull request #731 from fsbs/multi-callback-testOleg Pudeyev2022-03-091-38/+26
|\ \ | | | | | | [WIP] Improve multi_callback_test
| * | Improve multi_callback_testfsbs2022-02-111-38/+26
| |/
* | Merge pull request #726 from swt2c/ci_windowsOleg Pudeyev2022-03-0930-5/+3441
|\ \ | | | | | | Add CI for Windows
| * | Add CI for WindowsScott Talbert2022-01-261-0/+58
| | |