aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.2.12v0.2.12Steven Fackler2015-01-042-3/+3
|
* Fix for upstream changesSteven Fackler2015-01-042-9/+25
|
* 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 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.
* 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
|/ /
* | Merge pull request #117 from Ummon/masterSteven Fackler2014-12-102-0/+9
|\ \ | |/ |/| Add the openssl function prototype 'HMAC_CTX_cleanup'.
| * Add the openssl function prototype 'HMAC_CTX_cleanup'.Ummon2014-12-102-0/+9
|/
* Merge pull request #114 from DiamondLovesYou/masterSteven Fackler2014-12-101-1/+1
|\ | | | | Don't forget to bump the openssl-sys dep version!
| * Don't forget to bump the openssl-sys dep version!Richard Diamond2014-12-101-1/+1
|/
* Merge pull request #113 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-103-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 Diamond2014-12-093-4/+4
| | | | | | | | | | | | to pkg-config. Also bump version minors for publishing. :)
* | Merge pull request #108 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-093-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 forRichard Diamond2014-12-093-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 bitSteven Fackler2014-12-061-1/+8
| |
* | Merge pull request #110 from Manishearth/patch-1Steven Fackler2014-12-051-6/+4
|\ \ | | | | | | Directly substitute $OPENSSL_PATH