summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice: s/fetch_hsdirs/compute_hsdirs (fmt).Gabriela Moldovan2023-08-251-1/+2
| * | tor-hsservice: s/fetch_hsdirs/compute_hsdirs.Gabriela Moldovan2023-08-251-3/+3
| * | tor-hsservice: Use [v].into_iter() instead of iter::once(v).Gabriela Moldovan2023-08-251-1/+1
| * | tor-hsservice: Handle schedule_upload_rx.recv() errors.Gabriela Moldovan2023-08-251-2/+4
| * | tor-hsservice: Remove unnecessary argument from recompute_hs_dirs.Gabriela Moldovan2023-08-251-5/+9
| * | tor-hsservice: Replace the netdir before recomputing the HsDirs.Gabriela Moldovan2023-08-251-2/+2
| * | tor-hsservice: Add partial descriptor publisher reactor implementation.Gabriela Moldovan2023-08-255-10/+848
| * | tor-hsservice: Move PublisherError to a separate module, tweak publisher API.Gabriela Moldovan2023-08-252-5/+47
| * | tor-hsservice: Make wait_for_netdir* more widely available.Gabriela Moldovan2023-08-253-63/+78
| * | tor-hscrypto: Impl From<&HsBlindIdKeypair> for HsBlindIdKey.Gabriela Moldovan2023-08-252-0/+8
| * | tor-hscrypto: Add a function for deriving the subcredential.Gabriela Moldovan2023-08-252-3/+16
|/ /
* | Merge branch 'ci' into 'main'gabi-2502023-08-253-24/+30
|\ \
| * | CI: Replace all uses of `debian:stable-slim` with `bookworm`Ian Jackson2023-08-251-4/+4
| * | CI: Replace all uses of `rust:latest` image with `rust:bullseye`Ian Jackson2023-08-251-13/+13
| * | CI: cargo install caching: Use cache/ directory, per-imageIan Jackson2023-08-252-7/+12
| * | Run maint/add-warningIan Jackson2023-08-251-0/+1
|/ /
* | Merge branch 'hashx-bench-3' into 'main'Ian Jackson2023-08-255-8/+319
|\ \
| * | hashx: FixedCapacityVec: Fix clippy lintsIan Jackson2023-08-241-4/+3
| * | RustfmtIan Jackson2023-08-244-6/+12
| * | hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafeIan Jackson2023-08-241-0/+13
| * | hashx: FixedCapacityVec: TestsIan Jackson2023-08-241-0/+105
| * | hashx: FixedCapacityVec: introduce push_innerIan Jackson2023-08-241-7/+21
| * | hashx: FixedCapacityVec: use *mut T, and impl DropIan Jackson2023-08-241-24/+68
| * | hashx: FixedCapacityVec: Note some missing stuffIan Jackson2023-08-241-0/+12
| * | hashx: FixedCapacityVec: DocumentationIan Jackson2023-08-241-0/+27
| * | hashx: FixedCapacityVec: Replace .into_boxed_array method with TryIan Jackson2023-08-242-9/+16
| * | hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-245-71/+80
| * | RustfmtIan Jackson2023-08-233-9/+9
| * | RFC: hashx: Introduce FixedCapacityVecIan Jackson2023-08-233-6/+81
| * | RFC: hashx: Make Program a boxed arrayIan Jackson2023-08-231-4/+4
* | | Merge branch 'hssvc_high_level_api_draft' into 'main'Nick Mathewson2023-08-251-0/+272
|\ \ \
| * | | hss-apis: Draft for authorization.Nick Mathewson2023-08-251-0/+20
| * | | hssvc api draft: add a switch for single onion services.Nick Mathewson2023-08-251-0/+5
| * | | Draft high-level APIs for onion servicesNick Mathewson2023-08-251-0/+247
|/ / /
* | | Merge branch 'no-pip3' into 'main'gabi-2502023-08-251-5/+2
|\ \ \ | |_|/ |/| |
| * | CI: Use apt, not pip, to install python packages.Nick Mathewson2023-08-251-5/+2
|/ /
* | Merge branch 'retry_rend' into 'main'Nick Mathewson2023-08-245-8/+30
|\ \
| * | hss: Retry rendezvous circuit attempts.Nick Mathewson2023-08-243-8/+28
| * | linkspec: Derive Clone and Copy for VerbatimLinkSpecCircTarget.Nick Mathewson2023-08-242-0/+2
* | | Merge branch 'pt-proxy' into 'main'Ian Jackson2023-08-247-307/+662
|\ \ \ | |/ / |/| |
| * | Add initial support for running a PT in server modeSaksham Mittal2023-08-247-307/+662
|/ /
* | Merge branch 'ssh-key-todo' into 'main'Nick Mathewson2023-08-242-14/+3
|\ \
| * | tor-keymgr: Bump ssh-key to 0.6.1 and remove unnecessary dependency.Gabriela Moldovan2023-08-242-14/+3
|/ /
* | Merge branch 'nickname' into 'main'gabi-2502023-08-249-9/+177
|\ \
| * | tor-keymgr, tor-hsservice: Run rustfmt to make derives uglierIan Jackson2023-08-232-6/+16
| * | tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNicknameIan Jackson2023-08-236-0/+51
| * | tor-hsservice: Use real HsNickname in configIan Jackson2023-08-231-4/+4
| * | tor-hsservice: Use real HsNickname in ipt_mgrIan Jackson2023-08-231-4/+1
| * | tor-hsservice: Provide a sensible HsNicknameIan Jackson2023-08-234-0/+92
| * | tor-keymgr: Improve ArtiPathComponent a bitIan Jackson2023-08-232-0/+18