| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | channel padding: Rename ChannelsParams from ChannelsConfig | Ian Jackson | 2022-06-21 | 1 | -9/+9 |
| | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/586#note_2814276 Change names and comments and docs everywhere. | ||||
| * | channel padding: chanmgr: Clarify a comment | Ian Jackson | 2022-06-21 | 1 | -3/+3 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/586#note_2813574 | ||||
| * | channel padding: Plumb settings from chanmgr | Ian Jackson | 2022-06-21 | 1 | -11/+35 |
| | | |||||
| * | ChanMgr: Return provenance information from get_or_launch | Nick Mathewson | 2022-04-07 | 1 | -11/+14 |
| | | | | | | | We need this since we want to report certain conditions only when they happen on a new channel, not if we observe them on a preexisting channel. | ||||
| * | tor-chanmgr: Do not allocate an Internal error unless we mean it. | Nick Mathewson | 2022-03-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | Previously we'd allocate an error as a place-holder here, but it's not a great idea to do that with a `Bug`: each `Bug` stores a whole stack trace, which uses a whole pile of allocations to construct. Now we keep an `Option<Error>` instead. Found while heap profiling. Closes #383. | ||||
| * | tor-chanmgr: use Bug types. | Nick Mathewson | 2022-02-16 | 1 | -4/+9 |
| | | |||||
| * | Expire channels that have been unused for too long | Yuan Lyu | 2022-02-04 | 1 | -5/+34 |
| | | |||||
| * | chanmgr: get rid of Arc around Channel | Ian Jackson | 2022-01-13 | 1 | -26/+33 |
| | | |||||
| * | Resolve roughly half of the XXXXs. | Nick Mathewson | 2021-12-06 | 1 | -3/+2 |
| | | | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | Remove all remaining dbg! instances. | Nick Mathewson | 2021-11-04 | 1 | -1/+0 |
| | | |||||
| * | tor-chanmgr: remove PendingChanError as unnecessary. | Nick Mathewson | 2021-10-28 | 1 | -18/+6 |
| | | |||||
| * | Remove #![allow_unused] in tor_chanmgr::mgr | Nick Mathewson | 2021-10-21 | 1 | -1/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -0/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+404 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
