summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump every crate by one patch version.Nick Mathewson2021-11-291-17/+17
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+1
| | | | | | | | To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation.
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+4
|
* tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-021-0/+1
|
* tor-circmgr: test DirPathBuilder with GuardMgr.Nick Mathewson2021-11-021-0/+1
|
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-14/+14
|
* Pass the guard manager down to the path selection functions.Nick Mathewson2021-10-111-0/+1
|
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-0/+1
|
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-1/+1
| | | | | | | There are some missing parts here (like persistence and tests) and some incorrect parts (I am 90% sure that the "exploratory circuit" flag is bogus). Also it is not integrated with the circuit manager code.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+45
This will cause some pain for now, but now is really the best time to do this kind of thing.