| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | netdir: look in right path for cached-microdescs.new | Nick Mathewson | 2020-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | New "linkspec" module to encapsulate info needed to connect/extend. | Nick Mathewson | 2020-09-08 | 1 | -0/+24 | |
| | | ||||||
| * | rename weightfn variants | Nick Mathewson | 2020-09-08 | 1 | -11/+11 | |
| | | ||||||
| * | Add a handy function for picking a random relay. | Nick Mathewson | 2020-09-08 | 2 | -2/+45 | |
| | | ||||||
| * | Start on accessors for relay weight. | Nick Mathewson | 2020-09-08 | 1 | -1/+45 | |
| | | ||||||
| * | netdir: add the ability to add authorities from a chutney directory. | Nick Mathewson | 2020-09-08 | 1 | -0/+21 | |
| | | ||||||
| * | netdir: Add an extra day's tolerance to consensus timeouts | Nick Mathewson | 2020-09-08 | 1 | -0/+2 | |
| | | ||||||
| * | Netdir: a few more accessors | Nick Mathewson | 2020-09-08 | 1 | -1/+37 | |
| | | ||||||
| * | Fix clippy warnings; improve key type for consensus. | Nick Mathewson | 2020-09-07 | 1 | -8/+19 | |
| | | ||||||
| * | Start on a 'netdir' crate to wrap netdoc. | Nick Mathewson | 2020-09-07 | 2 | -0/+205 | |
| For now, this assumes an existing Tor cache directory. | ||||||
