- Mar 21, 2022
-
-
Ian Jackson authored
-
Ian Jackson authored
Code motion and import fixups.
-
Ian Jackson authored
Making these fields pub(crate) is quite reasonable and does away with the need for accessors.
-
Ian Jackson authored
We put this in cfg.rs, rather than (say) socks.rs, because it has config relating to both socks.rs and dns.rs. Code motion and import fixups.
-
Nick Mathewson authored
Combine logging config and implementation in arti lib crate See merge request tpo/core/arti!421
-
Ian Jackson authored
This was clumsy. Now it is brought together it can be simplified.
-
Ian Jackson authored
This de-duplicates the code that was in those accessors, and is now in filt_from_opt_str. Code motion and direct field access.
-
Ian Jackson authored
There are no longer needed, because the code that uses this configuration now lives in the same module as the configuration itself.
-
Ian Jackson authored
Code motion and import fixups.
-
Ian Jackson authored
We are going to move LoggingConfig here. We should follow the already-public name IMO.
-
Ian Jackson authored
Code motion and import fixups.
-
- Mar 18, 2022
-
-
Nick Mathewson authored
Abolish some accessors in drmgr See merge request tpo/core/arti!423
-
-
This makes this information crate-private. The crate can reasonably just access it.
-
-
-
Using accessors for crate-only fields is otiose.
-
Rename this to be named the same as its accessor, and use the rename feature of builder and serde. (The shorter name is nicer in the code IMO.)
-
Nick Mathewson authored
Actually throw an anyhow See merge request tpo/core/arti!422
-
Ian Jackson authored
Prompted by a compiler warning which I weirdly can't seem to reproduce?
-
Ian Jackson authored
ClientCirc: add functions to return the circuit's actual path Closes #415 See merge request tpo/core/arti!419
-
- Mar 17, 2022
-
-
Nick Mathewson authored
Use less space in hashtables for microdescriptors Closes #386 See merge request tpo/core/arti!415
-
Nick Mathewson authored
Closes #415
-
Ian Jackson authored
-
Ian Jackson authored
Alternative API for set_isolation_group(). See merge request tpo/core/arti!418
-
Nick Mathewson authored
Each channel now remembers an OwnedChanTarget. Each circuit now remembers a vector of OwnedChanTarget to represent the path that it was constructed for. Part of #415.
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Nick Mathewson authored
This will help with #415
-
Nick Mathewson authored
Instead of requiring a `Box<dyn Isolation>`, it now takes either a `Box<dyn Isolation>`, or an arbitrary `T` that implements `Isolation`. This API still allows the user to pass in a `Box<dyn Isolation>` if that's what they have, but it doesn't require them to Box the isolation on their own. Part of #414.
-
Nick Mathewson authored
-
Nick Mathewson authored
new api for isolation See merge request tpo/core/arti!377
-
Ian Jackson authored
Absolish builders for CircMgrConfig and DirMgrConfig See merge request !417
-
- Mar 16, 2022
-
-
eta authored
dirmgr: Always send if-modified-since on consensus documents. Closes #403 See merge request tpo/core/arti!412
-
Ian Jackson authored
-
trinity-1686a authored
-
Ian Jackson authored
See rationale in the comment.
-
Ian Jackson authored
-
Ian Jackson authored
-