summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-dirserver: Support for inserting into storeClara Engler2026-01-154-10/+227
| * | | tor-dirserver: Test authcert queryingClara Engler2026-01-153-0/+138
| * | | tor-dirserver: Operation test refactoringClara Engler2026-01-151-9/+7
| * | | tor-dirserver: Add get_recent_authority_certificatesClara Engler2026-01-152-3/+111
| * | | tor-dirserver: `From<Timestamp> for SystemTime`Clara Engler2026-01-151-0/+6
| * | | tor-dirserver: Add `dir_key_published` to schemaClara Engler2026-01-151-1/+4
| * | | tor-llcrypto: Add `RsaIdentity::as_hex_upper`Clara Engler2026-01-152-0/+11
| * | | tor-netdoc: Make ConsensusFlavor exhaustiveClara Engler2026-01-151-1/+5
| |/ /
* | | Merge branch 'version-expose' into 'main'Alexander Hansen Færøy2026-01-154-9/+9
|\ \ \
| * | | tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersionIan Jackson2026-01-154-9/+9
| |/ /
* | | arti-client: document the need for `tor_log_ratelim::install_runtime()`Steven Engler2026-01-141-0/+25
* | | arti-relay: call `tor_log_ratelim::install_runtime`Steven Engler2026-01-142-0/+5
* | | arti: call `tor_log_ratelim::install_runtime`Steven Engler2026-01-142-2/+7
|/ /
* | Merge branch 'authcert-constructor-non-exhaustive' into 'main'Clara Engler2026-01-146-13/+51
|\ \
| * | tor-netdoc: Fix typoIan Jackson2026-01-141-1/+1
| * | tor-netdoc: constructors: Use manual non exhaustiveIan Jackson2026-01-143-3/+14
| * | tor-netdoc: derives: New `skip` document field optionIan Jackson2026-01-144-10/+37
* | | tor-dirserver: Speedup tests using tokio's test-utilClara Engler2026-01-142-9/+7
* | | tor-dirserver: Remove slow ineffective testClara Engler2026-01-141-27/+0
|/ /
* | Merge branch 'flaky-busy-timeout' into 'main'Ian Jackson2026-01-141-38/+58
|\ \
| * | tor-dirserver: Eliminate use of sleep in testsClara Engler2026-01-131-38/+58
* | | slotmap-careful: Drop HopSlotMapIan Jackson2026-01-142-4/+2
* | | tor-dirserver: Fix code broken by rusqlite upgradeClara Engler2026-01-141-2/+10
* | | cargo: Upgrade dependencies potentially breakingClara Engler2026-01-143-4/+4
* | | meta: Remove all semver.md files post-releaseClara Engler2026-01-138-24/+0
* | | Merge branch 'ticket1599_02' into 'main'David Goulet2026-01-1322-151/+362
|\ \ \
| * | | proto: Fix comments documentationDavid Goulet2026-01-133-4/+4
| * | | proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-133-2/+38
| * | | chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-133-24/+29
| * | | proto: Improve channel trait commentsDavid Goulet2026-01-131-0/+7
| * | | proto: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+3
| * | | chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-134-40/+34
| * | | chanmgr: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+2
| * | | test: Remove unused importDavid Goulet2026-01-131-1/+0
| * | | build: Fixes for non relay featureDavid Goulet2026-01-131-2/+6
| * | | proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-133-12/+16
| * | | chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-132-2/+29
| * | | chanmgr: Use the new tor-proto channel traits in builderDavid Goulet2026-01-131-170/+55
| * | | proto: Add traits for public channel viewsDavid Goulet2026-01-137-94/+108
| * | | chanmgr: Add a relay channel connect to ChanBuilderDavid Goulet2026-01-131-9/+156
| * | | proto: Add clock_skew() helper to relay unverified channelDavid Goulet2026-01-131-1/+13
| * | | chanmgr: Rename the connect_no_timeout() to be client specificDavid Goulet2026-01-131-6/+8
| * | | chanmgr: Add RelayIdentities to ChanBuilderDavid Goulet2026-01-132-5/+29
| * | | chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-136-5/+31
| * | | chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-139-15/+47
| * | | chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-138-16/+4
* | | | Merge branch 'dedupe-handler' into 'main'gabi-2502026-01-136-58/+48
|\ \ \ \ | |/ / / |/| | |
| * | | proto: Fix docs post-refactoringGabriela Moldovan2026-01-131-2/+2
| * | | proto: Dedupe IncomingStreamRequestHandlerGabriela Moldovan2026-01-126-62/+47
| * | | proto: Give IncomingStreamRequestHandler a HopNumGabriela Moldovan2026-01-122-1/+6