| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | |
| | * | | | | | 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 | 7 | -112/+151 | |
| | * | | | | | 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 'oniux-0.9.0' into 'main' | Alexander Hansen Færøy | 2026-03-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | web: Update oniux to 0.9.0 | Clara Engler | 2026-03-05 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'upgrade-polyval' into 'main' | Nick Mathewson | 2026-03-05 | 3 | -26/+74 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
