| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | tor-netdoc: Replace string slices with str::get() in doc | Clara Engler | 2026-06-24 | 5 | -14/+9 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'intern' into 'main' | Clara Engler | 2026-06-24 | 18 | -59/+201 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tor-netdoc: Fix rs.rs cache comments | Clara Engler | 2026-06-24 | 1 | -1/+1 | |
| | * | | | | | Make &Arc comment less controverisal | Clara Engler | 2026-06-24 | 1 | -1/+1 | |
| | * | | | | | Improve GloballyInternable::intern_cache() rustdoc | Clara Engler | 2026-06-24 | 1 | -0/+3 | |
| | * | | | | | Fix GloballyInternable rustdoc comment | Clara Engler | 2026-06-24 | 1 | -1/+1 | |
| | * | | | | | Remove no longer required AsRef impl | Clara Engler | 2026-06-24 | 1 | -9/+0 | |
| | * | | | | | Derive Clone for Intern | Clara Engler | 2026-06-24 | 1 | -7/+1 | |
| | * | | | | | Derive Deref for Intern | Clara Engler | 2026-06-24 | 1 | -10/+2 | |
| | * | | | | | Add Intern::new_uncached_uninterned() | Clara Engler | 2026-06-24 | 1 | -1/+13 | |
| | * | | | | | tor-basic-utils: Add GloballyInternable::into_intern() (fmt) | Clara Engler | 2026-06-24 | 1 | -2/+1 | |
| | * | | | | | tor-basic-utils: Add GloballyInternable::into_intern() | Clara Engler | 2026-06-24 | 5 | -6/+16 | |
| | * | | | | | Derive From Intern for Arc using derive-more | Clara Engler | 2026-06-24 | 1 | -11/+2 | |
| | * | | | | | tor-netdoc: Intern rational improvement | Clara Engler | 2026-06-24 | 1 | -2/+5 | |
| | * | | | | | Add missing semver.md entries | Clara Engler | 2026-06-24 | 2 | -0/+5 | |
| | * | | | | | tor-protover: Make blocking TODO non-blocking | Clara Engler | 2026-06-24 | 1 | -1/+1 | |
| | * | | | | | tor-netdoc: Wrap port policies in Intern | Clara Engler | 2026-06-24 | 7 | -20/+22 | |
| | * | | | | | tor-netdoc: Wrap family in Intern | Clara Engler | 2026-06-24 | 5 | -12/+16 | |
| | * | | | | | tor-netdoc: Implement encode traits for Intern wrappers | Clara Engler | 2026-06-24 | 1 | -0/+35 | |
| | * | | | | | tor-netdoc: Implement parse2 traits for Intern wrappers | Clara Engler | 2026-06-24 | 2 | -1/+18 | |
| | * | | | | | tor-netdoc: GloballyInternable for PortPolicy | Clara Engler | 2026-06-24 | 1 | -10/+6 | |
| | * | | | | | tor-netdoc: GloballyInternable for RelayFamily | Clara Engler | 2026-06-24 | 1 | -10/+5 | |
| | * | | | | | Add derive-deftly for GloballyInternable | Clara Engler | 2026-06-24 | 1 | -0/+16 | |
| | * | | | | | Add derive-deftly to tor-basic-utils | Clara Engler | 2026-06-24 | 3 | -0/+5 | |
| | * | | | | | Define GloballyInternable trait | Clara Engler | 2026-06-24 | 1 | -0/+8 | |
| | * | | | | | Use Intern<T> (fmt) | Clara Engler | 2026-06-24 | 1 | -1/+3 | |
| | * | | | | | Use Intern<T> | Clara Engler | 2026-06-24 | 5 | -16/+20 | |
| | * | | | | | Introduce Intern<T> | Clara Engler | 2026-06-24 | 1 | -0/+58 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'incoming-reject' into 'main' | gabi-250 | 2026-06-24 | 8 | -85/+272 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | proto: Rename LocalApplicationStream for clarity | Gabriela Moldovan | 2026-06-23 | 1 | -4/+4 | |
| | * | | | | proto: Rework error handling in `HopMgr::get_or_spawn_reactor()` | Gabriela Moldovan | 2026-06-23 | 2 | -13/+27 | |
| | * | | | | proto: Simplify StreamEvent::LocalStreamClosed (fmt) | Gabriela Moldovan | 2026-06-23 | 1 | -1/+6 | |
| | * | | | | proto: Simplify StreamEvent::LocalStreamClosed | Gabriela Moldovan | 2026-06-23 | 1 | -15/+4 | |
| | * | | | | proto: Rename StreamEvent::Closed to LocalStreamClosed | Gabriela Moldovan | 2026-06-23 | 1 | -5/+5 | |
| | * | | | | proto: Remove unnecessary result mapping | Gabriela Moldovan | 2026-06-23 | 1 | -1/+1 | |
| | * | | | | proto: Implement ClosePendingStream in the stream reactor | Gabriela Moldovan | 2026-06-23 | 3 | -5/+40 | |
| | * | | | | proto: Add a helper function for handling closed streams (fmt) | Gabriela Moldovan | 2026-06-23 | 1 | -10/+10 | |
| | * | | | | proto: Add a helper function for handling closed streams | Gabriela Moldovan | 2026-06-23 | 1 | -6/+22 | |
| | * | | | | proto: Add a new StreamReactor control message for closing streams | Gabriela Moldovan | 2026-06-23 | 1 | -3/+25 | |
| | * | | | | proto: Update docs to clarify where the StreamReactor cell sender is | Gabriela Moldovan | 2026-06-23 | 1 | -1/+2 | |
| | * | | | | proto: Implement RelayCirc::close_pending() | Gabriela Moldovan | 2026-06-23 | 1 | -4/+17 | |
| | * | | | | proto: Add a control message for closing pending streams (fmt) | Gabriela Moldovan | 2026-06-23 | 1 | -3/+4 | |
| | * | | | | proto: Add a control message for closing pending streams | Gabriela Moldovan | 2026-06-23 | 2 | -1/+41 | |
| | * | | | | proto: Replace StreamMsg with a new CtrlMsg type | Gabriela Moldovan | 2026-06-23 | 4 | -26/+32 | |
| | * | | | | proto: Make the new reject_stream() test check the END cell too | Gabriela Moldovan | 2026-06-23 | 1 | -1/+5 | |
| | * | | | | proto: Factor helper macro out of test function | Gabriela Moldovan | 2026-06-23 | 1 | -17/+17 | |
| | * | | | | proto: Refactor test macro to not rely on function context | Gabriela Moldovan | 2026-06-23 | 1 | -6/+7 | |
| | * | | | | proto: Add a test for rejecting an incoming stream in the relay reactor | Gabriela Moldovan | 2026-06-23 | 1 | -0/+40 | |
| * | | | | | Merge branch 'log_hopsettings' into 'main' | Nick Mathewson | 2026-06-23 | 1 | -1/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | proto: log hop settings at trace upon client circuit opening. | Nick Mathewson | 2026-06-23 | 1 | -1/+2 | |
