aboutsummaryrefslogtreecommitdiff
path: root/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-277-2617/+0
* Simplify NetParameters::default()Nick Mathewson2021-08-271-49/+32
* Tweaks on patch to add clippy::unwrap_used lint.Nick Mathewson2021-08-271-1/+1
* Change `unwrap` to `expect` with messageS0AndS02021-08-251-20/+37
* Move "use_unwrap" lint from some to want listS0AndS02021-08-251-1/+2
* WIP: Add the "unwrap_used" lint.S0AndS02021-08-244-21/+30
* Switch all uses of the log crate to the tracing.Jani Monoses2021-08-201-1/+1
* Fix a few things that the "typos" tool didn't like.Nick Mathewson2021-08-201-15/+15
* Document panics in tor-netdir::testnet.Nick Mathewson2021-08-181-5/+7
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-181-0/+5
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-181-0/+1
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-131-0/+1
* | Merge remote-tracking branch 'origin/mr/61'Nick Mathewson2021-08-181-0/+1
|\ \
| * | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
* | | More tests for tor_netdir, plus a bugfix and a little refactoring.Nick Mathewson2021-08-171-34/+84
* | | Make construct_netdir() return a PartialNetDir.Nick Mathewson2021-08-172-6/+8
* | | Test Netdir behavior with BadExit flag.Nick Mathewson2021-08-171-2/+60
* | | Re-work the test network generator to take a customization function.Nick Mathewson2021-08-171-17/+104
|/ /
* / Update tor-netdir path fractions to avoid NaN.Nick Mathewson2021-08-161-15/+34
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Add the "cast_lossless" lint.S0AndS02021-08-123-4/+5
* Use real network parameter values to tune test circuits.Nick Mathewson2021-08-121-3/+17
* Add functions to check whether port policies are nonempty.Nick Mathewson2021-08-111-1/+19
* Use real network parameters to set unused-circ timeouts.Nick Mathewson2021-08-101-2/+22
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Small cleanups and tweaks to same_subnet code.Nick Mathewson2021-08-051-35/+30
* Merge remote-tracking branch 'origin/mr/45'Nick Mathewson2021-08-052-5/+80
|\
| * Support EnforceDistinctSubnetsSmitty2021-08-012-5/+80
* | Revert spelling change; "recognised" is validrls2021-07-311-1/+1
* | Fix typos and other spelling mistakesrls2021-07-314-10/+10
|/
* address some possibly slightly controversial lintsDaniel Eades2021-07-211-6/+3
* address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-202-3/+2
* Implement consensus parameters related to circuit timeout inference.Nick Mathewson2021-07-191-0/+74
* cleanlinessTrinity Pointard2021-07-101-11/+8
* make ipv[46]_policy take into account BadExitTrinity Pointard2021-07-101-10/+30
* Rename "send_me_*" to "sendme_*"Nick Mathewson2021-07-061-9/+9
* Add clippy warn needless pass by valueYUAN LYU2021-06-211-0/+1
* Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-182-4/+4
* Notes about badexit flag and opportunities for errorNick Mathewson2021-06-161-0/+4
* Tests for circmgr::usageNick Mathewson2021-06-162-5/+21
* Expose the "construct_network()" function in tor-netdir.Nick Mathewson2021-06-162-77/+136
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+2
* Re-add a percentage type wrapper.Nick Mathewson2021-05-252-12/+11
* fixup! Revert change to type of NetParams value.Nick Mathewson2021-05-251-4/+0
* Remove a needless lifetime.Nick Mathewson2021-05-251-1/+1
* Remove the no-longer-used params::ErrorNick Mathewson2021-05-251-25/+0
* Documentation fix.Nick Mathewson2021-05-251-5/+6