| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Added use of ToCStr trait. | Chris Cole | 2015-01-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2015-01-03 | 11 | -63/+76 | |
| | |\ | |/ |/| | ||||||
| * | | Release v0.2.11v0.2.11 | Steven Fackler | 2015-01-03 | 2 | -3/+3 | |
| | | | ||||||
| * | | Fix deprecation warnings | Steven Fackler | 2015-01-03 | 7 | -31/+38 | |
| | | | ||||||
| * | | Merge pull request #136 from vhbit/up-master | Steven Fackler | 2015-01-03 | 8 | -29/+35 | |
| |\ \ | | | | | | | Updated to master: | |||||
| | * | | Updated to master: | Valerii Hiora | 2015-01-03 | 8 | -29/+35 | |
| |/ / | | | | | | | | | | | - library stab issues - deriving -> derive - {mod} -> {self} | |||||
| | * | Merge branch 'master' of https://github.com/cjcole/rust-openssl | Chris Cole | 2015-01-03 | 2 | -16/+62 | |
| | |\ | ||||||
| | | * | Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word. | Chris Cole | 2015-01-02 | 2 | -16/+62 | |
| | | | | | | | | | | | | | Removed BIGNUM_PTR struct. | |||||
| | | * | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2015-01-02 | 5 | -40/+40 | |
| | | |\ | |_|/ |/| | | ||||||
| | * | | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2015-01-03 | 5 | -40/+40 | |
| | |\ \ | |/ / |/| / | |/ | ||||||
| * | | 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 | |
| | | |\ | |_|/ |/| | | ||||||