| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move openssl-sys build.rs | Steven Fackler | 2015-02-03 | 1 | -43/+0 |
| | | |||||
| * | Merge pull request #153 from mbrubeck/android | Steven Fackler | 2015-02-03 | 1 | -5/+6 |
| |\ | | | | | Don't bail out of openssl-sys build config when targeting Android | ||||
| | * | Don't bail out when targeting Android | Matt Brubeck | 2015-02-03 | 1 | -5/+6 |
| | | | |||||
| * | | Declare the use of unstable libstd APIs | Gleb Kozyrev | 2015-02-01 | 1 | -1/+1 |
| |/ | |||||
| * | Update to rust master | Alex Crichton | 2015-01-09 | 1 | -0/+2 |
| | | |||||
| * | Use static linking on android, which simplifies deployment since loading ↵ | Glenn Watson | 2014-12-12 | 1 | -3/+8 |
| | | | | | application specific shared libraries on android requires Java code or other hacks. | ||||
| * | Merge pull request #113 from DiamondLovesYou/nacl-crosses | Steven Fackler | 2014-12-10 | 1 | -1/+1 |
| |\ | | | | | Now that pkg-config 0.1.1 has been published, delegate bailout detection to pkg-config. | ||||
| | * | Now that pkg-config 0.1.1 has been published, delegate to bailout detection ↵ | Richard Diamond | 2014-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | to pkg-config. Also bump version minors for publishing. :) | ||||
| * | | Merge pull request #108 from DiamondLovesYou/nacl-crosses | Steven Fackler | 2014-12-09 | 1 | -0/+5 |
| |\| | | | | | Use locally built libreSSL if targeting NaCl instead of the host's versions. | ||||
| | * | Add a feature to openssl-sys to cause it to build a local copy of libressl for | Richard Diamond | 2014-12-09 | 1 | -0/+5 |
| | | | | | | | | | | | use instead of whatever pkg-config says (which in the case of crosses, is almost certainly incorrect). This is for PNaCl. | ||||
| * | | Directly substitute $OPENSSL_PATH | Manish Goregaokar | 2014-12-05 | 1 | -6/+4 |
| | | | |||||
| * | | Allow passing in Android paths | Manish Goregaokar | 2014-12-03 | 1 | -0/+10 |
| |/ | |||||
| * | New build system | Valerii Hiora | 2014-11-13 | 1 | -0/+22 |