aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added use of ToCStr trait.Chris Cole2015-01-031-1/+1
| |
| * Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-0311-63/+76
| |\ | |/ |/|
* | Release v0.2.11v0.2.11Steven Fackler2015-01-032-3/+3
| |
* | Fix deprecation warningsSteven Fackler2015-01-037-31/+38
| |
* | Merge pull request #136 from vhbit/up-masterSteven Fackler2015-01-038-29/+35
|\ \ | | | | | | Updated to master:
| * | Updated to master:Valerii Hiora2015-01-038-29/+35
|/ / | | | | | | | | | | - library stab issues - deriving -> derive - {mod} -> {self}
| * Merge branch 'master' of https://github.com/cjcole/rust-opensslChris Cole2015-01-032-16/+62
| |\
| | * Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word.Chris Cole2015-01-022-16/+62
| | | | | | | | | | | | Removed BIGNUM_PTR struct.
| | * Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-025-40/+40
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-035-40/+40
| |\ \ | |/ / |/| / | |/
* | Merge pull request #134 from DiamondLovesYou/masterSteven Fackler2015-01-021-1/+1
|\ \ | | | | | | OpenSSL-sys: Cfg off target_os instead off feature.
| * | OpenSSL-sys: Cfg off target_os instead off feature.Richard Diamond2015-01-021-1/+1
| | | | | | | | | | | | It seems cargo doesn't provide --cfg entries for dep crates after all.
* | | Merge pull request #135 from vhbit/array-syntaxSteven Fackler2015-01-022-4/+4
|\ \ \ | |/ / |/| | Array syntax fallout
| * | Array syntax falloutValerii Hiora2015-01-022-4/+4
|/ /
* | Release v0.2.10v0.2.10Steven Fackler2014-12-312-3/+3
| |
* | Merge pull request #133 from kinghajj/mutex-api-changesSteven Fackler2015-01-011-4/+4
|\ \ | | | | | | Change to use updated Mutex API in latest Rust master.
| * | Change to use updated Mutex API in latest Rust master.Samuel Fredrickson2014-12-301-4/+4
|/ /
* | Release v0.2.9v0.2.9Steven Fackler2014-12-292-3/+3
| |
* | Merge pull request #132 from jmesmon/fix-opt-in-syncSteven Fackler2014-12-291-28/+28
|\ \ | | | | | | ssl: use std::ptr::Unique to fix for opt-in Sync
| * | ssl: use std::ptr::Unique to fix for opt-in SyncCody P Schafer2014-12-291-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 Cole2014-12-231-0/+2
| |
| * Merge remote-tracking branch 'upstream/master'Chris Cole2014-12-2313-58/+90
| |\ | |/ |/| | | | | Conflicts: openssl-sys/src/lib.rs
* | Release v0.2.8v0.2.8Steven Fackler2014-12-232-3/+3
| |
* | Merge pull request #130 from alexcrichton/updateSteven Fackler2014-12-233-14/+20
|\ \ | | | | | | Update to rust master
| * | Update to rust masterAlex Crichton2014-12-233-14/+20
|/ /
* | Release v0.2.7v0.2.7Steven Fackler2014-12-212-3/+3
| |
* | Merge pull request #128 from aatxe/masterSteven Fackler2014-12-212-7/+9
|\ \ | | | | | | Fix openssl-sys.
| * | Replaced now removed NativeMutex with StaticMutex, and fixed NegAaron Weiss2014-12-212-7/+9
|/ / | | | | | | implementation for BigNum.
* | Print unexpected error codesSteven Fackler2014-12-191-2/+2
| | | | | | | | This is breaking occaisionally but I can't repro it locally :(
* | Release v0.2.6v0.2.6Steven Fackler2014-12-192-3/+3
| |
* | Merge pull request #126 from aatxe/masterSteven Fackler2014-12-193-6/+6
|\ \ | | | | | | Updated for language changes to macros.
| * | Updated for language changes to macros.Aaron Weiss2014-12-193-6/+6
|/ /
* | Merge pull request #119 from glennw/android-static-linkingSteven Fackler2014-12-161-3/+8
|\ \ | | | | | | Use static linking on android, which simplifies deployment since loading...
| * | Use static linking on android, which simplifies deployment since loading ↵Glenn Watson2014-12-121-3/+8
| | | | | | | | | | | | application specific shared libraries on android requires Java code or other hacks.
* | | Release v0.2.5v0.2.5Steven Fackler2014-12-162-3/+3
| | |
* | | Merge pull request #125 from alexcrichton/updateSteven Fackler2014-12-161-16/+16
|\ \ \ | | | | | | | | Update to rust master
| * | | Update to rust masterAlex Crichton2014-12-161-16/+16
|/ / /
* | | Merge pull request #115 from brunoqc/patch-1Steven Fackler2014-12-151-1/+1
|\ \ \ | | | | | | | | Add rustlib 64-bit path in README
| * | | Add rustlib 64-bit path in READMEBruno Bigras2014-12-101-1/+1
| | | |
* | | | Release v0.2.4v0.2.4Steven Fackler2014-12-152-3/+3
| | | |
* | | | Merge pull request #122 from vhbit/proc_removalSteven Fackler2014-12-152-2/+2
|\ \ \ \ | | | | | | | | | | Track master: proc removal, tuple indexing
| * | | | Track master: proc removal, tuple indexingValerii Hiora2014-12-152-2/+2
|/ / / /
* | / / Release v0.2.3v0.2.3Steven Fackler2014-12-110-0/+0
| |/ / |/| |
* | | Clean up Copy impls a bitSteven Fackler2014-12-112-6/+10
| | |
* | | Merge pull request #118 from vhbit/oibit-fixSteven Fackler2014-12-117-3/+18
|\ \ \ | | | | | | | | Update to nightly: explicit Copy trait
| * | | Update to nightly: explicit Copy traitValerii Hiora2014-12-117-3/+18
|/ / /
| | * Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.Chris Cole2014-12-142-3/+38
| | |
| | * Added BigNum::one().Chris Cole2014-12-111-0/+4
| | |
| | * Use "ffi" namespace.Chris Cole2014-12-101-1/+1
| | |
| | * Merge remote-tracking branch 'upstream/master'Chris Cole2014-12-109-18/+55
| | |\ | |_|/ |/| |