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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
tor-dirserver: Add `StaticEngine::send_request()`
Clara Engler
2026-03-09
2
-47
/
+104
|
*
|
|
|
tor-dirserver: Add IsFatal trait
Clara Engler
2026-03-09
2
-19
/
+24
|
*
|
|
|
tor-dirservert: Implement FetchConsensus state
Clara Engler
2026-03-09
2
-2
/
+167
|
*
|
|
|
tor-dirserver: Derive PartialEq and Eq for State
Clara Engler
2026-03-09
1
-2
/
+2
|
*
|
|
|
tor-dirserver: PreferredRuntime in StaticEngine
Clara Engler
2026-03-09
1
-2
/
+9
|
*
|
|
|
tor-dirserver: Remove unused error variants
Clara Engler
2026-03-09
1
-62
/
+0
|
*
|
|
|
tor-dirserver: Remove download module
Clara Engler
2026-03-09
2
-367
/
+0
|
*
|
|
|
tor-dirserver: Remove `preferred` from data
Clara Engler
2026-03-09
1
-9
/
+1
|
*
|
|
|
tor-dirserver: Fix rustdoc comments
Clara Engler
2026-03-09
2
-5
/
+5
|
*
|
|
|
tor-dirserver: Implement consensus loading
Clara Engler
2026-03-09
2
-16
/
+347
|
*
|
|
|
tor-dirserver: Query missing descriptor logic
Clara Engler
2026-03-09
9
-1
/
+656
|
*
|
|
|
tor-dirserver: Rename `md` to `microdesc`
Clara Engler
2026-03-09
1
-2
/
+2
|
*
|
|
|
tor-dirserver: Fix extra info schema
Clara Engler
2026-03-09
1
-7
/
+10
|
*
|
|
|
tor-dirserver: Store unsigned SHA for descs
Clara Engler
2026-03-09
1
-12
/
+13
|
*
|
|
|
tor-dirserver: Remove foreign key from descriptor member
Clara Engler
2026-03-09
1
-4
/
+8
|
*
|
|
|
tor-dirserver: Store sha1 for extra-info
Clara Engler
2026-03-09
1
-2
/
+6
|
*
|
|
|
tor-dirserver: Use getters for meta structs
Clara Engler
2026-03-09
3
-13
/
+18
|
*
|
|
|
tor-dirserver: Derive Copy on database meta structs
Clara Engler
2026-03-09
1
-2
/
+2
|
*
|
|
|
tor-dirserver: Implement Sha1
Clara Engler
2026-03-09
3
-4
/
+13
|
*
|
|
|
tor-dirserver: Implement Sha3_256
Clara Engler
2026-03-09
3
-8
/
+7
|
*
|
|
|
tor-dirserver: Generic database hash implementation
Clara Engler
2026-03-09
3
-65
/
+71
|
*
|
|
|
tor-dirserver: pub(crate) for ConsensusMeta::lifetime
Clara Engler
2026-03-09
1
-1
/
+1
|
*
|
|
|
tor-dirserver: Move AuthCert to database
Clara Engler
2026-03-09
2
-573
/
+263
|
*
|
|
|
tor-dirserver: Rename Consensus to ConsensusMeta
Clara Engler
2026-03-09
2
-27
/
+35
|
*
|
|
|
tor-dirserver: Use database as db
Clara Engler
2026-03-09
1
-4
/
+4
|
*
|
|
|
tor-dirserver: Avoid super in tests
Clara Engler
2026-03-09
1
-54
/
+44
|
*
|
|
|
tor-dirserver: `use crate::database::Consensus`
Clara Engler
2026-03-09
1
-3
/
+3
|
*
|
|
|
tor-dirserver: Move db constants to the top
Clara Engler
2026-03-09
1
-172
/
+172
|
*
|
|
|
tor-dirserver: Move sync timeout to database
Clara Engler
2026-03-09
2
-55
/
+38
|
*
|
|
|
tor-dirserver: Remove serve function
Clara Engler
2026-03-09
2
-129
/
+2
|
*
|
|
|
tor-dirserver: Refactor consensus retrieval logic
Clara Engler
2026-03-09
2
-260
/
+324
|
*
|
|
|
tor-dirserver: docid as consistent foreign key
Clara Engler
2026-03-09
1
-10
/
+10
|
*
|
|
|
tor-dirserver: Return Timestamp in consensus querying
Clara Engler
2026-03-09
1
-17
/
+10
|
*
|
|
|
tor-dirserver: Scratch out the FSM
Clara Engler
2026-03-09
2
-5
/
+493
|
/
/
/
/
*
|
|
|
Merge branch 'chutney-test-to-py' into 'main'
Jim Newsome
2026-03-05
7
-103
/
+218
|
\
\
\
\
|
*
|
|
|
Document tests/chutney/config.py
Jim Newsome
2026-03-05
1
-0
/
+13
|
*
|
|
|
python lints: install chutney
Jim Newsome
2026-03-04
1
-3
/
+4
|
*
|
|
|
chutney test: bump CHUTNEY commit and update to test all endpoints
Jim Newsome
2026-03-04
2
-52
/
+63
|
*
|
|
|
chutney test: test all relevant clients, not just an arbitrary one
Jim Newsome
2026-03-04
1
-53
/
+56
|
*
|
|
|
chutney test: don't shell out to chutney for 'verify' test
Jim Newsome
2026-03-04
1
-2
/
+3
|
*
|
|
|
chutney test: drop jq dependency
Jim Newsome
2026-03-04
3
-27
/
+1
|
*
|
|
|
chutney test: use chutney module to inspect Network
Jim Newsome
2026-03-04
1
-29
/
+31
|
*
|
|
|
chutney test: move some common functionality into a module
Jim Newsome
2026-03-04
3
-14
/
+22
|
*
|
|
|
chutney test: convert to python
Jim Newsome
2026-03-04
2
-39
/
+103
|
*
|
|
|
chutney bootstrap: convert to python
Jim Newsome
2026-03-04
2
-11
/
+32
|
*
|
|
|
chutney test: dump config as json, for use by python scripts
Jim Newsome
2026-03-04
2
-1
/
+8
|
*
|
|
|
chutney Config: use json-friendly types
Jim Newsome
2026-03-04
2
-10
/
+10
|
*
|
|
|
chutney CI: move config class to a module for reuse
Jim Newsome
2026-03-04
2
-10
/
+20
*
|
|
|
|
Merge branch 'nonblocking-rpc-part3' into 'main'
Nick Mathewson
2026-03-05
8
-213
/
+1008
|
\
\
\
\
\
|
*
|
|
|
|
rpc: edit and revise EventLoop documentation.
Nick Mathewson
2026-03-05
1
-7
/
+8
[prev]
[next]