| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | rpc-doc-tool: move constants to head of file | Nick Mathewson | 2024-10-03 | 1 | -26/+26 | |
| | | | | | | ||||||
| | * | | | | rpc-doc-tool: Use __file__ in place of argv[0] | Nick Mathewson | 2024-10-03 | 1 | -4/+6 | |
| | | | | | | ||||||
| | * | | | | rpc-doc-tool: Fix handling for "magic" headings. | Nick Mathewson | 2024-10-02 | 1 | -4/+3 | |
| | | | | | | ||||||
| | * | | | | add references for rustdoc links. | Nick Mathewson | 2024-10-01 | 1 | -8/+45 | |
| | | | | | | ||||||
| | * | | | | rpc-doc-tool: only emit Parameters link when there are some. | Nick Mathewson | 2024-10-01 | 1 | -1/+15 | |
| | | | | | | ||||||
| | * | | | | Python tool to build RPC method/type documentation. | Nick Mathewson | 2024-10-01 | 1 | -0/+615 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the RPC library to extract a list of RPC methods and objects; uses rustdoc-nightly to extract documentation for them; outputs a markdown document. | |||||
| * | | | | | Merge branch 'rpc-rustdoc' into 'main' | Nick Mathewson | 2024-10-03 | 8 | -23/+123 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Revise RPC documentation to be more informative. See merge request tpo/core/arti!2489 | |||||
| | * | | | | rpc: clarify documentation and fix typos | Nick Mathewson | 2024-10-02 | 3 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | Based on review from @opara. | |||||
| | * | | | | Revise RPC documentation to be more informative. | Nick Mathewson | 2024-10-02 | 8 | -23/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous documentation was more-or-less meant for the Arti developer only. This new documentation is intended for actual users of RPC functionality. It's meant to be extracted with `maint/rpc-doc-tool`. | |||||
| * | | | | | Merge branch 'docsrs-feature' into 'main' | Ian Jackson | 2024-10-03 | 1 | -0/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tor-socksproto: fix "check_doc_features" warning See merge request tpo/core/arti!2487 | |||||
| | * | | | | | tor-socksproto: fix "check_doc_features" warning | Steven Engler | 2024-10-01 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'mcost' into 'main' | Ian Jackson | 2024-10-02 | 29 | -81/+620 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement tor_memquota:HasMemory cost for a lot of types See merge request tpo/core/arti!2459 | |||||
| | * | | | | | | tor-memquota: Fix more hard tabs. | Ian Jackson | 2024-10-02 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-memquota: Explain choice of bounds | Ian Jackson | 2024-10-02 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2459#note_3086841 | |||||
| | * | | | | | | Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy" | Ian Jackson | 2024-10-02 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit def8810156f8c2bf8f18ef9ad75a61601f6fea78. | |||||
| | * | | | | | | tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static (fmt) | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static | Ian Jackson | 2024-10-02 | 2 | -23/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2459#note_3086841 | |||||
| | * | | | | | | tor-memquota: Move and reword a comment | Ian Jackson | 2024-10-02 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This comment is more applicable to the memory_cost_structural_copyx macro than the wrapper type, especially since the wrapper type is going away. | |||||
| | * | | | | | | tor-memquota: Add an example for HasMemoryCost derive | Ian Jackson | 2024-10-02 | 3 | -0/+41 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-cell: Use HasMemoryCostStructural, rather than Copy | Ian Jackson | 2024-10-02 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2459#note_3086839 | |||||
| | * | | | | | | Abolish SIZE in favour of std::mem::size_of | Ian Jackson | 2024-10-02 | 2 | -22/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2459#note_3086837 | |||||
| | * | | | | | | tor-memquota: Provide explicit "indirect size" feature in derive | Ian Jackson | 2024-10-02 | 1 | -0/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Use std::num::NonZeroFoo | Ian Jackson | 2024-10-02 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not the generic version which isn't supported in our MSRV. We may want to revert this in the future, so let's make it a separate commit. | |||||
| | * | | | | | | Some HasMemoryCost impls in tor-proto | Ian Jackson | 2024-10-02 | 4 | -5/+15 | |
| | | | | | | | | ||||||
| | * | | | | | | Some HasMemoryCost impls in tor-cell | Ian Jackson | 2024-10-02 | 10 | -65/+169 | |
| | | | | | | | | ||||||
| | * | | | | | | Some HasMemoryCost impls in tor-linkspec | Ian Jackson | 2024-10-02 | 3 | -3/+11 | |
| | | | | | | | | ||||||
| | * | | | | | | Some HasMemoryCost impls in tor-hscrypto | Ian Jackson | 2024-10-02 | 3 | -0/+14 | |
| | | | | | | | | ||||||
| | * | | | | | | Some HasMemoryCost impls in tor-llcrypto | Ian Jackson | 2024-10-02 | 5 | -1/+21 | |
| | | | | | | | | ||||||
| | * | | | | | | Some HasMemoryCost impls in tor-units | Ian Jackson | 2024-10-02 | 3 | -1/+10 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-memquota: Export Account at the toplevel | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out we're mostly going to want to deal in Accounts, not Arc<MemoryQuotaaTracker>s. | |||||
| | * | | | | | | tor-memquota: Provide facilities for deriving HasMemoryCost | Ian Jackson | 2024-10-02 | 5 | -1/+345 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-memquota: Make EnabledToken constructors const | Ian Jackson | 2024-10-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be convenient in some tests etc. | |||||
| | * | | | | | | Bump tor-units up the crate stack | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're going to need this to use tor-memquota. | |||||
| * | | | | | | | Merge branch 'misc' into 'main' | Ian Jackson | 2024-10-02 | 3 | -0/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | tor-proto: SometimesUnboundedSink: provide as_inner accessor See merge request tpo/core/arti!2483 | |||||
| | * | | | | | | memquota: Note a TODO about PT channels | Ian Jackson | 2024-10-02 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | memquota: Note a TODO about overheads | Ian Jackson | 2024-10-02 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-proto: SometimesUnboundedSink: provide as_inner accessor | Ian Jackson | 2024-10-02 | 1 | -0/+10 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge branch 'tab' into 'main' | Ian Jackson | 2024-10-02 | 4 | -3/+53 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forbid hard tabs (and fix the one place in tree where there are some) See merge request tpo/core/arti!2488 | |||||
| | * | | | | | | forbid-hard-tabs: Improve doc comment | Ian Jackson | 2024-10-02 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2488#note_3087164 | |||||
| | * | | | | | | Run forbid-hard-tabs in CI | Ian Jackson | 2024-10-02 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | bash-utils.sh: reject_options: Don't crash due to -u if no arguments | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Remove hard tabs in the one file that has them. | Ian Jackson | 2024-10-02 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Provide new forbid-hard-tabs script | Ian Jackson | 2024-10-02 | 1 | -0/+45 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'mpsc-types' into 'main' | Ian Jackson | 2024-10-02 | 4 | -20/+40 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-proto: Introduce type aliases for some queues See merge request tpo/core/arti!2484 | |||||
| | * | | | | | | tor-proto: Introduce type alias for StreamReqSender | Ian Jackson | 2024-10-02 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make it a little easier to change the type later. | |||||
| | * | | | | | | tor-proto: Introduce type aliases for stream queues (fmt) | Ian Jackson | 2024-10-02 | 1 | -4/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-proto: Introduce type aliases for stream queues | Ian Jackson | 2024-10-02 | 4 | -18/+35 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | This will make it easier to change their types. | |||||
| * | | | | | | Merge branch 'orport' into 'main' | David Goulet | 2024-10-02 | 3 | -131/+597 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-chanmgr: improvements to channel selection code See merge request tpo/core/arti!2477 | |||||
| | * | | | | | | tor-chanmgr: minor doc improvements | Steven Engler | 2024-10-01 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | tor-chanmgr: add unit tests | Steven Engler | 2024-10-01 | 1 | -0/+416 | |
| | | | | | | | | ||||||
