| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-hsrproxy: Add allow(unused) if features not all enabled | Ian Jackson | 2025-04-08 | 1 | -0/+3 | |
| | * | | | | tor-hsrproxy: Export a connection count metric (fmt) | Ian Jackson | 2025-04-08 | 1 | -1/+3 | |
| | * | | | | tor-hsrproxy: Export a connection count metric | Ian Jackson | 2025-04-08 | 5 | -2/+54 | |
| | * | | | | tor-hsrproxy: formatting in Cargo.toml | Ian Jackson | 2025-04-08 | 1 | -1/+5 | |
| | * | | | | tor-hsrproxy: Move cloning into spawn | Ian Jackson | 2025-04-08 | 1 | -12/+12 | |
| | * | | | | arti: Optionally set up a Prometheus metrics exporter | Ian Jackson | 2025-04-08 | 6 | -3/+345 | |
| | * | | | | arti: cfg tests: On mismatch, report which config file | Ian Jackson | 2025-04-08 | 1 | -2/+2 | |
| | * | | | | tor-config: Listen: Provide single_address_legacy | Ian Jackson | 2025-04-08 | 2 | -1/+24 | |
| | * | | | | metrics: Add strategy/overview document | Ian Jackson | 2025-04-08 | 1 | -0/+55 | |
| * | | | | | Merge branch 'remove-old-todo' into 'main' | Jim Newsome | 2025-04-08 | 2 | -4/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: Add TODO about using Itertools instead of open-coded impl. | Gabriela Moldovan | 2025-04-08 | 1 | -0/+2 | |
| | * | | | | | tor-proto: Remove outdated TODO. | Gabriela Moldovan | 2025-04-08 | 1 | -4/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'ci-workaround-2798' into 'main' | Ian Jackson | 2025-04-08 | 8 | -4/+152 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Merge branch 'main' into ci-workaround-2798 | Ian Jackson | 2025-04-08 | 327 | -5677/+10881 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Merge branch 'update-for-rustsec-issues' into 'main' | gabi-250 | 2025-04-07 | 2 | -90/+81 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | rpcserver: Fix another ceil_div warning | Nick Mathewson | 2025-04-07 | 1 | -2/+1 | |
| | * | | | | Run "cargo update" to fix cargo-audit issues | Nick Mathewson | 2025-04-07 | 1 | -88/+80 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'fix-clippy' into 'main' | Nick Mathewson | 2025-04-07 | 11 | -25/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: use more idiomatic rust | Steven Engler | 2025-04-03 | 1 | -2/+1 | |
| | * | | | | fix `clippy::unneeded_struct_pattern` | Steven Engler | 2025-04-03 | 4 | -15/+15 | |
| | * | | | | tor-netdoc: fix `clippy::len_zero` | Steven Engler | 2025-04-03 | 1 | -1/+1 | |
| | * | | | | fix `clippy::doc_overindented_list_items` | Steven Engler | 2025-04-03 | 6 | -7/+7 | |
| | * | | | | tor-config: fix `clippy::double_ended_iterator_last` | Steven Engler | 2025-04-03 | 1 | -1/+1 | |
| | | * | | | Restart Arti service upon network connectivity changes | syphyr | 2025-04-04 | 2 | -0/+33 | |
| | | * | | | Install systemd files | syphyr | 2025-04-04 | 5 | -4/+50 | |
| | | * | | | Create unprivileged user for systemd | syphyr | 2025-04-04 | 2 | -0/+69 | |
| | | | * | | Address review - revert lint changes other than MD012 | hashcatHitman | 2025-04-08 | 1 | -48/+41 | |
| | | | * | | dev doc: Replaced outdated referenced to KeystoreSweeper | hashcatHitman | 2025-04-06 | 1 | -3/+4 | |
| | | | * | | dev doc: Respect Markdown lints in state-management-cli.md | hashcatHitman | 2025-04-06 | 1 | -45/+47 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Merge branch 'android-build' into 'main' | wesleyac | 2025-04-03 | 3 | -3/+32 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | fix builds for Android | Yaksh Bariya | 2025-03-03 | 3 | -3/+32 | |
| * | | | | Merge branch 'readme-tweak' into 'main' | wesleyac | 2025-04-03 | 1 | -6/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | README: Remove duplicate link to CONTRIBUTING.md | hashcatHitman | 2025-03-26 | 1 | -6/+2 | |
| * | | | | | Merge branch 'main' into 'main' | Ian Jackson | 2025-04-03 | 1 | -4/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove outdated TODO | CocytusDEDI | 2025-04-03 | 1 | -4/+0 | |
| * | | | | | | Merge branch 'item-type-validation' into 'main' | gabi-250 | 2025-04-03 | 2 | -12/+77 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-keymgr: ephemeral type validation | hashcatHitman | 2025-04-03 | 2 | -12/+77 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'todo3' into 'main' | gabi-250 | 2025-04-02 | 7 | -106/+37 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-keymgr: BREAKING: Refactor API: Keystore::insert | playbahn | 2025-04-02 | 7 | -65/+26 | |
| | * | | | | | | tor-keymgr: keystore::ephemeral::insert: Drop item type validation | playbahn | 2025-04-02 | 1 | -20/+1 | |
| | * | | | | | | tor-keymgr: Fix TODO: Refactor API: Keystore::insert | playbahn | 2025-04-02 | 4 | -28/+17 | |
| * | | | | | | | Merge branch 'dev/cve/arti_rpc_demo' into 'main' | Nick Mathewson | 2025-04-02 | 1 | -9/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | doc: Remove dead reference to rpc_demo.py | Clara Engler | 2025-04-01 | 1 | -9/+0 | |
| * | | | | | | | | Merge branch 'dev/cve/python_gitignore' into 'main' | Nick Mathewson | 2025-04-02 | 1 | -0/+175 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | python: Add .gitignore | Clara Engler | 2025-04-01 | 1 | -0/+175 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'todo1' into 'main' | opara | 2025-04-02 | 1 | -10/+68 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | arti: Fix TODO: Rework test: onion_proxy::build_list | playbahn | 2025-04-01 | 2 | -72/+32 | |
| | * | | | | | | | arti: onion_proxy::build_list: fix TODO: Add test | playbahn | 2025-04-01 | 2 | -7/+105 | |
| * | | | | | | | | Merge branch 'smaller-pcap' into 'main' | opara | 2025-04-01 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shadow: capture only 40 bytes of packets | Steven Engler | 2025-04-01 | 1 | -0/+4 | |
| |/ / / / / / / / | ||||||
