index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tor-netdoc
/
src
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix new(?) rustdoc warnings
Nick Mathewson
2021-06-16
1
-1
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
2
-3
/
+3
*
Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
1
-2
/
+2
*
Use macros and types to improve handling of Netdir parameters.
Nick Mathewson
2021-05-25
1
-2
/
+2
*
Fix some rustdoc warnings
Nick Mathewson
2021-05-21
1
-1
/
+2
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-2
/
+2
*
Prefer "relay" over "node" in most circumstances.
Nick Mathewson
2021-05-18
1
-2
/
+2
*
Prefer "relay" over "router" in docs and APIs.
Nick Mathewson
2021-05-18
5
-104
/
+104
*
WIP: more builders.
Nick Mathewson
2021-05-13
1
-2
/
+1
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-2
/
+2
*
More tests for tor-netdir::weight
Nick Mathewson
2021-05-07
3
-9
/
+37
*
Fix documentation warnings.
Nick Mathewson
2021-05-05
1
-1
/
+1
*
Add a consensus builder, for testing.
Nick Mathewson
2021-05-05
6
-9
/
+679
*
Add an authcert builder, for testing.
Nick Mathewson
2021-05-05
2
-0
/
+218
*
Add a microdesc builder, for testing.
Nick Mathewson
2021-05-05
2
-0
/
+271
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
3
-1
/
+5
*
Major revision on DirMgr logic -- almost a complete rewrite.
Nick Mathewson
2021-04-13
1
-0
/
+13
*
DirMgr: add text() and texts() functions to ask for document text
Nick Mathewson
2021-03-31
2
-3
/
+3
*
Make ConsensusFlavor a real type.
Nick Mathewson
2021-03-31
2
-27
/
+58
*
Move RdDigest to routerdesc.rs
Nick Mathewson
2021-03-30
3
-7
/
+4
*
dir: Add server descriptor directory request
David Goulet
2021-03-30
1
-0
/
+3
*
rs: Add getters to router status objects
David Goulet
2021-03-30
1
-0
/
+12
*
Make RouterFlags public.
Nick Mathewson
2021-03-30
1
-4
/
+11
*
Add a missing member documentation
Nick Mathewson
2021-03-30
1
-0
/
+8
*
Add a test case for NS consensus parsing.
Nick Mathewson
2021-03-30
1
-1
/
+29
*
NS consensus documents have signatures on SHA1 hashes, not SHA256.
Nick Mathewson
2021-03-30
1
-8
/
+29
*
Implement parsing for ns-flavored consensus documents.
Nick Mathewson
2021-03-30
3
-202
/
+317
*
Make RouterStatus a trait and Consensus into a generic type.
Nick Mathewson
2021-03-30
2
-55
/
+123
*
Start moving MdConsensus-specific code to a submodule.
Nick Mathewson
2021-03-30
2
-172
/
+189
*
Fix a bunch more new clippy lints in Rust 1.51
Nick Mathewson
2021-03-29
3
-17
/
+15
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
4
-149
/
+153
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
3
-25
/
+25
*
Use interned PortPolicy objects in RouterDescs too.
Nick Mathewson
2021-03-29
1
-2
/
+3
*
Netdoc: Add support for interned PortPolicy objects in MicroDescs
Nick Mathewson
2021-03-29
1
-2
/
+2
*
Don't copy exit policies around; instead use Arc.
George Kadianakis
2021-03-29
1
-6
/
+7
*
Add support to override network parameters in the configuration.
Nick Mathewson
2021-02-16
1
-2
/
+17
*
Detect consensuses that are signed by the wrong authorities.
Nick Mathewson
2021-01-25
1
-8
/
+5
*
Function to see whether the authorities on a netstatus are correct.
Nick Mathewson
2021-01-25
1
-0
/
+48
*
Remove some now unused methods from NetParams.
Nick Mathewson
2020-12-22
1
-27
/
+0
*
Expose network parameters more sensibly from NetDir.
Nick Mathewson
2020-12-22
1
-2
/
+6
*
Migrate from lazy_static to once_cell.
Nick Mathewson
2020-12-22
4
-218
/
+226
*
Make sure that a circuit doesn't use relays in the same family
Lunar
2020-12-16
1
-0
/
+4
*
Make RSAIdentity implement Copy.
Nick Mathewson
2020-12-08
1
-2
/
+2
*
Resolve a few nightly-only clippy issues
Nick Mathewson
2020-12-07
1
-6
/
+5
*
Enforce that the periods in a consensus lifetime are nonempty.
Nick Mathewson
2020-12-04
1
-6
/
+10
*
authcert: move location into UncheckedAuthCert.
Nick Mathewson
2020-12-04
1
-22
/
+39
*
Fix a copy-paste bug in netstatus::Lifetime
Nick Mathewson
2020-12-04
1
-1
/
+1
*
Add a few easy tests in weights.rs
Nick Mathewson
2020-12-02
1
-2
/
+1
*
Use a better calculation for deciding if we have enough paths.
Nick Mathewson
2020-12-02
1
-1
/
+32
*
Implement correct (?) weighting for path selection.
Nick Mathewson
2020-12-02
1
-1
/
+15
[next]