summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
| * | | | tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-096-5/+8
| * | | | tor-rtmock: task: subthread_block_on_future; Yield a bit moreIan Jackson2025-04-091-2/+18
| * | | | tor-rtmock: task tests: New subhtread_pingpong testIan Jackson2025-04-091-1/+43
| * | | | tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)Ian Jackson2025-04-091-14/+3
| * | | | tor-rtmock: task: Redo subthread_block_on_future; poll on the subthreadIan Jackson2025-04-092-68/+65
| * | | | tor-rtmock: task: Minor refactoringIan Jackson2025-04-091-4/+6
| * | | | tor-rtmock: task: import Left and RightIan Jackson2025-04-091-3/+3
| * | | | tor-rtmock: task: impl Debug for TaskFutureInfoIan Jackson2025-04-091-1/+3
| * | | | tor-rtmock: task: Break out Waker::make_wakerIan Jackson2025-04-091-5/+10
| * | | | tor-rtmock: Improve a commentIan Jackson2025-04-091-1/+6
| * | | | tor-rtmock: Fix a commentIan Jackson2025-04-091-1/+1
| | |/ / | |/| |
* | | | Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-143-36/+33
| |_|/ |/| |
* | | arti-ureq: Simplify use of map_or().Nick Mathewson2025-04-091-4/+4
* | | Allow StreamOps import to be unusedNick Mathewson2025-04-092-2/+9
|/ /
* | Merge branch '1519-integration-or-example-with-ureq' into 'main'Ian Jackson2025-04-093-0/+1093
|\ \
| * | arti-ureq: New library which integrates with ureqnield2025-04-093-0/+1093
* | | tor-cell: Make conflux::V1Nonce opaque, add constructor.Gabriela Moldovan2025-04-081-7/+30
* | | tor-cell: Copy ConfluxSwitch::seqno in getter.Gabriela Moldovan2025-04-081-0/+1
|/ /
* | Merge branch 'metrics-port' into 'main'Ian Jackson2025-04-0811-30/+277
|\ \
| * | metrics: Discuss schema stability (currently, "no")Ian Jackson2025-04-081-0/+3
| * | tor-hsrproxy: config: make ProxyActionDiscriminants privateIan Jackson2025-04-081-0/+1
| * | metrics: tor-hsrproxy: Use a bespoke type for counter outcomesIan Jackson2025-04-081-5/+19
| * | metrics: arti: Make feature `experimental`, not `experimental-api`Ian Jackson2025-04-081-1/+2
| * | metrics: arti: Use new Cargo.toml feature syntaxIan Jackson2025-04-081-1/+1
| * | metrics: arti: Reduce features on metrics-exporter-prometheusIan Jackson2025-04-081-1/+1
| * | metrics: config tests: Correct a commentIan Jackson2025-04-081-1/+1
| * | metrics: config: Correct the docs on the MetricsConfig typeIan Jackson2025-04-081-1/+1
| * | metrics: config: Correct the docs on the listen config fieldIan Jackson2025-04-081-9/+4
| * | metrics: config: Fix typo in the example config fileIan Jackson2025-04-081-1/+1
| * | metrics: config: Correct the docs in the example config fileIan Jackson2025-04-081-1/+2
| * | arti: cfg tests: Improve formatting of an assertIan Jackson2025-04-081-3/+6
| * | tor-config: listen: Replace use of std::net (fmt)Ian Jackson2025-04-081-8/+4
| * | tor-config: listen: Replace use of std::netIan Jackson2025-04-081-9/+8
| * | tor-hsrproxy: Add allow(unused) if features not all enabledIan Jackson2025-04-081-0/+3
| * | tor-hsrproxy: Export a connection count metric (fmt)Ian Jackson2025-04-081-1/+3
| * | tor-hsrproxy: Export a connection count metricIan Jackson2025-04-084-2/+51
| * | tor-hsrproxy: formatting in Cargo.tomlIan Jackson2025-04-081-1/+5
| * | tor-hsrproxy: Move cloning into spawnIan Jackson2025-04-081-12/+12
| * | arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-085-1/+154
| * | arti: cfg tests: On mismatch, report which config fileIan Jackson2025-04-081-2/+2
| * | tor-config: Listen: Provide single_address_legacyIan Jackson2025-04-082-1/+24
* | | tor-proto: Add TODO about using Itertools instead of open-coded impl.Gabriela Moldovan2025-04-081-0/+2
* | | tor-proto: Remove outdated TODO.Gabriela Moldovan2025-04-081-4/+0
|/ /
* / rpcserver: Fix another ceil_div warningNick Mathewson2025-04-071-2/+1
|/
* Merge branch 'fix-clippy' into 'main'Nick Mathewson2025-04-0711-25/+24
|\
| * tor-netdoc: use more idiomatic rustSteven Engler2025-04-031-2/+1
| * fix `clippy::unneeded_struct_pattern`Steven Engler2025-04-034-15/+15
| * tor-netdoc: fix `clippy::len_zero`Steven Engler2025-04-031-1/+1
| * fix `clippy::doc_overindented_list_items`Steven Engler2025-04-036-7/+7