summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
...
* hsdir_params: Rename some variables for consistencyIan Jackson2023-02-092-11/+11
* hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-093-16/+10
* hsdir: Remove a done TODO - this *is* now a TiSliceIan Jackson2023-02-091-1/+0
* tor-netdir: Provide Netdir::md_by_idxIan Jackson2023-02-091-0/+6
* tor-netdir: Store previous netdir (if required by features)Ian Jackson2023-02-091-1/+15
* tor-netdoc: Change fill_from_previous_netdirIan Jackson2023-02-091-10/+7
* tor-netdir: Use typed-index-collections for router index (fix hsdir)Ian Jackson2023-02-091-2/+3
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-2/+2
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-082-4/+4
* Tidy up docs about RouterStatusIdxIan Jackson2023-02-011-9/+6
* tor-netdir: Use typed-index-collections for router status indexIan Jackson2023-02-012-16/+30
* tor-netdir: Provide ConsensusRelays extension trait (fmt)Ian Jackson2023-02-011-4/+1
* tor-netdir: Provide ConsensusRelays extension traitIan Jackson2023-02-012-14/+35
* Change two in-code references to the wrong feature nameIan Jackson2023-02-011-2/+2
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-6/+6
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* netdir: remove duplicate code in param calculationNick Mathewson2023-01-281-23/+31
* netdir: remove the vestigial smallvec implementation I addedNick Mathewson2023-01-282-3/+2
* Turn compute_ring_params into a method.Nick Mathewson2023-01-282-55/+61
* Several suggestions on gitlab.Ian Jackson2023-01-281-0/+2
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-285-19/+526
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Elide a bunch of lifetimes.Nick Mathewson2023-01-271-3/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'onion-netdir-apis' into 'main'Nick Mathewson2023-01-114-1/+294
|\
| * Adjust onion service ring APIs in light of prop#342Nick Mathewson2023-01-114-38/+99
| * Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-113-0/+232
* | netdir: add network parameters related to onion servicesNick Mathewson2023-01-111-1/+80
|/
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+26
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-11/+11
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Mock implementation of a NetDirProvider for testing.Nick Mathewson2022-11-082-0/+61
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* remove unused dependanciestrinity-1686a2022-10-291-3/+1
* FlagEvent trait: Implement using macrosIan Jackson2022-10-253-2/+9
* netdir: Expose addrs-in-same-subnets calculation from SubnetConfigNick Mathewson2022-10-242-8/+20
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-26/+1
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-3/+15
* Begin revising HasAddr and its relationship to ChanTargetNick Mathewson2022-10-061-1/+4
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-4/+4
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-4/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-7/+7
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* tor-netdoc: if_ito: Add expansion of acronymIan Jackson2022-08-171-0/+2