summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | In rust-nightly CI, forbid debugging prints.Nick Mathewson2021-11-042-1/+5
* | | Merge branch 'osx_sdk_10.12'Nick Mathewson2021-11-041-3/+10
|\ \ \ | |/ / |/| |
| * | Update reproducible_build.sh to use OSX SDK 10.12Nick Mathewson2021-11-041-3/+10
* | | Remove one more test println!().Nick Mathewson2021-11-041-1/+0
* | | Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-048-30/+40
* | | Remove all remaining dbg! instances.Nick Mathewson2021-11-044-11/+0
* | | tor-dirmgr: tests for docid module.Nick Mathewson2021-11-041-1/+156
|/ /
* | Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-032-2/+92
* | Change how TestingStateMgr handles locking.Nick Mathewson2021-11-031-43/+80
* | tor-proto: Use a dedicated sender for channel cells, make full-duplexeta2021-11-032-47/+105
* | Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-0311-348/+268
* | Disable a check in exitpathNick Mathewson2021-11-021-1/+2
* | Allow clone-on-copy in tor-circmgr tests to fix a nightly-only clippy warning.Nick Mathewson2021-11-022-0/+2
* | Merge branch 'bug219'Nick Mathewson2021-11-023-63/+28
|\ \
| * | Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-023-63/+28
* | | tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-024-0/+115
* | | tor-circmgr: test DirPathBuilder with GuardMgr.Nick Mathewson2021-11-023-1/+43
* | | tor-circmgr: testing for NoUsage and TimeoutTesting usageNick Mathewson2021-11-021-0/+24
* | | Merge branch 'timestamp'Nick Mathewson2021-11-0212-47/+286
|\ \ \
| * | | Add a comment to explain the computation of net_has_been_down.Nick Mathewson2021-11-021-0/+5
| * | | tor-guardmgr: Add tests for a few functions.Nick Mathewson2021-11-022-0/+57
| * | | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-024-47/+64
| * | | Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-027-0/+160
* | | | Merge remote-tracking branch 'origin/mr/119'Nick Mathewson2021-11-022-85/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-022-85/+31
* | | | tor-circmgr: tests for netwoks with no exitsNick Mathewson2021-11-022-25/+76
|/ / /
* | | Merge remote-tracking branch 'origin/mr/118'Nick Mathewson2021-11-022-78/+32
|\ \ \
| * | | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-022-78/+32
| |/ /
* | | Remove some dbg!() calls in real code.Nick Mathewson2021-11-023-4/+1
* | | tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
|/ /
* | minimal-versions: switch to 1.53.Nick Mathewson2021-10-311-1/+1
* | add ci check for deps minimal versions and msrvTrinity Pointard2021-10-311-0/+12
* | readme: Add crates.io badge at the topDavid Goulet2021-10-291-0/+2
* | Add our release instructions to version control.Nick Mathewson2021-10-291-0/+40
* | Cargo.lock: v0.0.1 is now published.arti-v0.0.1Nick Mathewson2021-10-291-26/+26
* | tor-persist: serde usage now requires derive feature.Nick Mathewson2021-10-291-2/+1
* | Bump all crate versions to 0.0.1Nick Mathewson2021-10-2926-123/+123
* | Remove alternative-name handling from exclude_contributors.txtNick Mathewson2021-10-291-4/+2
* | thanks.sh: Remove tempdir on exit.Nick Mathewson2021-10-291-0/+2
* | Fix shellcheck warnings in thanks.shNick Mathewson2021-10-291-3/+3
* | Merge remote-tracking branch 'origin/mr/113'Nick Mathewson2021-10-292-0/+37
|\ \
| * | Add an attempt at autogenerating contributor lists for releaseseta2021-10-292-0/+37
* | | Add a list_crates.py script, for help with foreach scripting.Nick Mathewson2021-10-291-0/+23
|/ /
* | Typo fix in ChangelogNick Mathewson2021-10-291-1/+1
* | Add a script to enforce topological sorting in workspace Cargo.tomlNick Mathewson2021-10-291-0/+91
* | Update Cargo.lock in preparation for Arti 0.0.1 release.Nick Mathewson2021-10-291-71/+71
* | Update README.md filesNick Mathewson2021-10-291-6/+10
* | Begin a CHANGELOG.md for Arti 0.0.1Nick Mathewson2021-10-291-0/+84
* | Merge remote-tracking branch 'origin/mr/112'Nick Mathewson2021-10-294-31/+130
|\ \
| * | Improve docs of more (potentially re-exported) arti-client typeseta2021-10-294-31/+130