| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #134 from DiamondLovesYou/master | Steven Fackler | 2015-01-02 | 1 | -1/+1 | |
| |\ \ | | | | | | | OpenSSL-sys: Cfg off target_os instead off feature. | |||||
| | * | | OpenSSL-sys: Cfg off target_os instead off feature. | Richard Diamond | 2015-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | It seems cargo doesn't provide --cfg entries for dep crates after all. | |||||
| * | | | Merge pull request #135 from vhbit/array-syntax | Steven Fackler | 2015-01-02 | 2 | -4/+4 | |
| |\ \ \ | |/ / |/| | | Array syntax fallout | |||||
| | * | | Array syntax fallout | Valerii Hiora | 2015-01-02 | 2 | -4/+4 | |
| |/ / | ||||||
| * | | Release v0.2.10v0.2.10 | Steven Fackler | 2014-12-31 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #133 from kinghajj/mutex-api-changes | Steven Fackler | 2015-01-01 | 1 | -4/+4 | |
| |\ \ | | | | | | | Change to use updated Mutex API in latest Rust master. | |||||
| | * | | Change to use updated Mutex API in latest Rust master. | Samuel Fredrickson | 2014-12-30 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | Release v0.2.9v0.2.9 | Steven Fackler | 2014-12-29 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #132 from jmesmon/fix-opt-in-sync | Steven Fackler | 2014-12-29 | 1 | -28/+28 | |
| |\ \ | | | | | | | ssl: use std::ptr::Unique to fix for opt-in Sync | |||||
| | * | | ssl: use std::ptr::Unique to fix for opt-in Sync | Cody P Schafer | 2014-12-29 | 1 | -28/+28 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifies Ssl & SslContext. This removes the errors like: src/ssl/tests.rs:202:14: 202:27 error: the trait `core::kinds::Send` is not implemented for the type `*mut libc::types::common::c95::c_void` src/ssl/tests.rs:202 let _t = Thread::spawn(move || { ^~~~~~~~~~~~~ src/ssl/tests.rs:202:14: 202:27 note: the type `*mut libc::types::common::c95::c_void` must implement `core::kinds::Send` because it appears within the type `ssl::Ssl` We may want some locking around calls that do multiple operations on the underlying Ssl and SslContext objects, but this lets us preserve functionality for now. | |||||
| | * | Added Copy impl. | Chris Cole | 2014-12-23 | 1 | -0/+2 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2014-12-23 | 13 | -58/+90 | |
| | |\ | |/ |/| | | | | | Conflicts: openssl-sys/src/lib.rs | |||||
| * | | Release v0.2.8v0.2.8 | Steven Fackler | 2014-12-23 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #130 from alexcrichton/update | Steven Fackler | 2014-12-23 | 3 | -14/+20 | |
| |\ \ | | | | | | | Update to rust master | |||||
| | * | | Update to rust master | Alex Crichton | 2014-12-23 | 3 | -14/+20 | |
| |/ / | ||||||
| * | | Release v0.2.7v0.2.7 | Steven Fackler | 2014-12-21 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #128 from aatxe/master | Steven Fackler | 2014-12-21 | 2 | -7/+9 | |
| |\ \ | | | | | | | Fix openssl-sys. | |||||
| | * | | Replaced now removed NativeMutex with StaticMutex, and fixed Neg | Aaron Weiss | 2014-12-21 | 2 | -7/+9 | |
| |/ / | | | | | | | implementation for BigNum. | |||||
| * | | Print unexpected error codes | Steven Fackler | 2014-12-19 | 1 | -2/+2 | |
| | | | | | | | | | This is breaking occaisionally but I can't repro it locally :( | |||||
| * | | Release v0.2.6v0.2.6 | Steven Fackler | 2014-12-19 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #126 from aatxe/master | Steven Fackler | 2014-12-19 | 3 | -6/+6 | |
| |\ \ | | | | | | | Updated for language changes to macros. | |||||
| | * | | Updated for language changes to macros. | Aaron Weiss | 2014-12-19 | 3 | -6/+6 | |
| |/ / | ||||||
| * | | Merge pull request #119 from glennw/android-static-linking | Steven Fackler | 2014-12-16 | 1 | -3/+8 | |
| |\ \ | | | | | | | Use static linking on android, which simplifies deployment since loading... | |||||
| | * | | 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. | |||||
| * | | | Release v0.2.5v0.2.5 | Steven Fackler | 2014-12-16 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Merge pull request #125 from alexcrichton/update | Steven Fackler | 2014-12-16 | 1 | -16/+16 | |
| |\ \ \ | | | | | | | | | Update to rust master | |||||
| | * | | | Update to rust master | Alex Crichton | 2014-12-16 | 1 | -16/+16 | |
| |/ / / | ||||||
| * | | | Merge pull request #115 from brunoqc/patch-1 | Steven Fackler | 2014-12-15 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Add rustlib 64-bit path in README | |||||
| | * | | | Add rustlib 64-bit path in README | Bruno Bigras | 2014-12-10 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Release v0.2.4v0.2.4 | Steven Fackler | 2014-12-15 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Merge pull request #122 from vhbit/proc_removal | Steven Fackler | 2014-12-15 | 2 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | Track master: proc removal, tuple indexing | |||||
| | * | | | | Track master: proc removal, tuple indexing | Valerii Hiora | 2014-12-15 | 2 | -2/+2 | |
| |/ / / / | ||||||
| * | / / | Release v0.2.3v0.2.3 | Steven Fackler | 2014-12-11 | 0 | -0/+0 | |
| | |/ / |/| | | ||||||
| * | | | Clean up Copy impls a bit | Steven Fackler | 2014-12-11 | 2 | -6/+10 | |
| | | | | ||||||
| * | | | Merge pull request #118 from vhbit/oibit-fix | Steven Fackler | 2014-12-11 | 7 | -3/+18 | |
| |\ \ \ | | | | | | | | | Update to nightly: explicit Copy trait | |||||
| | * | | | Update to nightly: explicit Copy trait | Valerii Hiora | 2014-12-11 | 7 | -3/+18 | |
| |/ / / | ||||||
| | | * | Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn. | Chris Cole | 2014-12-14 | 2 | -3/+38 | |
| | | | | ||||||
| | | * | Added BigNum::one(). | Chris Cole | 2014-12-11 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | Use "ffi" namespace. | Chris Cole | 2014-12-10 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2014-12-10 | 9 | -18/+55 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #117 from Ummon/master | Steven Fackler | 2014-12-10 | 2 | -0/+9 | |
| |\ \ \ | |/ / |/| | | Add the openssl function prototype 'HMAC_CTX_cleanup'. | |||||
| | * | | Add the openssl function prototype 'HMAC_CTX_cleanup'. | Ummon | 2014-12-10 | 2 | -0/+9 | |
| |/ / | ||||||
| * | | Merge pull request #114 from DiamondLovesYou/master | Steven Fackler | 2014-12-10 | 1 | -1/+1 | |
| |\ \ | | | | | | | Don't forget to bump the openssl-sys dep version! | |||||
| | * | | Don't forget to bump the openssl-sys dep version! | Richard Diamond | 2014-12-10 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #113 from DiamondLovesYou/nacl-crosses | Steven Fackler | 2014-12-10 | 3 | -4/+4 | |
| |\ \ | | | | | | | 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 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | to pkg-config. Also bump version minors for publishing. :) | |||||
| * | | | Merge pull request #108 from DiamondLovesYou/nacl-crosses | Steven Fackler | 2014-12-09 | 3 | -0/+17 | |
| |\| | | | | | | | | 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 | 3 | -0/+17 | |
| | | | | | | | | | | | | | | | | use instead of whatever pkg-config says (which in the case of crosses, is almost certainly incorrect). This is for PNaCl. | |||||
| * | | | Speed up SslStream initialization a bit | Steven Fackler | 2014-12-06 | 1 | -1/+8 | |
| | | | | ||||||
| * | | | Merge pull request #110 from Manishearth/patch-1 | Steven Fackler | 2014-12-05 | 1 | -6/+4 | |
| |\ \ \ | | | | | | | | | Directly substitute $OPENSSL_PATH | |||||