aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | proto: Remove unnecessary result mappingGabriela Moldovan2026-06-231-1/+1
| * | | | proto: Implement ClosePendingStream in the stream reactorGabriela Moldovan2026-06-233-5/+40
| * | | | proto: Add a helper function for handling closed streams (fmt)Gabriela Moldovan2026-06-231-10/+10
| * | | | proto: Add a helper function for handling closed streamsGabriela Moldovan2026-06-231-6/+22
| * | | | proto: Add a new StreamReactor control message for closing streamsGabriela Moldovan2026-06-231-3/+25
| * | | | proto: Update docs to clarify where the StreamReactor cell sender isGabriela Moldovan2026-06-231-1/+2
| * | | | proto: Implement RelayCirc::close_pending()Gabriela Moldovan2026-06-231-4/+17
| * | | | proto: Add a control message for closing pending streams (fmt)Gabriela Moldovan2026-06-231-3/+4
| * | | | proto: Add a control message for closing pending streamsGabriela Moldovan2026-06-232-1/+41
| * | | | proto: Replace StreamMsg with a new CtrlMsg typeGabriela Moldovan2026-06-234-26/+32
| * | | | proto: Make the new reject_stream() test check the END cell tooGabriela Moldovan2026-06-231-1/+5
| * | | | proto: Factor helper macro out of test functionGabriela Moldovan2026-06-231-17/+17
| * | | | proto: Refactor test macro to not rely on function contextGabriela Moldovan2026-06-231-6/+7
| * | | | proto: Add a test for rejecting an incoming stream in the relay reactorGabriela Moldovan2026-06-231-0/+40
* | | | | Merge branch 'log_hopsettings' into 'main'Nick Mathewson2026-06-231-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | proto: log hop settings at trace upon client circuit opening.Nick Mathewson2026-06-231-1/+2
* | | | | Merge branch 'edcert-timerangebound' into 'main'Clara Engler2026-06-233-72/+57
|\ \ \ \ \
| * | | | | tor-netdoc: Blocking TODOs for dangerous callsClara Engler2026-06-231-0/+2
| * | | | | tor-checkable: TODO for TimerangeBound from TimeboundClara Engler2026-06-231-0/+4
| * | | | | tor-netdoc: Explain why .dangerously_assume_timely() is okClara Engler2026-06-231-0/+2
| * | | | | tor-netdoc: Update semver.mdClara Engler2026-06-231-0/+1
| * | | | | tor-netdoc: Fix EdCert rustdoc numberingClara Engler2026-06-231-16/+14
| * | | | | tor-netdoc: Use TimerangeBound for EdCert verify (fmt)Clara Engler2026-06-231-14/+14
| * | | | | tor-netdoc: Use TimerangeBound for EdCert verifyClara Engler2026-06-231-48/+26
|/ / / / /
* | | | | Merge branch 'deftly-impl' into 'main'Ian Jackson2026-06-233-24/+15
|\ \ \ \ \
| * | | | | tor-memquota-cost derive: Tidy formattingIan Jackson2026-06-111-2/+2
| * | | | | tor-memquota-cost derive: Use beta_deftly Impl featureIan Jackson2026-06-111-1/+2
| * | | | | tor-memquota-cost derive: Use beta_deftly Xmeta default featureIan Jackson2026-06-111-4/+3
| * | | | | tor-config: Flattenable: use beta_deftly $impl featureIan Jackson2026-06-111-3/+2
| * | | | | tor-config: derive.rs: use beta_deftly $impl featureIan Jackson2026-06-111-16/+8
* | | | | | Merge branch 'addr-policy-fix' into 'main'Ian Jackson2026-06-234-68/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tor-netdoc: addr policy: Rename variant from Star to AllIan Jackson2026-06-181-5/+5
| * | | | | tor-netdoc: addr policy: Add tests for overlong prefixesIan Jackson2026-06-181-0/+5
| * | | | | tor-netdoc: addr policy: Use ipnet instead of open-coding it allIan Jackson2026-06-183-31/+19
| * | | | | tor-netdoc: addr policy: Fix /0 handling bugIan Jackson2026-06-181-16/+5
| * | | | | tor-netdoc: addr policy tests: Add test case for IPv4 /0Ian Jackson2026-06-181-0/+1
| * | | | | tor-netdoc: addr policy tests: Rename check/check1/check2Ian Jackson2026-06-181-11/+11
| * | | | | tor-netdoc: addr policy tests: Avoid repeating where string isn't changedIan Jackson2026-06-181-5/+6
| * | | | | tor-netdoc: addr policy tests: Improve a few panic messagesIan Jackson2026-06-181-2/+2
| * | | | | tor-netdoc: addr policy: Correct terminologyIan Jackson2026-06-182-15/+18
* | | | | | Merge branch 'rd-derive-parse' into 'main'Ian Jackson2026-06-232-2/+52
|\ \ \ \ \ \
| * | | | | | tor-netdoc: Add TODOClara Engler2026-06-231-1/+1
| * | | | | | tor-netdoc: Replace assume_wellsigned() with unwrap_unverified()Clara Engler2026-06-231-10/+3
| * | | | | | tor-netdoc: Add small RouterDesc parse2 testClara Engler2026-06-221-0/+35
| * | | | | | tor-netdoc: Add test only RouterDesc verifyClara Engler2026-06-221-1/+8
| * | | | | | Derive NetdocParseableUnverified for RouterDescClara Engler2026-06-222-1/+16
* | | | | | | Merge branch 'rustsec-2026-0186' into 'main'gabi-2502026-06-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix RUSTSEC-2026-0186Clara Engler2026-06-231-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'microdesc-1' into 'main'Ian Jackson2026-06-227-22/+128
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | tor-netdoc: relay families: Add TODO re overhaul/removal of type(s)Ian Jackson2026-06-221-0/+7