summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | metrics: arti: Use new Cargo.toml feature syntaxIan Jackson2025-04-081-1/+1
| * | | metrics: arti: Reduce features on metrics-exporter-prometheusIan Jackson2025-04-082-67/+3
| * | | 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
| * | | metrics: Clarify singleton exporterIan Jackson2025-04-081-1/+1
| * | | 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-085-2/+54
| * | | 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-086-3/+345
| * | | 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
| * | | metrics: Add strategy/overview documentIan Jackson2025-04-081-0/+55
* | | | Merge branch 'remove-old-todo' into 'main'Jim Newsome2025-04-082-4/+2
|\ \ \ \
| * | | | 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
| |/ / /
* | | | Merge branch 'ci-workaround-2798' into 'main'Ian Jackson2025-04-088-4/+152
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'main' into ci-workaround-2798Ian Jackson2025-04-08327-5677/+10881
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'update-for-rustsec-issues' into 'main'gabi-2502025-04-072-90/+81
|\ \ \ \ | |_|_|/ |/| | |
| * | | rpcserver: Fix another ceil_div warningNick Mathewson2025-04-071-2/+1
| * | | Run "cargo update" to fix cargo-audit issuesNick Mathewson2025-04-071-88/+80
|/ / /
* | | 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
| * | | tor-config: fix `clippy::double_ended_iterator_last`Steven Engler2025-04-031-1/+1
| | * | Restart Arti service upon network connectivity changessyphyr2025-04-042-0/+33
| | * | Install systemd filessyphyr2025-04-045-4/+50
| | * | Create unprivileged user for systemdsyphyr2025-04-042-0/+69
| | | * Address review - revert lint changes other than MD012hashcatHitman2025-04-081-48/+41
| | | * dev doc: Replaced outdated referenced to KeystoreSweeperhashcatHitman2025-04-061-3/+4
| | | * dev doc: Respect Markdown lints in state-management-cli.mdhashcatHitman2025-04-061-45/+47
| |_|/ |/| |
* | | Merge branch 'android-build' into 'main'wesleyac2025-04-033-3/+32
|\ \ \ | |/ / |/| |
| * | fix builds for AndroidYaksh Bariya2025-03-033-3/+32
* | | Merge branch 'readme-tweak' into 'main'wesleyac2025-04-031-6/+2
|\ \ \
| * | | README: Remove duplicate link to CONTRIBUTING.mdhashcatHitman2025-03-261-6/+2
* | | | Merge branch 'main' into 'main'Ian Jackson2025-04-031-4/+0
|\ \ \ \
| * | | | Remove outdated TODOCocytusDEDI2025-04-031-4/+0
* | | | | Merge branch 'item-type-validation' into 'main'gabi-2502025-04-032-12/+77
|\ \ \ \ \
| * | | | | tor-keymgr: ephemeral type validationhashcatHitman2025-04-032-12/+77
|/ / / / /
* | | | | Merge branch 'todo3' into 'main'gabi-2502025-04-027-106/+37
|\ \ \ \ \
| * | | | | tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-027-65/+26