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
/
crates
/
tor-netdir
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-2
/
+0
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
2
-87
/
+0
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
2
-2
/
+0
|
\
|
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
2
-2
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+50
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
2
-0
/
+2
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
2
-0
/
+2
*
|
netdir: Use an even smaller rep for list of microdescs
Nick Mathewson
2022-03-16
1
-55
/
+29
*
|
tor-dirmgr: Remove redundant hashtable.
Nick Mathewson
2022-03-16
1
-0
/
+8
*
|
NetDir: Use less space in hash tables
Nick Mathewson
2022-03-16
1
-61
/
+35
*
|
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+1
*
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
/
*
tor-netdir: Split testnet errors into a new type
Nick Mathewson
2022-02-15
2
-13
/
+9
*
tor-netdir: remove unused error variants
Nick Mathewson
2022-02-15
1
-19
/
+0
*
Merge branch 'doc-errors' into 'main'
Nick Mathewson
2022-02-15
1
-0
/
+4
|
\
|
*
netdoc: Make doc-build errors a separate type
Nick Mathewson
2022-02-14
1
-0
/
+4
*
|
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
|
/
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
1
-0
/
+18
|
\
|
*
Make override_net_params take effect sooner.
Nick Mathewson
2021-12-07
1
-0
/
+18
*
|
tor-netdir: Resolve an XXXX about type ugliness
Nick Mathewson
2021-12-08
2
-5
/
+6
*
|
Remove a couple of spec-related XXXXs in tor-netdir.
Nick Mathewson
2021-12-08
1
-2
/
+0
|
/
*
Merge branch 'bug183a_redux' into 'main'
eta
2021-12-07
1
-0
/
+60
|
\
|
*
Tests for new family-related functions.
Nick Mathewson
2021-12-06
1
-0
/
+35
|
*
Move the "real families" code into tor-netdir.
Nick Mathewson
2021-12-06
1
-6
/
+25
|
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
1
-0
/
+6
*
|
tor-netdir: Use reproducible RNG in tests.
Nick Mathewson
2021-12-06
1
-5
/
+2
|
/
*
tor-netdir: Use bitflags for WeightKind
Neel Chauhan
2021-11-30
1
-34
/
+49
*
Merge remote-tracking branch 'origin/mr/151'
Nick Mathewson
2021-11-30
1
-12
/
+0
|
\
|
*
Remove unused tap_onion_key and tap_key
Neel Chauhan
2021-11-28
1
-12
/
+0
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
3
-2
/
+3
*
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-2
/
+2
|
/
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
2
-3
/
+3
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-1
/
+1
*
Document (and allow) behavior for weird values of subnet masks.
Nick Mathewson
2021-11-18
1
-2
/
+10
*
Use named fields for the elements of ConfigBuildError
Nick Mathewson
2021-11-18
1
-4
/
+4
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
1
-5
/
+13
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-3
/
+7
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Run "cargo fix --edition-idioms=2018".
Nick Mathewson
2021-10-22
1
-1
/
+1
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-1
/
+1
*
Allow type of timeout estimator to change at runtime.
Nick Mathewson
2021-10-20
1
-0
/
+9
*
Fix a documentation link error.
Nick Mathewson
2021-10-13
1
-4
/
+2
*
Add a function to look up a Relay by ChanTarget.
Nick Mathewson
2021-10-11
1
-0
/
+8
*
Re-export configuration types from tor-client.
Nick Mathewson
2021-10-09
1
-0
/
+5
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
2
-11
/
+30
[next]