| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version dependencies to 0.0.0 | Nick Mathewson | 2021-06-24 | 1 | -7/+7 |
| | | |||||
| * | Remove "publish = false" | Nick Mathewson | 2021-06-24 | 1 | -1/+0 |
| | | |||||
| * | Remove some (but not all) needless dependencies. | Nick Mathewson | 2021-06-17 | 1 | -6/+3 |
| | | |||||
| * | Missing feature dependency. | Nick Mathewson | 2021-06-16 | 1 | -1/+1 |
| | | |||||
| * | Expose the "construct_network()" function in tor-netdir. | Nick Mathewson | 2021-06-16 | 1 | -0/+2 |
| | | | | | | | | | This function has been used for testing tor-netdir, but it will also be useful for testing path selection in tor-cirmgr as well. I've put it behind a "testing" feature, since it shouldn't really be used by most applications. | ||||
| * | tor-netdir no longer uses caret. | Nick Mathewson | 2021-05-25 | 1 | -1/+0 |
| | | |||||
| * | Remove unused derive_more. | Nick Mathewson | 2021-05-25 | 1 | -5/+0 |
| | | |||||
| * | Use macros and types to improve handling of Netdir parameters. | Nick Mathewson | 2021-05-25 | 1 | -0/+6 |
| | | | | | (Squashed from typed-netdir-params) | ||||
| * | Give every Cargo.toml a repository field | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Fill in "package.categories" on all Cargo.toml | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | More tests for tor-netdir::weight | Nick Mathewson | 2021-05-07 | 1 | -0/+1 |
| | | |||||
| * | Upgrade rusqlite; remove needless usage. | Nick Mathewson | 2021-04-05 | 1 | -1/+0 |
| | | |||||
| * | Experimental accessor functions for Relay members. | Nick Mathewson | 2021-03-30 | 1 | -0/+4 |
| | | |||||
| * | Add a compatibility layer so we can upgrade rand_core. | Nick Mathewson | 2021-03-18 | 1 | -1/+1 |
| | | | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible. | ||||
| * | Add the tor project as an author. | Nick Mathewson | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Add keywords to each Cargo.toml | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Add a description field to all our Cargo.toml files | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Give it a homepage everyplace. | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Bump dependencies with "cargo upgrade" | Nick Mathewson | 2021-03-06 | 1 | -3/+3 |
| | | |||||
| * | Update to latest futures, once_cell | Nick Mathewson | 2021-02-23 | 1 | -1/+1 |
| | | |||||
| * | Update some dependencies. | Nick Mathewson | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add support to override network parameters in the configuration. | Nick Mathewson | 2021-02-16 | 1 | -0/+1 |
| | | |||||
| * | Make authorities and fallbacks configurable. | Nick Mathewson | 2021-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | This commit adds configuration options for these values, with the right defaults, and uses those options instead of built-in functions to set them. We also remove the function to extract information from chutney directories: now that arti is configurable, it can be chutney's job to make its own network configurations. | ||||
| * | Upgrade a few more dependencies. | Nick Mathewson | 2021-01-13 | 1 | -1/+1 |
| | | |||||
| * | cargo upgrade. | Nick Mathewson | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Expose network parameters more sensibly from NetDir. | Nick Mathewson | 2020-12-22 | 1 | -0/+1 |
| | | |||||
| * | Migrate from lazy_static to once_cell. | Nick Mathewson | 2020-12-22 | 1 | -1/+1 |
| | | |||||
| * | upgrade rusqlite | Nick Mathewson | 2020-12-08 | 1 | -1/+1 |
| | | |||||
| * | Move storage and config logic from netdir to dirmgr. | Nick Mathewson | 2020-11-20 | 1 | -4/+0 |
| | | |||||
| * | Include a list of fallback directories in tor-netdir | Nick Mathewson | 2020-11-16 | 1 | -0/+2 |
| | | |||||
| * | Checkpoint work on a sqlite backend. | Nick Mathewson | 2020-11-16 | 1 | -0/+5 |
| | | | | | | | | | | | | 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. | ||||
| * | Checkpoint work on making storage backend generic | Nick Mathewson | 2020-11-14 | 1 | -0/+1 |
| | | | | | Also uses mmap for loading stuff. | ||||
| * | Upgrade dependencies | Nick Mathewson | 2020-11-10 | 1 | -1/+1 |
| | | |||||
| * | Run "cargo upgrade". | Nick Mathewson | 2020-10-15 | 1 | -1/+1 |
| | | |||||
| * | Pare down and sort dependencies | Nick Mathewson | 2020-09-09 | 1 | -2/+3 |
| | | |||||
| * | Run cargo upgrade, except for stream-cipher. | Nick Mathewson | 2020-09-09 | 1 | -5/+5 |
| | | |||||
| * | New "linkspec" module to encapsulate info needed to connect/extend. | Nick Mathewson | 2020-09-08 | 1 | -0/+2 |
| | | |||||
| * | Add a handy function for picking a random relay. | Nick Mathewson | 2020-09-08 | 1 | -0/+1 |
| | | |||||
| * | Start on a 'netdir' crate to wrap netdoc. | Nick Mathewson | 2020-09-07 | 1 | -0/+19 |
| For now, this assumes an existing Tor cache directory. | |||||
