| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'div_ceil' into 'main' | Nick Mathewson | 2024-10-03 | 2 | -15/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Use {u64,usize}::div_ceil | Nick Mathewson | 2024-09-30 | 2 | -15/+2 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge branch 'rpc-annotation' into 'main' | Nick Mathewson | 2024-10-03 | 2 | -55/+86 | |
| |\ \ \ \ | ||||||
| | * | | | | python: Use mypy option for cleaner code wrt rebinding. | Nick Mathewson | 2024-10-03 | 1 | -11/+24 | |
| | * | | | | python: Fix annotation typo. | Nick Mathewson | 2024-10-03 | 1 | -1/+1 | |
| | * | | | | python: Remove TODO about WinDLL | Nick Mathewson | 2024-10-03 | 1 | -5/+0 | |
| | * | | | | python: annotate CDLL-related functions | Nick Mathewson | 2024-10-03 | 1 | -16/+11 | |
| | * | | | | python: Remove todos about annotating "params" | Nick Mathewson | 2024-10-03 | 1 | -2/+0 | |
| | * | | | | python: Prefer Optional over Union. | Nick Mathewson | 2024-10-03 | 1 | -4/+4 | |
| | * | | | | python: Type-annotate rpc.py | Nick Mathewson | 2024-10-01 | 2 | -38/+66 | |
| | * | | | | python: Add minimal annotations for "mypy" to pass. | Nick Mathewson | 2024-10-01 | 1 | -4/+6 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'circmgr-initial-test' into 'main' | gabi-250 | 2024-10-03 | 10 | -291/+426 | |
| |\ \ \ \ | ||||||
| | * | | | | CircMgr: Start writing tests. | Wesley Aptekar-Cassels | 2024-10-03 | 10 | -291/+426 | |
| * | | | | | Merge branch 'rpc-doc-automation' into 'main' | Nick Mathewson | 2024-10-03 | 1 | -0/+669 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | rpc-doc-tool: improvements to HTML_HEADER | Nick Mathewson | 2024-10-03 | 1 | -2/+4 | |
| | * | | | | 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 | |
| * | | | | | Merge branch 'rpc-rustdoc' into 'main' | Nick Mathewson | 2024-10-03 | 8 | -23/+123 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | rpc: clarify documentation and fix typos | Nick Mathewson | 2024-10-02 | 3 | -4/+9 | |
| | * | | | | Revise RPC documentation to be more informative. | Nick Mathewson | 2024-10-02 | 8 | -23/+118 | |
| * | | | | | Merge branch 'docsrs-feature' into 'main' | Ian Jackson | 2024-10-03 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy" | Ian Jackson | 2024-10-02 | 1 | -1/+2 | |
| | * | | | | | | 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 | |
| | * | | | | | | tor-memquota: Move and reword a comment | Ian Jackson | 2024-10-02 | 1 | -3/+5 | |
| | * | | | | | | 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 | |
| | * | | | | | | Abolish SIZE in favour of std::mem::size_of | Ian Jackson | 2024-10-02 | 2 | -22/+10 | |
| | * | | | | | | 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 | |
| | * | | | | | | 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 | |
| | * | | | | | | 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 | |
| | * | | | | | | Bump tor-units up the crate stack | Ian Jackson | 2024-10-02 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'misc' into 'main' | Ian Jackson | 2024-10-02 | 3 | -0/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | memquota: Note a TODO about PT channels | Ian Jackson | 2024-10-02 | 1 | -0/+1 | |
