| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | tor-netdoc: Document the `testing` feature | Ian Jackson | 2026-05-12 | 2 | -1/+3 | |
| | * | | | | | | | | tor-netdoc: Abolish empty undocumented feature ns-vote | Ian Jackson | 2026-05-12 | 2 | -6/+2 | |
| | * | | | | | | | | tor-netdoc: Abolish empty undocumented feature parse2 | Ian Jackson | 2026-05-12 | 2 | -6/+2 | |
| | * | | | | | | | | tor-netdoc: Abolish deprecated features plain-consensus, routerdesc | Ian Jackson | 2026-05-12 | 4 | -19/+2 | |
| * | | | | | | | | | Merge branch 'publish' into 'main' | Nick Mathewson | 2026-05-12 | 17 | -87/+2153 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | dirpublish: Extract the larger part of the select_biased body. | Nick Mathewson | 2026-05-12 | 1 | -60/+87 | |
| | * | | | | | | | | | dirpublish: Turn TaskResult into a struct. | Nick Mathewson | 2026-05-12 | 1 | -19/+22 | |
| | * | | | | | | | | | dirpublish: import span and Level for clarity. | Nick Mathewson | 2026-05-12 | 1 | -2/+2 | |
| | * | | | | | | | | | dirpublish: Rename and clarify "permanent failure" error. | Nick Mathewson | 2026-05-12 | 2 | -8/+8 | |
| | * | | | | | | | | | dirclient: improve macro documentation | Nick Mathewson | 2026-05-12 | 1 | -6/+16 | |
| | * | | | | | | | | | dirclient: Split EncodedRequest and RequestBody. | Nick Mathewson | 2026-05-12 | 4 | -101/+81 | |
| | * | | | | | | | | | grammar fix from @gabi-250 | Nick Mathewson | 2026-05-12 | 1 | -1/+1 | |
| | * | | | | | | | | | New `tor-dirpublish` crate to handle uploading documents. | Nick Mathewson | 2026-05-12 | 6 | -0/+1830 | |
| | * | | | | | | | | | tor-error: New ErrorKind for rejected documents. | Nick Mathewson | 2026-05-12 | 2 | -3/+17 | |
| | * | | | | | | | | | dirclient: Add a request to upload routerdescs | Nick Mathewson | 2026-05-12 | 2 | -34/+71 | |
| | * | | | | | | | | | dirclient: Add accessor for status message. | Nick Mathewson | 2026-05-12 | 1 | -0/+5 | |
| | * | | | | | | | | | dirclient: Implement Requestable for Arc<dyn Requestable>. | Nick Mathewson | 2026-05-12 | 1 | -1/+17 | |
| | * | | | | | | | | | dirclient, hsservice: Use Arc<str> for hsdesc publishing. | Nick Mathewson | 2026-05-12 | 2 | -4/+7 | |
| | * | | | | | | | | | tor-dirclient: Avoid copying bytes that we want to POST. | Nick Mathewson | 2026-05-12 | 5 | -31/+61 | |
| | * | | | | | | | | | tor-dirclient: Introduce a new RequestBody type. | Nick Mathewson | 2026-05-12 | 5 | -28/+139 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | tor-netdoc: Rename RouterDesc real items to their real name | Clara Engler | 2026-05-12 | 2 | -19/+25 | |
| * | | | | | | | | | tor-netdoc: Add fancy rustdoc to real RouterDesc items | Clara Engler | 2026-05-12 | 1 | -22/+64 | |
| * | | | | | | | | | tor-netdoc: Reorder real RouterDesc items | Clara Engler | 2026-05-12 | 1 | -41/+41 | |
| * | | | | | | | | | tor-netdoc: Reorder RouterDesc into virtual and real items | Clara Engler | 2026-05-12 | 1 | -10/+26 | |
| * | | | | | | | | | tor-netdoc: Add spacing to RouterDesc | Clara Engler | 2026-05-12 | 1 | -0/+19 | |
| * | | | | | | | | | Merge branch 'combine-hex' into 'main' | Clara Engler | 2026-05-12 | 1 | -11/+11 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-netdoc: Combine two hex encoding loops into a function | Ian Jackson | 2026-05-05 | 1 | -11/+11 | |
| * | | | | | | | | | Merge branch 'fslock-redux' into 'main' | Nick Mathewson | 2026-05-11 | 8 | -138/+173 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fslock-guard: add a fileapi feature dep for winapi | Nick Mathewson | 2026-05-11 | 1 | -0/+1 | |
| | * | | | | | | | | fslock-guard: Fix up documentation a bit. | Nick Mathewson | 2026-05-06 | 2 | -7/+17 | |
| | * | | | | | | | | fslock-guard: Compile on wasm. | Nick Mathewson | 2026-05-06 | 1 | -0/+16 | |
| | * | | | | | | | | fslock-guard: Remove fslock dependency. | Nick Mathewson | 2026-05-06 | 2 | -25/+39 | |
| | * | | | | | | | | Remove users of fslock other than fslock-guard. | Nick Mathewson | 2026-05-06 | 5 | -106/+100 | |
| * | | | | | | | | | hsclient: s/cur_revision/stored_revision for clarity | Gabriela Moldovan | 2026-05-07 | 1 | -4/+4 | |
| * | | | | | | | | | hsclient: Compare the time periods instead of the blinded HsIds | Gabriela Moldovan | 2026-05-07 | 1 | -6/+7 | |
| * | | | | | | | | | hsclient: Store the current time period in a variable (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -2/+1 | |
| * | | | | | | | | | hsclient: Store the current time period in a variable | Gabriela Moldovan | 2026-05-07 | 1 | -3/+4 | |
| * | | | | | | | | | hsclient: Fix an off-by-one check | Gabriela Moldovan | 2026-05-07 | 1 | -1/+1 | |
| * | | | | | | | | | hsclient: Add test for introduction retries after intro NACK | Gabriela Moldovan | 2026-05-07 | 1 | -5/+113 | |
| * | | | | | | | | | hsclient: Add scope around mutex guard (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -8/+8 | |
| * | | | | | | | | | hsclient: Add scope around mutex guard | Gabriela Moldovan | 2026-05-07 | 1 | -0/+2 | |
| * | | | | | | | | | hsclient: Move test descriptor parsing and decryption to a new function | Gabriela Moldovan | 2026-05-07 | 1 | -18/+21 | |
| * | | | | | | | | | hsclient: Move HsClientDescEncKeypair building to a new function | Gabriela Moldovan | 2026-05-07 | 1 | -6/+8 | |
| * | | | | | | | | | hsclient: Move test netdir setup to a new function | Gabriela Moldovan | 2026-05-07 | 1 | -6/+9 | |
| * | | | | | | | | | hsclient: Make the mock introduce ACKs configurable | Gabriela Moldovan | 2026-05-07 | 1 | -6/+17 | |
| * | | | | | | | | | hsclient: Replace fully-qualified paths with import alias | Gabriela Moldovan | 2026-05-07 | 1 | -13/+11 | |
| * | | | | | | | | | hsclient: Remove no longer applicable comment | Gabriela Moldovan | 2026-05-07 | 1 | -2/+0 | |
| * | | | | | | | | | hsclient: Unwrap the connect result in test | Gabriela Moldovan | 2026-05-07 | 1 | -1/+1 | |
| * | | | | | | | | | hsclient: Remove no longer needed clippy allows in tests | Gabriela Moldovan | 2026-05-07 | 1 | -4/+0 | |
| * | | | | | | | | | hsclient: Remove no longer needed panic handling logic (fmt) | Gabriela Moldovan | 2026-05-07 | 1 | -2/+1 | |
