summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-hsservice: Add PowManager to OnionServiceStatus.Wesley Aptekar-Cassels2025-08-137-35/+130
| * | | tor-hsservice: Change ReplayLog error type.Wesley Aptekar-Cassels2025-08-135-17/+21
* | | | tor-netdoc: Rerun cargo fmt after rebaseIan Jackson2025-08-142-3/+3
* | | | tor-netdoc: parse2: Fix typo in "Naming conventions" docIan Jackson2025-08-141-1/+1
* | | | tgr-netdoc: Tests of parse2Ian Jackson2025-08-142-0/+93
* | | | tor-netdoc: Proof-of-concept demo of new parserIan Jackson2025-08-146-0/+861
* | | | tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-1414-0/+2304
* | | | tor-netdoc: Add dependencies: derive-deftly, paste, strum, testresultIan Jackson2025-08-141-0/+4
* | | | tor-netdoc: Always expose NicknameIan Jackson2025-08-142-7/+1
* | | | tor-netdoc: Improve and expose Fingerprint parsing adaptersIan Jackson2025-08-142-4/+25
* | | | tor-netdoc: Expose base64_decode_multiline to crateIan Jackson2025-08-141-1/+1
* | | | tor-netdoc: sort the experimental cargo featuresIan Jackson2025-08-141-2/+2
* | | | netdoc test data: Switch two tests to new consensus dataIan Jackson2025-08-143-243/+3
* | | | netdoc test data: refresh (for first time) by running scriptIan Jackson2025-08-1435-0/+3393
* | | | netdoc test data: Provide script for downloading from CIIan Jackson2025-08-142-0/+89
|/ / /
* | | proto: Consolidate all send_unbounded() calls in send_msg().Gabriela Moldovan2025-08-131-2/+1
* | | Merge branch 'mock-time-core-tidy' into 'main'Ian Jackson2025-08-131-6/+7
|\ \ \
| * | | tor-rtmock: MockTimeCore: fix docsIan Jackson2025-08-121-2/+2
| * | | tor-rtmock: Slightly clean up CrateGetters macroIan Jackson2025-08-121-4/+5
* | | | tor-cell: fix comment in `ChannelCodec::encode`Steven Engler2025-08-121-1/+3
| |_|/ |/| |
* | | Merge branch 'fix-keys-list' into 'main'wesleyac2025-08-121-0/+1
|\ \ \
| * | | arti: keys: Fix `display_keystore_entries` outputhjrgrn2025-08-091-0/+1
* | | | Merge branch 'arti-crate-readme-typos' into 'main'wesleyac2025-08-121-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | arti-crate-readme-typos: Typosnield2025-08-041-9/+9
* | | | Merge branch 'channel_doesnt_count_towards_timing' into 'main'wesleyac2025-08-113-71/+102
|\ \ \ \ | |_|_|/ |/| | |
| * | | circmgr: Move the body of get_channel_to_guard into its only caller.Nick Mathewson2025-08-071-33/+23
| * | | circmgr: Don't count channel negotiation towards circuit built time.Nick Mathewson2025-08-073-53/+82
| * | | cirmgr: extract code that opens a channel.Nick Mathewson2025-08-071-14/+26
| | |/ | |/|
* / | arti-client example: Write rather than hide an elided lifetimeIan Jackson2025-08-111-1/+1
|/ /
* | tor-proto: use error report in tunnel/channel reactorSteven Engler2025-08-073-18/+31
* | Merge branch 'fix-cargo-fmt' into 'main'gabi-2502025-08-071-1/+1
|\ \
| * | tor-proto: fix failing cargo fmtSteven Engler2025-08-071-1/+1
* | | Merge branch 'note_result_flatten_msrv' into 'main'David Goulet2025-08-071-2/+3
|\ \ \ | |/ / |/| |
| * | Fix a comment about Result::flattenNick Mathewson2025-08-071-2/+3
* | | Merge branch 'enable-cgo' into 'main'Nick Mathewson2025-08-077-53/+43
|\ \ \
| * | | proto: In CircuitExtender, derive relay crypt protocol from settings.Nick Mathewson2025-08-072-40/+25
| * | | Propagate cgo feature up to arti crate.Nick Mathewson2025-08-072-0/+8
| * | | proto: List CGO-related features in supported_client_protocolsNick Mathewson2025-08-061-3/+9
| * | | proto: Make CGO feature require CCNick Mathewson2025-08-061-1/+1
| * | | proto: remove code that had disabled CGO.Nick Mathewson2025-08-061-9/+0
* | | | Merge branch 'update_to_edition_2024_v2' into 'main'Nick Mathewson2025-08-07432-1546/+1868
|\ \ \ \ | |_|/ / |/| | |
| * | | Resolve a rustdoc warningNick Mathewson2025-08-071-1/+1
| * | | Revert confusing change to use of StreamExt::into_futureNick Mathewson2025-08-071-2/+5
| * | | Rename variables named "gen"Nick Mathewson2025-08-072-6/+6
| * | | Fix warnings and errors from edition 2024.Nick Mathewson2025-08-0714-82/+70
| * | | Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-07425-1404/+1713
| * | | Update code for Edition 2024Nick Mathewson2025-08-0733-64/+86
| |/ /
* | | Merge branch 'fix-quote' into 'main'David Goulet2025-08-071-1/+1
|\ \ \
| * | | tor-protover: small comment formatting fixSteven Engler2025-08-061-1/+1
| |/ /
* | | Merge branch 'improve-keys-list' into 'main'David Goulet2025-08-071-17/+64
|\ \ \ | |/ / |/| |