| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Validate Host header for non-CONNECT requests to HTTP CONNECT port | Nick Mathewson | 2025-11-03 | 1 | -1/+58 | |
| * | | | | | | Merge branch 'x509-tls-cert' into 'main' | Nick Mathewson | 2025-11-13 | 2 | -40/+221 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-cert: x509 requires tor-llcrypto/rng-compat. | Nick Mathewson | 2025-11-12 | 1 | -1/+1 | |
| | * | | | | | | Rename TlsCertifiedKey to TlsKeyAndCert. | Nick Mathewson | 2025-11-12 | 1 | -4/+4 | |
| | * | | | | | | x509: Correct single instance of misnamed cert | Nick Mathewson | 2025-11-12 | 1 | -1/+1 | |
| | * | | | | | | x509: Support generating the keys and certs that relays need. | Nick Mathewson | 2025-11-12 | 2 | -9/+191 | |
| | * | | | | | | x509: Extract serial-number generation into its own function. | Nick Mathewson | 2025-11-12 | 1 | -6/+9 | |
| | * | | | | | | x509: Fix an unfinished comment. | Nick Mathewson | 2025-11-12 | 1 | -1/+1 | |
| | * | | | | | | x509: refactor lifetime calculation | Nick Mathewson | 2025-11-12 | 1 | -27/+23 | |
| * | | | | | | | Merge branch 'config-error' into 'main' | opara | 2025-11-13 | 3 | -13/+30 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tor-config: fix error source for `ConfigLoadError` | Steven Engler | 2025-11-13 | 1 | -1/+7 | |
| | * | | | | | | | retry-error: stop trying to dedup error msgs | Steven Engler | 2025-11-13 | 2 | -12/+23 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'prop368-v4' into 'main' | Nick Mathewson | 2025-11-13 | 21 | -86/+842 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix another doc link. | Nick Mathewson | 2025-11-13 | 1 | -1/+1 | |
| | * | | | | | | | fix a documentation link. | Nick Mathewson | 2025-11-13 | 1 | -1/+1 | |
| | * | | | | | | | proto: run add_warning to update tunnel_activity.rs | Nick Mathewson | 2025-11-12 | 1 | -1/+1 | |
| | * | | | | | | | Fix compilation without all-features. | Nick Mathewson | 2025-11-12 | 2 | -8/+10 | |
| | * | | | | | | | proto: assert that no member of InTunnelActivity needs_drop. | Nick Mathewson | 2025-11-12 | 1 | -1/+15 | |
| | * | | | | | | | circmgr: report errors from update_long_lived_tunnel_last_used | Nick Mathewson | 2025-11-12 | 1 | -21/+54 | |
| | * | | | | | | | proto: Use a ZST-token pattern to enforce correctness for TunnelActivity | Nick Mathewson | 2025-11-12 | 2 | -14/+58 | |
| | * | | | | | | | circmgr: In expiration task, try again if we are not yet ready to expire. | Nick Mathewson | 2025-11-12 | 1 | -21/+31 | |
| | * | | | | | | | circmgr: Add a timeout setting for long-lived circuits. | Nick Mathewson | 2025-11-12 | 4 | -3/+30 | |
| | * | | | | | | | circmgr: Implement expiration for long-lived tunnels. | Nick Mathewson | 2025-11-12 | 4 | -22/+228 | |
| | * | | | | | | | circmgr: Add a notion of long-lived tunnels. | Nick Mathewson | 2025-11-12 | 2 | -8/+77 | |
| | * | | | | | | | circmgr: Refactor should_expire() | Nick Mathewson | 2025-11-12 | 1 | -24/+40 | |
| | * | | | | | | | 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 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | 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 | 5 | -4/+150 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | 5 | -3/+125 | |
| * | | | | | | Merge branch 'disable-hidden-service' into 'main' | wesleyac | 2025-11-12 | 8 | -19/+84 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | 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 | 4 | -30/+43 | |
| | * | | | | | 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 | 2 | -32/+13 | |
