| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -0/+1 |
| | | |||||
| * | Flatten enforce_distance into path_rules. | Nick Mathewson | 2021-11-18 | 1 | -2/+2 |
| | | | | | Also use the path_rules name consistently throughout the code. | ||||
| * | Fold "circuit_timing" and "request_timing" into a single section. | Nick Mathewson | 2021-11-18 | 1 | -4/+2 |
| | | |||||
| * | Update our disclaimers and limitations sections. | Nick Mathewson | 2021-10-27 | 1 | -4/+0 |
| | | |||||
| * | Turn StreamIsolation into a separate type. | Nick Mathewson | 2021-10-25 | 1 | -6/+3 |
| | | | | | | | | | | Now that we have two kinds of isolation tokens (those set on a stream, and those set by the stream's associated TorClient), we need a more sophisticated kind of isolation. This fixes the bug introduced with the previous commit, where per-stream tokens would override per-TorClient tokens. | ||||
| * | s/arti-arti-client/arti-client/ and regenerate readme files | Nick Mathewson | 2021-10-25 | 1 | -1/+1 |
| | | |||||
| * | Replace references to arti-client in the documentation. | Nick Mathewson | 2021-10-21 | 1 | -1/+1 |
| | | |||||
| * | Finish the timeout-inference side of shared state. | Nick Mathewson | 2021-10-20 | 1 | -15/+5 |
| | | |||||
| * | Replace the return type of StorageMgr::try_lock with a tristate | Nick Mathewson | 2021-10-20 | 1 | -1/+9 |
| | | | | | | It's useful to know now only if we now have the lock, but also if we just got it for the first time. | ||||
| * | Initial work on periodically reloading state. | Nick Mathewson | 2021-10-19 | 1 | -1/+11 |
| | | | | | | We can use this in the case where we don't get the lock on the state file, because another process is running. | ||||
| * | Pass the guard manager down to the path selection functions. | Nick Mathewson | 2021-10-11 | 1 | -0/+4 |
| | | |||||
| * | Notify guard manager on network change and state flush. | Nick Mathewson | 2021-10-10 | 1 | -1/+15 |
| | | |||||
| * | Add a GuardMgr member to CircuitBuilder | Nick Mathewson | 2021-10-10 | 1 | -2/+9 |
| | | |||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Use StorageHandle in tor_circmgr. | Nick Mathewson | 2021-09-30 | 1 | -8/+9 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -3/+4 |
| | | |||||
| * | A little more test coverage in tor-circmgr::mgr | Nick Mathewson | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+362 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
