summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Taken a longer millisecond timeout to avoid handling rounding.Konstantin Shemyak2018-07-241-11/+13
* We somehow forgot to run test_util tests.Matěj Cepl2018-07-242-11/+6
* Deleted duplicate test from a wrong locationKonstantin Shemyak2018-07-231-23/+0
* Update SWIG/_m2crypto_wrap.c with swig 2.*Matěj Cepl2018-07-231-3/+16
* Show detailed OpenSSL error messagesKonstantin Shemyak2018-07-234-2/+162
* Correct SWIG binding of SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERChristophe Haen2018-06-111-1/+1
* Enabled timeout case with microsecs and fixed for WindowsAndreas Maier2018-06-086-10/+178
* Fixed socket timeout on WindowsAndreas Maier2018-06-041-4/+18
* We need to require libssl1.0-dev and then we don't need libssl1.0.0 explicitly.Matěj Cepl2018-06-041-3/+3
* Add missing absolute_import.Byron Clark2018-05-181-0/+2
* Fix packaging.0.30.1Matěj Cepl2018-04-294-3/+7
* Release 0.30.00.30.0Matěj Cepl2018-04-252-1/+15
* Don't support Python 2.6 on Windows anymore.Matěj Cepl2018-04-182-14/+3
* Add test on OpenSUSE/Tumbleweed.Matěj Cepl2018-04-171-0/+9
* Update Windows version of OpenSSL we use.Matěj Cepl2018-04-121-4/+4
* Don't pull Twisted from pip, use Debian packages from backports.Matěj Cepl2018-04-121-4/+4
* SSLv3 should just go.Matěj Cepl2018-04-122-37/+0
* PEP8isationMatěj Cepl2018-03-2029-157/+78
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-1916-139/+98
* Add updated version of six.py 1.11.0Matěj Cepl2018-03-191-16/+98
* Do not by-pass a potential transfer decoding in m2urllib2Marcus Huewe2018-03-133-1/+34
* Replace all old-style classes with the new onesMatěj Cepl2018-03-1323-50/+50
* Remove all checks of Linux distros.Matěj Cepl2018-03-052-33/+2
* Fix SSL.Connection.__del__Marcus Huewe2018-03-042-4/+49
* Two tiny typos to make mypy happy.Matěj Cepl2018-02-282-2/+2
* Generate better set of binaries for WindowsMatěj Cepl2018-02-284-250/+60
* Add a record to ChangeLog.0.29.0Matěj Cepl2018-02-232-1/+7
* Generated C codeMatěj Cepl2018-02-232-63/+870
* Fix tests to run on Windows.Daniel A. Wozniak2018-02-233-41/+63
* Wean off AppLink API'sDaniel A. Wozniak2018-02-232-9/+49
* Build on windows using Visual C++ for PythonDaniel A. Wozniak2018-02-234-5/+16
* Update installation instructions for Windows.Daniel A. Wozniak2018-02-231-3/+5
* Acommodate setup.py to work on Windows.Daniel A. Wozniak2018-02-231-45/+32
* ForkingMixIn is only availiable on posix like OSesDaniel A. Wozniak2018-02-222-8/+13
* Add a customized Appveyor configAlex Willmer2018-02-224-0/+381
* Rearrange Windows header filesMatěj Cepl2018-02-221-8/+6
* Don't use __WINDOWS__ or _MSC_VER, but _WIN32Matěj Cepl2018-02-224-10/+10
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-224-5/+9
* Use __FUNCTION__ instead of __func__.Matěj Cepl2018-02-222-5/+7
* Add missing definition of fd (as WSAPOLLFD) for Windows.Matěj Cepl2018-02-222-197/+21
* Don’t put size of the object into the error message.Matěj Cepl2018-02-221-2/+1
* Add comment to SSL.Connection.__del__ about need to close connection first.Matěj Cepl2018-02-221-0/+3
* OpenSSL version is a hexadecimal number not a version number.Matěj Cepl2018-02-191-3/+3
* Fix typo breaking setup.py on Windows.Matěj Cepl2018-02-191-1/+2
* Fix .gitlab-ci.ymlMatěj Cepl2018-02-191-2/+2
* Add mention of the generated documentation on https://m2crypto.readthedocs.io/Matěj Cepl2018-02-091-0/+1
* Let's sneak one more commit tu 0.280.28.2Matěj Cepl2018-02-081-1/+1
* Add ppc64le in setup.py to avoid build errorMichel Normand2018-02-081-1/+3
* Fix CHANGES for 0.28.0 (too late again)0.28.1Matěj Cepl2018-02-082-2/+8
* Generated C code0.28.0Matěj Cepl2018-02-081-95/+140