| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | circmgr: make expiration functions async | Nick Mathewson | 2025-11-12 | 2 | -31/+29 | |
| | * | | | | | | | circmgr: rename expire_tunnel to consider_expiring_tunnel | Nick Mathewson | 2025-11-12 | 1 | -3/+7 | |
| | * | | | | | | | Add a notion of isolation strong enough to enable long-lived circuits. | Nick Mathewson | 2025-11-12 | 4 | -0/+76 | |
| | * | | | | | | | tor-proto: Track information on when tunnels were last used | Nick Mathewson | 2025-11-12 | 9 | -1/+258 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'remove-disclaimers' into 'main' | Ian Jackson | 2025-11-13 | 1 | -4/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | arti: remove security disclaimer from onion service support | Steven Engler | 2025-11-12 | 1 | -4/+1 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'circhop-dupe' into 'main' | Ian Jackson | 2025-11-13 | 2 | -7/+2 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | proto: Remove duplicated function in CircHop | Gabriela Moldovan | 2025-11-13 | 2 | -7/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'rm-todo' into 'main' | opara | 2025-11-12 | 1 | -3/+0 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | proto: Remove a no longer relevant TODO | Gabriela Moldovan | 2025-11-12 | 1 | -3/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'v6only' into 'main' | opara | 2025-11-12 | 6 | -4/+151 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-rtcompat: add comments about blocking in async contexts | Steven Engler | 2025-11-12 | 2 | -1/+5 | |
| | * | | | | | tor-rtcompat: set `IPV6_V6ONLY` for listening sockets on unix | Steven Engler | 2025-11-10 | 2 | -2/+22 | |
| | * | | | | | tor-rtcompat: use a consistent `listen()` implementation | Steven Engler | 2025-11-10 | 6 | -3/+126 | |
| * | | | | | | Merge branch 'disable-hidden-service' into 'main' | wesleyac | 2025-11-12 | 10 | -43/+117 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | Fix semver files. | Wesley Aptekar-Cassels | 2025-11-03 | 3 | -6/+0 | |
| | * | | | | | arti(-client|-ureq)/tor-hsservice: semver files v2 | hashcatHitman | 2025-10-21 | 3 | -4/+7 | |
| | * | | | | | arti(-rpcserver): remove incorrect semver files | hashcatHitman | 2025-10-21 | 2 | -2/+0 | |
| | * | | | | | arti(-client|-ureq|-rpcserver): semver files | hashcatHitman | 2025-10-16 | 4 | -0/+4 | |
| | * | | | | | arti-client/tor-hsservice: semver files | hashcatHitman | 2025-10-16 | 2 | -0/+4 | |
| | * | | | | | arti(-client)/tor-hsservice: return None for disabled service | hashcatHitman | 2025-10-16 | 6 | -54/+76 | |
| | * | | | | | arti/tor-hsservice: don't warn on autostart | hashcatHitman | 2025-10-16 | 4 | -22/+12 | |
| | * | | | | | tor-hsservice: TODO - allow changing "enabled" | hashcatHitman | 2025-10-16 | 1 | -0/+2 | |
| | * | | | | | arti: fix hs "enabled" in example config | hashcatHitman | 2025-10-16 | 1 | -3/+5 | |
| | * | | | | | arti/tor-hsservice: warn on service autostart | hashcatHitman | 2025-10-16 | 4 | -6/+17 | |
| | * | | | | | arti(-client): graceful service disable in arti only | hashcatHitman | 2025-10-16 | 4 | -65/+37 | |
| | * | | | | | arti/arti-client: add graceful service disable | hashcatHitman | 2025-10-16 | 4 | -38/+89 | |
| | * | | | | | arti: add "enabled" config to the example config | hashcatHitman | 2025-10-16 | 1 | -0/+4 | |
| | * | | | | | tor-hsservice: add config to disable service | hashcatHitman | 2025-10-16 | 3 | -0/+17 | |
| * | | | | | | Merge branch 'relay-bin-4' into 'main' | opara | 2025-11-11 | 13 | -21/+149 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | arti-relay: update some comments from past few commits | Steven Engler | 2025-11-11 | 2 | -2/+9 | |
| | * | | | | | tor-chanmgr: wrap the peer address in `Sensitive` | Steven Engler | 2025-11-05 | 8 | -16/+29 | |
| | * | | | | | arti-relay: add OR port listener task | Steven Engler | 2025-11-05 | 5 | -3/+97 | |
| | * | | | | | arti-relay: add error context to house keeping task | Steven Engler | 2025-11-05 | 1 | -5/+11 | |
| | * | | | | | arti-relay: use anyhow's error formatting | Steven Engler | 2025-11-05 | 1 | -2/+10 | |
| * | | | | | | Merge branch 'fallbackdir-nov11th-2025' into 'main' | gabi-250 | 2025-11-11 | 1 | -885/+887 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fallbackdir: Update list generated on November 10, 2025 | Tor CI Release | 2025-11-11 | 1 | -885/+887 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'p2-dedup' into 'main' | Ian Jackson | 2025-11-11 | 1 | -123/+139 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: parse2: Improve error message when using with= | Ian Jackson | 2025-11-10 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: parse2 derive: deduplicate completion | Ian Jackson | 2025-11-10 | 1 | -35/+33 | |
| | * | | | | | | tor-netdoc: parse2 derive: deduplicate item accumulation | Ian Jackson | 2025-11-10 | 1 | -31/+35 | |
| | * | | | | | | tor-netdoc: parse2 derive: deduplicate item accumulation (prep) | Ian Jackson | 2025-11-10 | 1 | -43/+54 | |
| | * | | | | | | tor-netdoc: parse2 derive: Provide dtrace in NetdocParseableFields | Ian Jackson | 2025-11-10 | 1 | -12/+21 | |
| | * | | | | | | tor-netdoc: parse2 derive: Get rid of $ITEM workaround | Ian Jackson | 2025-11-10 | 1 | -10/+4 | |
| * | | | | | | | Merge branch 'netdoc-encode' into 'main' | gabi-250 | 2025-11-11 | 8 | -13/+18 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Apply deferred rustfmt churn | Ian Jackson | 2025-11-10 | 3 | -4/+4 | |
| | * | | | | | | tor-netdoc: Introduce "encode" feature for the like-named module | Ian Jackson | 2025-11-10 | 4 | -5/+10 | |
| | * | | | | | | tor-netdoc: Rename the `build` module to `encode` | Ian Jackson | 2025-11-10 | 5 | -8/+8 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'bug2118a' into 'main' | wesleyac | 2025-11-10 | 1 | -14/+29 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Make create_onion_service() corrections | Neel Chauhan | 2025-11-10 | 1 | -17/+2 | |
