| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | A few more tests for role-based weighting | Nick Mathewson | 2020-12-02 | 1 | -0/+36 | |
| | | ||||||
| * | Use bwweightscale to avoid miscalculating weights for v2dir relays | Nick Mathewson | 2020-12-02 | 1 | -16/+32 | |
| | | ||||||
| * | More tests for weight.rs; find a bug. | Nick Mathewson | 2020-12-02 | 1 | -1/+44 | |
| | | ||||||
| * | Add a few easy tests in weights.rs | Nick Mathewson | 2020-12-02 | 1 | -1/+55 | |
| | | ||||||
| * | a little more refactoring for testability | Nick Mathewson | 2020-12-02 | 1 | -7/+13 | |
| | | ||||||
| * | Clarify DFLT_WEIGHT in weights.rs | Nick Mathewson | 2020-12-02 | 1 | -1/+4 | |
| | | ||||||
| * | Resolve a couple of TODOs in weight.rs | Nick Mathewson | 2020-12-02 | 1 | -3/+4 | |
| | | | | | (Thanks to Mike Perry for answers here.) | |||||
| * | weights: refactor a couple of functions to be more testable. | Nick Mathewson | 2020-12-02 | 1 | -5/+14 | |
| | | ||||||
| * | Use a slightly prettier syntax in max_weight | Nick Mathewson | 2020-12-02 | 1 | -1/+2 | |
| | | ||||||
| * | Fix a few comments in weight.rs | Nick Mathewson | 2020-12-02 | 1 | -12/+17 | |
| | | ||||||
| * | Use a better calculation for deciding if we have enough paths. | Nick Mathewson | 2020-12-02 | 1 | -11/+30 | |
| | | ||||||
| * | Implement correct (?) weighting for path selection. | Nick Mathewson | 2020-12-02 | 2 | -66/+379 | |
| | | ||||||
| * | Add a function to load a directory from cache. | Nick Mathewson | 2020-11-24 | 1 | -0/+5 | |
| | | ||||||
| * | When a consensus has enough descriptors, mark it non-pending. | Nick Mathewson | 2020-11-24 | 1 | -0/+5 | |
| | | ||||||
| * | Remove a couple of #[allow]s. | Nick Mathewson | 2020-11-20 | 1 | -1/+0 | |
| | | ||||||
| * | Move storage and config logic from netdir to dirmgr. | Nick Mathewson | 2020-11-20 | 7 | -1191/+0 | |
| | | ||||||
| * | NetDirConfig: Learn fallback directories from chutney configurations too | Nick Mathewson | 2020-11-20 | 2 | -3/+66 | |
| | | ||||||
| * | Missing file: whoops | Nick Mathewson | 2020-11-20 | 1 | -0/+223 | |
| | | ||||||
| * | Use a builder pattern for NetDir. | Nick Mathewson | 2020-11-20 | 1 | -7/+1 | |
| | | ||||||
| * | Move NetDirConfig into its own module. | Nick Mathewson | 2020-11-20 | 1 | -142/+2 | |
| | | ||||||
| * | Move some netdir code into submodules. | Nick Mathewson | 2020-11-20 | 3 | -145/+164 | |
| | | | | | | The Authority type gets its own module; so does the ability to load from legacy storage. | |||||
| * | Initial pass on directory-manager code. | Nick Mathewson | 2020-11-19 | 4 | -54/+125 | |
| | | | | | | | | | This code can now bootstrap from the network, cache the results, and reload from cache. There's lots more work to do here, including a big pile of tidying and refactoring and testing and documentation. | |||||
| * | Add support for using fallback directories in path construction | Nick Mathewson | 2020-11-19 | 2 | -9/+61 | |
| | | | | | | | This is mainly a refactoring commit, with a little new code. It also adds #[derive(Copy,Clone)] for a few types. | |||||
| * | Netdir: improve representation | Nick Mathewson | 2020-11-17 | 1 | -48/+76 | |
| | | | | | | Now a netdir no longer holds unwanted microdescs, and it always holds a weight function. | |||||
| * | Netdir: add functions to add mds, and list missing mds | Nick Mathewson | 2020-11-17 | 1 | -0/+25 | |
| | | ||||||
| * | Netdir: only expose a netdir object if we have enough directory info | Nick Mathewson | 2020-11-17 | 2 | -12/+60 | |
| | | | | | | The calculation isn't completely right here, but it's a fair stopgap. | |||||
| * | Include a list of fallback directories in tor-netdir | Nick Mathewson | 2020-11-16 | 3 | -0/+879 | |
| | | ||||||
| * | Checkpoint work on a sqlite backend. | Nick Mathewson | 2020-11-16 | 6 | -37/+644 | |
| | | | | | | | | | | | | Among other stuff, revert parts of previous commit that introduced a ReadableStore abstraction: there isn't a good abstraction hat covers both Tor legacy stores and sqlite stores-- or if there is, I'll have to find it organizally. This isn't a final version: it probably has bugs, and it needs documentation and more tests. But before I do those, I want to sanity-check the API by drafting the next layer up on the stack. | |||||
| * | Have the consensus-parsing code expose the signed piece of the consensus. | Nick Mathewson | 2020-11-16 | 1 | -1/+2 | |
| | | ||||||
| * | Checkpoint work on making storage backend generic | Nick Mathewson | 2020-11-14 | 4 | -53/+187 | |
| | | | | | Also uses mmap for loading stuff. | |||||
| * | netdir: remove interior mutability. | Nick Mathewson | 2020-11-04 | 1 | -15/+17 | |
| | | ||||||
| * | Add a new circuit-manager crate and move path selection there. | Nick Mathewson | 2020-11-02 | 1 | -1/+12 | |
| | | ||||||
| * | Remove a bunch of dbg! calls. | Nick Mathewson | 2020-10-26 | 1 | -3/+0 | |
| | | ||||||
| * | More documentation in tor-netdoc. | Nick Mathewson | 2020-10-26 | 1 | -1/+3 | |
| | | ||||||
| * | netdir: don't use relays with NoEdConsensus flag set. | Nick Mathewson | 2020-10-19 | 1 | -1/+1 | |
| | | ||||||
| * | Improvements to Relay type in tor-netdir. | Nick Mathewson | 2020-10-19 | 1 | -28/+39 | |
| | | | | | | | | | | | | Now, a Relay is always valid. This required some changes to the API: all_relays() has to return a new UncheckedRelay type that might or might not be valid, and the functions on Relay and ChanTarget that return ed25519 identities need to return an Ed25519Identity, not an ed25519::PublicKey. This change required some new encoding/decoding/conversion functions on Ed25519Identity. | |||||
| * | Cleanup from prop315 implementation. | Nick Mathewson | 2020-10-16 | 1 | -1/+1 | |
| | | | | | | | | | Most of the fixes here are just removing comments that said "this isn't technically required but I'm going to pretend it is". I also made the "protocols" field in microdescs out of its Option<>, since we're now requiring that. | |||||
| * | Use Ed25519Identity in microdescriptors. | Nick Mathewson | 2020-10-15 | 1 | -2/+9 | |
| | | ||||||
| * | Test the pick_weighted function in tor-netdir | Nick Mathewson | 2020-10-10 | 1 | -0/+128 | |
| | | ||||||
| * | Remove a couple of allow(unused) notations | Nick Mathewson | 2020-10-09 | 1 | -1/+0 | |
| | | ||||||
| * | Move around the modules inside tor-netdoc. | Nick Mathewson | 2020-09-29 | 1 | -3/+3 | |
| | | | | | | This change just gives them a more logical breakdown into parsing, documents, and misc other types. | |||||
| * | Rename remaining get_ accessors | Nick Mathewson | 2020-09-28 | 1 | -18/+18 | |
| | | ||||||
| * | Rename some identifiers in tor-linkspec. | Nick Mathewson | 2020-09-28 | 1 | -8/+8 | |
| | | | | | By convention, rust accessor functions don't start with 'get'. | |||||
| * | Rename ExtendTarget to CircTarget. | Nick Mathewson | 2020-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix a few clippy issues | Nick Mathewson | 2020-09-27 | 1 | -2/+2 | |
| | | ||||||
| * | Document private members in most crates | Nick Mathewson | 2020-09-24 | 3 | -1/+30 | |
| | | ||||||
| * | Add documentation for tor-netdir crate | Nick Mathewson | 2020-09-13 | 3 | -37/+140 | |
| | | ||||||
| * | Make client-demo launch a request to www.torproject.org:80 | Nick Mathewson | 2020-09-12 | 1 | -0/+5 | |
| | | ||||||
| * | Implement extend2/extended2 handshake. | Nick Mathewson | 2020-09-12 | 1 | -0/+3 | |
| | | | | | | | | This is not a production-ready implementation: it will break if a circuit is used for anything while an extend is pending. Client-demo can now build 3-hop circuits. | |||||
| * | netdir: downgrade a log | Nick Mathewson | 2020-09-09 | 1 | -2/+2 | |
| | | ||||||
