summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-31/+31
* maint: ran fixup-featuresSteven Engler2026-08-031-0/+2
* relay: Keep desc publisher idle until encoding is implementedDavid Goulet2026-07-281-1/+2
* relay: Make build_descriptor() return Arc<str>David Goulet2026-07-281-9/+2
* relay: Add needeed changes to dirmirror todo commentDavid Goulet2026-07-281-1/+2
* relay: Get rid of our custom relay desc uploaderDavid Goulet2026-07-281-51/+20
* relay: Use mpsc_channel_no_memquota for tasks' queueDavid Goulet2026-07-282-4/+5
* relay: Move authorities ownership to TorRelayDavid Goulet2026-07-282-20/+12
* relay: Adjust the try_send() error messageDavid Goulet2026-07-282-3/+6
* relay: Use warn_report on crypto task command failureDavid Goulet2026-07-281-1/+2
* relay: Use DirectHttpUploader for the desc taskDavid Goulet2026-07-281-31/+12
* relay: Return bug error if dir authority has no address(es)David Goulet2026-07-281-3/+4
* relay: Make compute_targets() not return an OptionDavid Goulet2026-07-281-10/+10
* relay: Remove runtime from desc task structDavid Goulet2026-07-282-13/+6
* relay: Add crypto task command channelDavid Goulet2026-07-284-12/+97
* relay: Pass the desc task TX to the crypto taskDavid Goulet2026-07-284-6/+28
* relay: Implement descriptor upload in desc taskDavid Goulet2026-07-282-10/+31
* relay: Pass the dirauth list to the desc taskDavid Goulet2026-07-283-11/+53
* relay: Initial skeleton of the descriptor upload taskDavid Goulet2026-07-284-0/+280
* tor-proto: remove `CircNetParameters::extend_by_ed25519_id`Steven Engler2026-07-271-4/+1
* Merge branch 'remove-expect-unused' into 'main'Ian Jackson2026-07-272-2/+2
|\
| * arti-relay: Add back allow(clippy::unused_async)Gabriela Moldovan2026-07-272-0/+2
| * arti-relay: Remove unused_async clippy escape hatchGabriela Moldovan2026-07-272-2/+0
* | Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
|/
* arti-relay: Turn a TODO(relay-tuning) into TODO DIRMIRRORGabriela Moldovan2026-07-221-1/+1
* arti-relay: Add a TODO from @oparaGabriela Moldovan2026-07-221-0/+5
* arti-relay: s/stream/tor_stream for clarityGabriela Moldovan2026-07-221-5/+5
* arti-relay: Warn if incoming stream handler task can't be launchedGabriela Moldovan2026-07-221-2/+4
* arti-relay: Handle directory streamsGabriela Moldovan2026-07-222-2/+12
* arti-relay: Spawn a DirMirror::serve() taskGabriela Moldovan2026-07-221-2/+6
* arti-relay: Store a DirMirror in TorRelayGabriela Moldovan2026-07-222-0/+16
* arti-relay: Add a task for handling incoming streamsGabriela Moldovan2026-07-225-1/+116
* proto: Return the incoming streams from the create handlerGabriela Moldovan2026-07-221-2/+11
* arti-relay: simplify tests by removing some `Arc`sSteven Engler2026-07-203-14/+10
* arti-relay: remove `Arc` from around `KeyMgr`Steven Engler2026-07-202-17/+12
* arti-relay: make `FullKeyView` generic over a `Borrow<KeyMgr>`Steven Engler2026-07-203-8/+19
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* proto: Pass the allowed incoming commands to CreateRequestHandlerGabriela Moldovan2026-06-302-0/+7
* Merge branch 'version-bumps'Nick Mathewson2026-06-301-29/+30
|\
| * Version bumps for 2.5.0Nick Mathewson2026-06-301-29/+29
* | Run cargo sort in arti-relay.Nick Mathewson2026-06-301-4/+3
* | arti-relay: Make "metrics" experimentalNick Mathewson2026-06-301-2/+0
* | Run "fixup-features".Nick Mathewson2026-06-301-0/+2
|/
* arti-relay: Link IncomingStreamRequestFilter in RequestFilterGabriela Moldovan2026-06-291-1/+2
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-0/+2
* arti-relay: Add an unimplemented stream request filterGabriela Moldovan2026-06-292-0/+24
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-107-0/+7
|\