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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Upgrade to float_eq 1.0.0
Nick Mathewson
2022-06-16
1
-1
/
+1
|
/
*
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+2
|
\
|
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
*
|
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
2
-5
/
+5
|
/
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
4
-75
/
+39
|
\
|
*
Rewrite tests in tor-netdir to use testing_rng()
Nick Mathewson
2022-06-02
3
-76
/
+36
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
3
-1
/
+5
*
|
Make NetDirProvider require Send and Sync.
Nick Mathewson
2022-06-07
2
-1
/
+3
*
|
Add an upcast_arc function to NetDirProvider.
Nick Mathewson
2022-06-02
1
-1
/
+27
*
|
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
|
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
|
/
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-10
/
+9
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-3
/
+3
*
Bump versions of trivially-changed crates.
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-9
/
+9
*
Update README.md files (automated).
Nick Mathewson
2022-05-06
1
-1
/
+1
*
Switch to derive_builder_arti_fork
Ian Jackson
2022-05-06
1
-1
/
+1
*
Merge branch 'derive-builder-git-fixup' into 'main'
eta
2022-04-27
1
-1
/
+1
|
\
|
*
derive_builder: Use git dep everywhere, rather than cargo patch
Ian Jackson
2022-04-27
1
-1
/
+1
*
|
Fix grammar and typos
Samanta Navarro
2022-04-27
2
-2
/
+2
|
/
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-2
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-12
/
+12
*
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
1
-1
/
+1
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-9
/
+9
*
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
2
-0
/
+51
|
/
*
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
*
|
Merge branch 'md_allocation' into 'main'
Nick Mathewson
2022-03-17
1
-106
/
+62
|
\
\
|
*
|
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_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-1
/
+1
|
/
/
*
|
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+1
*
|
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-1
/
+1
*
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
|
*
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
/
*
/
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-9
/
+9
|
/
*
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
|
/
*
Bump tor-netdir and tor-guardmgr versions
arti-v0.0.4
Nick Mathewson
2022-01-31
1
-1
/
+1
[prev]
[next]