| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the ambiguous integer literal error | Eunchong Yu | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | | | | This commit fixes this: > src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for > this expression: cannot determine the type of this integer; add a > suffix to specify the type explicitly [E0101] > src/crypto/symm.rs:95 let v = if padding { 1 } else { 0 } as c_int; | ||||
| * | Add repr(C) to C structs | Michael Gehring | 2014-08-22 | 2 | -0/+5 |
| | | |||||
| * | Add new HashType RIPEMD160 | Jeremy Ruten | 2014-08-04 | 2 | -8/+23 |
| | | |||||
| * | Shift directory structure | Steven Fackler | 2014-08-03 | 7 | -0/+1324 |
| | | |||||
| * | Prepare rustcrypto to merge into rust-openssl | Steven Fackler | 2013-12-28 | 8 | -1226/+0 |
| | | |||||
| * | update to rust 0.9-pre (a5fa1d9) | Erick Tryzelaar | 2013-12-27 | 8 | -366/+279 |
| | | |||||
| * | Switch over to rustpkg | Erick Tryzelaar | 2013-12-18 | 8 | -0/+1313 |