Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-08-16 | rust: run rustfmt | cypherpunks | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2018-01-04 | smartlist.rs: The libc::c_char type is not the same as i8. | Nick Mathewson | |
The code had been using c_char and i8 interchangeably, but it turns out that c_char is only i8 on platforms where "char" is signed. On other platforms, c_char is u8. Fixes bug 24794; bug not on any released Tor. | |||
2017-10-27 | Add missing copyright/license statements on all .rs files | Nick Mathewson | |
(Yes, I have Chelsea's permission.) | |||
2017-10-27 | cargo fmt; fix line length warnings | Chelsea Holland Komlo | |
2017-10-27 | refactor smartlist for readability | Chelsea Holland Komlo | |
limit scoping of unsafe, and other cleanup | |||
2017-10-27 | rust implementation of protover | Chelsea Holland Komlo | |