summaryrefslogtreecommitdiff
path: root/INSTALL.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SecureTransport SSL backendScott Talbert2021-09-101-2/+2
| | | | This allows pycurl to be compiled with the curl that is shipped with macOS.
* remove documentation referencing official windows builds, closes #657Oleg Pudeyev2021-07-191-41/+32
|
* Remove bintray from docsAkiomi Kamakura2021-05-041-5/+0
|
* Stop testing on Python 3.4Oleg Pudeyev2020-01-151-12/+2
|
* Add locking support to wolfSSLEneas U de Queiroz2019-07-011-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 documentationOleg Pudeyev2019-06-301-3/+4
| | | | Fixes #530
* add support for mbedTLSJosef Schlehofer2019-03-231-2/+2
|
* Drop python 2.6 supportOleg Pudeyev2018-03-241-2/+1
|
* Do not forget the quirksOleg Pudeyev2017-08-291-4/+6
|
* Add support for Python 3.6 (docs + tests)Samuel Dion-Girardeau2017-02-271-1/+2
| | | | (excludes winbuild for now)
* Fix typo: "pip remove" -> "pip uninstall"Oren2016-12-301-1/+1
|
* Add --openssl-lib-name for openssl 1.1.0Oleg Pudeyev2016-12-161-0/+3
|
* Update various dependenciesOleg Pudeyev2016-12-161-1/+1
|
* URLs: change from HTTP to HTTPS for curl.haxx.seDaniel Stenberg2016-08-181-5/+5
|
* Spelling fixOleg Pudeyev2016-02-091-1/+1
|
* Switch to bintray for release distributionsOleg Pudeyev2016-01-171-1/+1
|
* Shuffle documentationOleg Pudeyev2016-01-171-0/+2
|
* Document certificate bundle situation, closes #355Oleg Pudeyev2016-01-151-0/+16
|
* Update install documentation for windowsOleg Pudeyev2016-01-131-27/+66
|
* Fix inconsistent headingsOleg Pudeyev2016-01-051-3/+5
|
* Add --with-openssl and accept it on Windows to compile OpenSSL crypto locks.Oleg Pudeyev2016-01-041-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 #306Oleg Pudeyev2016-01-011-0/+15
|
* WhitespaceOleg Pudeyev2016-01-011-3/+3
|
* SSL detection via ctypesOleg Pudeyev2015-10-261-0/+8
|
* pip recompilation instructions, fixes #225Oleg Pudeyev2015-04-251-0/+28
|
* Explain how to build Git checkout.Oleg Pudeyev2014-07-071-0/+28
| | | | Closes #198.
* Python 3.4 supportOleg Pudeyev2014-06-031-3/+3
|
* Include error message and links to mailing list for better ↵Oleg Pudeyev2014-06-031-0/+14
| | | | findability/troubleshooting
* Document python version requirement for official binary packages on windows, ↵Oleg Pudeyev2014-06-031-1/+29
| | | | fixes #183
* Expand windows documentationOleg Pudeyev2014-02-031-0/+31
|
* Test --avoid-stdio on travis, add PYCURL_SETUP_OPTIONS environment variable ↵Oleg Pudeyev2014-01-201-1/+4
| | | | to make that work
* Add --avoid-stdio option to not pass FILE pointers from Python to libcurl on ↵Oleg Pudeyev2014-01-201-2/+13
| | | | Windows (issue #117)
* Consolidate installation instructions in install.rstOleg Pudeyev2014-01-201-14/+19
|
* Converting installation doc to rst syntaxOleg Pudeyev2014-01-201-17/+21
|
* Rename install to install.rstOleg Pudeyev2014-01-201-0/+94