| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove a now-incorrect comment in tor-proto. | Nick Mathewson | 2022-01-26 | 1 | -3/+0 |
| | | |||||
| * | extend lints to include 'clippy::all' | Daniel Eades | 2021-12-28 | 1 | -0/+1 |
| | | |||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -0/+1 |
| | | |||||
| * | Use coarsetime to build an incoming traffic timestamp. | Nick Mathewson | 2021-11-02 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | We need this for the circuit timeout estimator (#57). It needs to know "how recently have we got some incoming traffic", so that it can tell whether a circuit has truly timed out, or whether the entire network is down. I'm implementing this with coarsetime, since we need to update these in response to every single incoming cell, and we need the timestamp operation to be _fast_. (This reinstates an earlier commit, f30b2280, which I reverted because we didn't need it at the time.) Closes #179. | ||||
| * | Replace references to arti-client in the documentation. | Nick Mathewson | 2021-10-21 | 1 | -2/+2 |
| | | |||||
| * | Remove #![allow(clippy::unnecessary_wraps)] in tor-proto. | Nick Mathewson | 2021-10-21 | 1 | -1/+0 |
| | | |||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+129 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
