Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | how does grammar! | Alex Gaynor | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | Several updates to the travis install script: | Alex Gaynor | 2016-03-05 | 1 | -12/+10 |
| | | | | | | * Remove unused py26 on OSX support * Updated the accuracy of a comment * Word-wrapped some other comments | ||||
* | modify upload_coverage to handle pypy-nocoverage properly | Paul Kehrer | 2016-01-04 | 1 | -5/+10 |
| | |||||
* | install me a pypy plz | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | install the right pypy for pypy-nocov as well | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | add a pypy-nocoverage target and use that on OS X | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Drop pypy3, we don't run it in CI, and we won't run it again until these ↵ | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
| | | | | issues are resolved | ||||
* | Attempt to enable coverage on pypy | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | run a 1.0.0 test in travis as well | Paul Kehrer | 2016-01-03 | 2 | -0/+5 |
| | |||||
* | Merge pull request #2633 from reaperhulk/travis-sed-thing | Alex Gaynor | 2016-01-03 | 1 | -0/+5 |
|\ | | | | | sed the openssl makefile to change the shlib version | ||||
| * | more review comments | Paul Kehrer | 2016-01-03 | 1 | -3/+4 |
| | | |||||
| * | match a bit more robustly | Paul Kehrer | 2016-01-03 | 1 | -3/+3 |
| | | |||||
| * | sed the openssl makefile to change the shlib version | Paul Kehrer | 2016-01-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this to prevent a version collision between the custom one we're installing and whatever the system has. OpenSSL 1.0.0 through 1.0.2 all declare an SHLIB version of 1.0.0, so if Python has been linked against 1.0.1 and cryptography against 1.0.0, but then you try to load Python it will consider either 1.0.1 or 1.0.0 to satisfy the library version. This is, of course, nonsense since 1.0.1 has substantially more symbols than 1.0.0. The result is that if you do a LD_LIBRARY_PATH that points at the "real" 1.0.0 then Python will fail to load because there are missing symbols. We can avoid this entire nonsense by changing the major version. The dynamic linker will happily load both versions and nothing will kerplode. | ||||
* | | Backticks are apparently legacy. | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
|/ | | | | I just do what shellcheck tells me | ||||
* | Quote a few things that shellcheck suggests | Alex Gaynor | 2016-01-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2629 from reaperhulk/travis-refactor | Alex Gaynor | 2016-01-03 | 2 | -24/+24 |
|\ | | | | | refactor travis custom openssl code to work with other versions | ||||
| * | use -n instead of ! -z | Paul Kehrer | 2016-01-03 | 2 | -2/+2 |
| | | |||||
| * | refactor travis custom openssl code to work with other versions | Paul Kehrer | 2016-01-03 | 2 | -24/+24 |
| | | |||||
* | | don't test CC on a dynamic link build on OS X travis | Paul Kehrer | 2016-01-02 | 1 | -0/+3 |
|/ | |||||
* | be less verbose when untarring | Paul Kehrer | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | rename 098 directory in CI to 098l | Paul Kehrer | 2016-01-02 | 2 | -10/+10 |
| | |||||
* | make this 0.9.8l and cry | Paul Kehrer | 2015-12-27 | 1 | -5/+8 |
| | |||||
* | tree isn't available | Paul Kehrer | 2015-12-23 | 1 | -1/+0 |
| | |||||
* | 0.9.8 experiment for travis | Paul Kehrer | 2015-12-23 | 2 | -0/+26 |
| | |||||
* | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 2 | -18/+8 |
| | | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this. | ||||
* | Use the latest Python 3.4 release | Alex Gaynor | 2015-12-22 | 1 | -2/+2 |
| | |||||
* | fix | Alex Gaynor | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | Use the latest 3.5 release | Alex Gaynor | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | bump to pypy 4.0.1 | Alex Gaynor | 2015-12-06 | 1 | -4/+4 |
| | |||||
* | use pypy4 on mac | Paul Kehrer | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | switch to directly grabbing pyenv rather than using homebrew on mac | Paul Kehrer | 2015-11-01 | 2 | -5/+9 |
| | |||||
* | pypy 4.0.0 | Alex Gaynor | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | Switch back to a released version of codecov | Alex Gaynor | 2015-10-21 | 1 | -2/+1 |
| | |||||
* | pypy 2.6.1 has a bug where it can segfault during vector install | Paul Kehrer | 2015-09-18 | 2 | -6/+6 |
| | | | | | This PR changes our tests to run against the latest nightly for now. We should change it back when pypy 2.7 is out. | ||||
* | let's add python 3.5 to our test matrix | Paul Kehrer | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | install/upgrade pyenv in os x builders | Paul Kehrer | 2015-09-10 | 1 | -4/+2 |
| | |||||
* | Merge branch 'master' into alex-patch-2 | Alex Gaynor | 2015-09-09 | 1 | -1/+1 |
|\ | |||||
| * | Don't use shell redirection | Alex Gaynor | 2015-09-09 | 1 | -1/+1 |
| | | |||||
* | | Don't use pipes | Alex Gaynor | 2015-09-09 | 1 | -1/+2 |
|/ | | | Download the whole file first, @glyph points out that truncation attacks are a thing. | ||||
* | Merge branch 'master' into static-linking-osx | Paul Kehrer | 2015-09-04 | 2 | -5/+5 |
|\ | |||||
| * | fix | Alex Gaynor | 2015-09-01 | 1 | -1/+1 |
| | | |||||
| * | upgrade to pypy 2.6.1 | Alex Gaynor | 2015-09-01 | 1 | -4/+4 |
| | | |||||
* | | rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGS | Paul Kehrer | 2015-08-31 | 1 | -1/+1 |
| | | |||||
* | | pypy doesn't name that shared object quite the same | Paul Kehrer | 2015-08-29 | 1 | -1/+1 |
| | | |||||
* | | add some otool output to the OS X builds | Paul Kehrer | 2015-08-29 | 1 | -0/+4 |
| | | |||||
* | | update travis to static link homebrew openssl (plus one dynamic job) | Paul Kehrer | 2015-08-29 | 1 | -1/+6 |
|/ | |||||
* | Don't try to upload coverage on builds which don't produce coverage | Alex Gaynor | 2015-07-12 | 1 | -0/+10 |
| | |||||
* | Switch to codecov.io from coveralls | Corey Farwell | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | install pypy 2.6.0 in container infra | Paul Kehrer | 2015-06-07 | 2 | -0/+16 |
| | |||||
* | Test with PyPy 2.6.0 | Alex Gaynor | 2015-06-07 | 1 | -2/+2 |
| |