summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | tor-dirserver: Rename `md` to `microdesc`Clara Engler2026-03-091-2/+2
* | | tor-dirserver: Fix extra info schemaClara Engler2026-03-091-7/+10
* | | tor-dirserver: Store unsigned SHA for descsClara Engler2026-03-091-12/+13
* | | tor-dirserver: Remove foreign key from descriptor memberClara Engler2026-03-091-4/+8
* | | tor-dirserver: Store sha1 for extra-infoClara Engler2026-03-091-2/+6
* | | tor-dirserver: Use getters for meta structsClara Engler2026-03-092-13/+17
* | | tor-dirserver: Derive Copy on database meta structsClara Engler2026-03-091-2/+2
* | | tor-dirserver: Implement Sha1Clara Engler2026-03-092-4/+12
* | | tor-dirserver: Implement Sha3_256Clara Engler2026-03-092-8/+6
* | | tor-dirserver: Generic database hash implementationClara Engler2026-03-092-65/+70
* | | tor-dirserver: pub(crate) for ConsensusMeta::lifetimeClara Engler2026-03-091-1/+1
* | | tor-dirserver: Move AuthCert to databaseClara Engler2026-03-092-573/+263
* | | tor-dirserver: Rename Consensus to ConsensusMetaClara Engler2026-03-092-27/+35
* | | tor-dirserver: Use database as dbClara Engler2026-03-091-4/+4
* | | tor-dirserver: Avoid super in testsClara Engler2026-03-091-54/+44
* | | tor-dirserver: `use crate::database::Consensus`Clara Engler2026-03-091-3/+3
* | | tor-dirserver: Move db constants to the topClara Engler2026-03-091-172/+172
* | | tor-dirserver: Move sync timeout to databaseClara Engler2026-03-092-55/+38
* | | tor-dirserver: Remove serve functionClara Engler2026-03-092-129/+2
* | | tor-dirserver: Refactor consensus retrieval logicClara Engler2026-03-092-260/+324
* | | tor-dirserver: docid as consistent foreign keyClara Engler2026-03-091-10/+10
* | | tor-dirserver: Return Timestamp in consensus queryingClara Engler2026-03-091-17/+10
* | | tor-dirserver: Scratch out the FSMClara Engler2026-03-092-5/+493
| |/ |/|
* | Merge branch 'nonblocking-rpc-part3' into 'main'Nick Mathewson2026-03-057-213/+1007
|\ \
| * | rpc: edit and revise EventLoop documentation.Nick Mathewson2026-03-051-7/+8
| * | rpc: Transpose Results in RpcPoll::poll.Nick Mathewson2026-03-051-7/+5
| * | rpc: document when try_as_{fd,socket} can fail.Nick Mathewson2026-03-051-1/+11
| * | rpc: Usage documentation for polling APIIan Jackson2026-03-053-22/+168
| * | rpc: Propose to transpose a Result<Result<>>Ian Jackson2026-03-051-0/+2
| * | rpc: Add a question in the form of a TODOIan Jackson2026-03-051-0/+2
| * | rpc: Fix many long lines in docs and commentsIan Jackson2026-03-054-22/+44
| * | rpc: Fix two mis-formatted json! blocksIan Jackson2026-03-051-2/+13
| * | rpc: Remove WantIo and expose wants_to_write().Nick Mathewson2026-03-053-43/+21
| * | rpc: Change Waker implementation to EventLoop.Nick Mathewson2026-03-056-112/+150
| * | rpc: API for event-driven IO.Nick Mathewson2026-03-055-21/+245
| * | RPC: Explain why UserTag is a separate type.Nick Mathewson2026-03-051-0/+8
| * | RPC: Raname Tag,RequestTag to UserTag.Nick Mathewson2026-03-053-37/+33
| * | rpc: documentation fixes and clarificationsNick Mathewson2026-02-261-3/+8
| * | rpc: Add a paragraph to the connimpl overviewNick Mathewson2026-02-261-0/+3
| * | rpc: Add overview documentation to connimpl.Nick Mathewson2026-02-261-0/+64
| * | rpc: Nonblocking request submit API (Rust only)Nick Mathewson2026-02-262-5/+52
| * | rpc: Backend support for pollable requests.Nick Mathewson2026-02-263-7/+92
| * | rpc: Add "Tag"s to response queues.Nick Mathewson2026-02-261-25/+49
| * | rpc: Refactor connimpl in preparation for pollable requests.Nick Mathewson2026-02-263-59/+189
* | | Merge branch 'upgrade-polyval' into 'main'Nick Mathewson2026-03-052-3/+10
|\ \ \ | |_|/ |/| |
| * | proto: Upgrade to latest polyval.Nick Mathewson2026-03-042-3/+10
* | | Merge branch 'signature-rework-rename-signed' into 'main'Clara Engler2026-03-0514-156/+101
|\ \ \
| * | | tor-netdoc: Fix typo in docsIan Jackson2026-03-041-1/+1
| * | | tor-netdoc: Apply rustfmt churnIan Jackson2026-03-033-11/+5
| * | | tor-netdoc: parse2: Lengthen a doc comment slightlyIan Jackson2026-03-031-1/+1