Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for SecureTransport SSL backend | Scott Talbert | 2021-09-10 | 1 | -2/+2 |
| | | | | This allows pycurl to be compiled with the curl that is shipped with macOS. | ||||
* | remove documentation referencing official windows builds, closes #657 | Oleg Pudeyev | 2021-07-19 | 1 | -41/+32 |
| | |||||
* | Remove bintray from docs | Akiomi Kamakura | 2021-05-04 | 1 | -5/+0 |
| | |||||
* | Stop testing on Python 3.4 | Oleg Pudeyev | 2020-01-15 | 1 | -12/+2 |
| | |||||
* | Add locking support to wolfSSL | Eneas U de Queiroz | 2019-07-01 | 1 | -1/+1 |
| | | | | | | | | | | This takes advantage of wolfSSL openssl compatibility layer, so all that that's needed are library detection, and inclusion of specific headers. WolfSSL must be built with --enable-opensslextra to enable the required API, and that's being checked at build time, with a warning if disabled. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> | ||||
* | Explcitly mention LibreSSL and BoringSSL in documentation | Oleg Pudeyev | 2019-06-30 | 1 | -3/+4 |
| | | | | Fixes #530 | ||||
* | add support for mbedTLS | Josef Schlehofer | 2019-03-23 | 1 | -2/+2 |
| | |||||
* | Drop python 2.6 support | Oleg Pudeyev | 2018-03-24 | 1 | -2/+1 |
| | |||||
* | Do not forget the quirks | Oleg Pudeyev | 2017-08-29 | 1 | -4/+6 |
| | |||||
* | Add support for Python 3.6 (docs + tests) | Samuel Dion-Girardeau | 2017-02-27 | 1 | -1/+2 |
| | | | | (excludes winbuild for now) | ||||
* | Fix typo: "pip remove" -> "pip uninstall" | Oren | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | Add --openssl-lib-name for openssl 1.1.0 | Oleg Pudeyev | 2016-12-16 | 1 | -0/+3 |
| | |||||
* | Update various dependencies | Oleg Pudeyev | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | URLs: change from HTTP to HTTPS for curl.haxx.se | Daniel Stenberg | 2016-08-18 | 1 | -5/+5 |
| | |||||
* | Spelling fix | Oleg Pudeyev | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Switch to bintray for release distributions | Oleg Pudeyev | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Shuffle documentation | Oleg Pudeyev | 2016-01-17 | 1 | -0/+2 |
| | |||||
* | Document certificate bundle situation, closes #355 | Oleg Pudeyev | 2016-01-15 | 1 | -0/+16 |
| | |||||
* | Update install documentation for windows | Oleg Pudeyev | 2016-01-13 | 1 | -27/+66 |
| | |||||
* | Fix inconsistent headings | Oleg Pudeyev | 2016-01-05 | 1 | -3/+5 |
| | |||||
* | Add --with-openssl and accept it on Windows to compile OpenSSL crypto locks. | Oleg Pudeyev | 2016-01-04 | 1 | -6/+9 |
| | | | | | | | | | | | | | | * Add --with-openssl as an alias for --with-ssl. --with-ssl is misleading so let's fix it. * Accept --with-openssl and --with-ssl on Windows to indicate that libcurl was built against OpenSSL. --with-gnutls and --with-nss are not accepted on Windows because I don't need them yet. * When winbuild.py has use_openssl=True, pass --with-openssl to setup.py so that OpenSSL crypto locks are used by PycURL. This makes PycURL importable whereas previously importing it complained about SSL backend mismatch between compile time and link time. | ||||
* | Document issues with gnutls, fixes #306 | Oleg Pudeyev | 2016-01-01 | 1 | -0/+15 |
| | |||||
* | Whitespace | Oleg Pudeyev | 2016-01-01 | 1 | -3/+3 |
| | |||||
* | SSL detection via ctypes | Oleg Pudeyev | 2015-10-26 | 1 | -0/+8 |
| | |||||
* | pip recompilation instructions, fixes #225 | Oleg Pudeyev | 2015-04-25 | 1 | -0/+28 |
| | |||||
* | Explain how to build Git checkout. | Oleg Pudeyev | 2014-07-07 | 1 | -0/+28 |
| | | | | Closes #198. | ||||
* | Python 3.4 support | Oleg Pudeyev | 2014-06-03 | 1 | -3/+3 |
| | |||||
* | Include error message and links to mailing list for better ↵ | Oleg Pudeyev | 2014-06-03 | 1 | -0/+14 |
| | | | | findability/troubleshooting | ||||
* | Document python version requirement for official binary packages on windows, ↵ | Oleg Pudeyev | 2014-06-03 | 1 | -1/+29 |
| | | | | fixes #183 | ||||
* | Expand windows documentation | Oleg Pudeyev | 2014-02-03 | 1 | -0/+31 |
| | |||||
* | Test --avoid-stdio on travis, add PYCURL_SETUP_OPTIONS environment variable ↵ | Oleg Pudeyev | 2014-01-20 | 1 | -1/+4 |
| | | | | to make that work | ||||
* | Add --avoid-stdio option to not pass FILE pointers from Python to libcurl on ↵ | Oleg Pudeyev | 2014-01-20 | 1 | -2/+13 |
| | | | | Windows (issue #117) | ||||
* | Consolidate installation instructions in install.rst | Oleg Pudeyev | 2014-01-20 | 1 | -14/+19 |
| | |||||
* | Converting installation doc to rst syntax | Oleg Pudeyev | 2014-01-20 | 1 | -17/+21 |
| | |||||
* | Rename install to install.rst | Oleg Pudeyev | 2014-01-20 | 1 | -0/+94 |