index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
2
-13
/
+17
*
|
|
|
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
2
-4
/
+12
*
|
|
|
tor-dirserver: Implement Sha3_256
Clara Engler
2026-03-09
2
-8
/
+6
*
|
|
|
tor-dirserver: Generic database hash implementation
Clara Engler
2026-03-09
2
-65
/
+70
*
|
|
|
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 'nonblocking-rpc-part3' into 'main'
Nick Mathewson
2026-03-05
7
-213
/
+1007
|
\
\
\
|
*
|
|
rpc: edit and revise EventLoop documentation.
Nick Mathewson
2026-03-05
1
-7
/
+8
|
*
|
|
rpc: Transpose Results in RpcPoll::poll.
Nick Mathewson
2026-03-05
1
-7
/
+5
|
*
|
|
rpc: document when try_as_{fd,socket} can fail.
Nick Mathewson
2026-03-05
1
-1
/
+11
|
*
|
|
rpc: Usage documentation for polling API
Ian Jackson
2026-03-05
3
-22
/
+168
|
*
|
|
rpc: Propose to transpose a Result<Result<>>
Ian Jackson
2026-03-05
1
-0
/
+2
|
*
|
|
rpc: Add a question in the form of a TODO
Ian Jackson
2026-03-05
1
-0
/
+2
|
*
|
|
rpc: Fix many long lines in docs and comments
Ian Jackson
2026-03-05
4
-22
/
+44
|
*
|
|
rpc: Fix two mis-formatted json! blocks
Ian Jackson
2026-03-05
1
-2
/
+13
|
*
|
|
rpc: Remove WantIo and expose wants_to_write().
Nick Mathewson
2026-03-05
3
-43
/
+21
|
*
|
|
rpc: Change Waker implementation to EventLoop.
Nick Mathewson
2026-03-05
6
-112
/
+150
|
*
|
|
rpc: API for event-driven IO.
Nick Mathewson
2026-03-05
5
-21
/
+245
|
*
|
|
RPC: Explain why UserTag is a separate type.
Nick Mathewson
2026-03-05
1
-0
/
+8
|
*
|
|
RPC: Raname Tag,RequestTag to UserTag.
Nick Mathewson
2026-03-05
3
-37
/
+33
|
*
|
|
rpc: documentation fixes and clarifications
Nick Mathewson
2026-02-26
1
-3
/
+8
|
*
|
|
rpc: Add a paragraph to the connimpl overview
Nick Mathewson
2026-02-26
1
-0
/
+3
|
*
|
|
rpc: Add overview documentation to connimpl.
Nick Mathewson
2026-02-26
1
-0
/
+64
|
*
|
|
rpc: Nonblocking request submit API (Rust only)
Nick Mathewson
2026-02-26
2
-5
/
+52
|
*
|
|
rpc: Backend support for pollable requests.
Nick Mathewson
2026-02-26
3
-7
/
+92
|
*
|
|
rpc: Add "Tag"s to response queues.
Nick Mathewson
2026-02-26
1
-25
/
+49
|
*
|
|
rpc: Refactor connimpl in preparation for pollable requests.
Nick Mathewson
2026-02-26
3
-59
/
+189
*
|
|
|
Merge branch 'upgrade-polyval' into 'main'
Nick Mathewson
2026-03-05
2
-3
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
proto: Upgrade to latest polyval.
Nick Mathewson
2026-03-04
2
-3
/
+10
[prev]
[next]