summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to run cbindgen and check its outputs.Nick Mathewson2024-07-311-0/+1
| | | | | | | | | | This is a bit complicated since: - Using cbindgen with macro expansion requires a nightly rust: so, we have to look for one. - There are some cbindgen warnings which I cannot find any way to suppress, so instead of giving all warnings, it seems better to give a diff from the old list of warnings to the new list.
* generate aggregated coverage reportstrinity-1686a2022-05-051-0/+1
|
* add script for coverage on fuzzingtrinity-1686a2022-02-221-0/+3
|
* use libfuzz capabilities instead of scriptingtrinity-1686a2022-02-221-0/+1
|
* Add coverage_meta to .gitignoreNick Mathewson2021-11-231-0/+1
|
* move integration tests to scriptsTrinity Pointard2021-10-281-0/+1
|
* add reproducible builds for MacOSTrinity Pointard2021-09-201-0/+4
|
* Move version-controlled Cargo.lock to /.Nick Mathewson2021-09-201-1/+0
| | | | | | | Previously I'd hoped to have it only apply to reproducible builds, but the work of keeping it up-to-date and checking it for drift seems to have been tripping us up. Let's try doing it the other way for now, and we'll see how that goes.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-3/+3
| | | | | This will cause some pain for now, but now is really the best time to do this kind of thing.
* Updates for reproducible build docsNick Mathewson2021-08-261-0/+1
|
* address review commentsTrinity Pointard2021-08-261-0/+1
| | | | sha256: 7f190568fa05f71ad356dc56a7a9725a4be18e5e40d6880f469e22981a18edd7
* make arti availlable as build artifactTrinity Pointard2021-08-251-1/+0
| | | | | and make builds reproducible sha256sum: f141c54929a43a31b9ed6b529f6f863aace87f7406818b2f8ffe2b7a5e2803fb
* Add a script with the command I've been using for coverageNick Mathewson2021-05-261-0/+1
|
* Tell .gitignore to ignore more "target" directories.Nick Mathewson2021-03-301-1/+3
|
* add emacs tmpfiles to gitignoreNick Mathewson2020-09-081-0/+2
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+3
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.