| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | rpc: Propose to transpose a Result<Result<>> | Ian Jackson | 2026-03-05 | 1 | -0/+2 | |
| | * | | | | | rpc: Add a question in the form of a TODO | Ian Jackson | 2026-03-05 | 1 | -0/+2 | |
| | * | | | | | rpc: Fix many long lines in docs and comments | Ian Jackson | 2026-03-05 | 4 | -22/+44 | |
| | * | | | | | rpc: Fix two mis-formatted json! blocks | Ian Jackson | 2026-03-05 | 1 | -2/+13 | |
| | * | | | | | rpc: Remove WantIo and expose wants_to_write(). | Nick Mathewson | 2026-03-05 | 3 | -43/+21 | |
| | * | | | | | rpc: Change Waker implementation to EventLoop. | Nick Mathewson | 2026-03-05 | 7 | -112/+151 | |
| | * | | | | | rpc: API for event-driven IO. | Nick Mathewson | 2026-03-05 | 5 | -21/+245 | |
| | * | | | | | RPC: Explain why UserTag is a separate type. | Nick Mathewson | 2026-03-05 | 1 | -0/+8 | |
| | * | | | | | RPC: Raname Tag,RequestTag to UserTag. | Nick Mathewson | 2026-03-05 | 3 | -37/+33 | |
| | * | | | | | rpc: documentation fixes and clarifications | Nick Mathewson | 2026-02-26 | 1 | -3/+8 | |
| | * | | | | | rpc: Add a paragraph to the connimpl overview | Nick Mathewson | 2026-02-26 | 1 | -0/+3 | |
| | * | | | | | rpc: Add overview documentation to connimpl. | Nick Mathewson | 2026-02-26 | 1 | -0/+64 | |
| | * | | | | | rpc: Nonblocking request submit API (Rust only) | Nick Mathewson | 2026-02-26 | 2 | -5/+52 | |
| | * | | | | | rpc: Backend support for pollable requests. | Nick Mathewson | 2026-02-26 | 3 | -7/+92 | |
| | * | | | | | rpc: Add "Tag"s to response queues. | Nick Mathewson | 2026-02-26 | 1 | -25/+49 | |
| | * | | | | | rpc: Refactor connimpl in preparation for pollable requests. | Nick Mathewson | 2026-02-26 | 3 | -59/+189 | |
| * | | | | | | Merge branch 'oniux-0.9.0' into 'main' | Alexander Hansen Færøy | 2026-03-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | web: Update oniux to 0.9.0 | Clara Engler | 2026-03-05 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'upgrade-polyval' into 'main' | Nick Mathewson | 2026-03-05 | 3 | -26/+74 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | proto: Upgrade to latest polyval. | Nick Mathewson | 2026-03-04 | 3 | -26/+74 | |
| * | | | | | | Merge branch 'signature-rework-rename-signed' into 'main' | Clara Engler | 2026-03-05 | 14 | -156/+101 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | tor-netdoc: Fix typo in docs | Ian Jackson | 2026-03-04 | 1 | -1/+1 | |
| | * | | | | | tor-netdoc: Apply rustfmt churn | Ian Jackson | 2026-03-03 | 3 | -11/+5 | |
| | * | | | | | tor-netdoc: parse2: Lengthen a doc comment slightly | Ian Jackson | 2026-03-03 | 1 | -1/+1 | |
| | * | | | | | tor-netdoc: parse2: Use eprint for dtrace | Ian Jackson | 2026-03-03 | 2 | -5/+8 | |
| | * | | | | | tor-netdoc: Rename *Signed to *Unverified | Ian Jackson | 2026-03-03 | 13 | -60/+61 | |
| | * | | | | | tor-netdoc: Move NetdocSigned to signatures.rs | Ian Jackson | 2026-03-03 | 4 | -34/+36 | |
| | * | | | | | tor-netdoc: Drop dir_auth_key_cert_signatures test case | Ian Jackson | 2026-03-03 | 1 | -56/+1 | |
| * | | | | | | Merge branch 'cell-order' into 'main' | opara | 2026-03-04 | 7 | -80/+89 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()` | Steven Engler | 2026-03-04 | 3 | -4/+4 | |
| | * | | | | | tor-proto: small code cleanup | Steven Engler | 2026-03-03 | 2 | -18/+6 | |
| | * | | | | | tor-proto: improve error messages using `RestrictedMsg` | Steven Engler | 2026-03-03 | 2 | -35/+17 | |
| | * | | | | | tor-cell: add `RestrictedMsg` trait | Steven Engler | 2026-03-03 | 1 | -0/+35 | |
| | * | | | | | tor-proto: improve error messages during handshake | Steven Engler | 2026-03-03 | 2 | -5/+7 | |
| | * | | | | | tor-basic-utils: clean up `iter_join` | Steven Engler | 2026-03-03 | 1 | -8/+6 | |
| | * | | | | | tor-basic-utils: move `iter_join` from arti-relay | Steven Engler | 2026-03-03 | 4 | -33/+37 | |
| * | | | | | | Merge branch 'dirclient-empty-successful' into 'main' | Clara Engler | 2026-03-04 | 5 | -6/+39 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-dirclient: Add semver.md | Clara Engler | 2026-03-04 | 1 | -0/+1 | |
| | * | | | | | | Rename DirResponse::from_body to from_get_body | Clara Engler | 2026-03-04 | 2 | -2/+2 | |
| | * | | | | | | tor-dirclient: Only fail on empty GET responses | Clara Engler | 2026-03-04 | 3 | -12/+26 | |
| | * | | | | | | tor-dirclient: Disallow empty successful responses | Clara Engler | 2026-03-04 | 2 | -0/+18 | |
| * | | | | | | | Merge branch 'deps/relax-libsqlite3-sys' into 'main' | Ian Jackson | 2026-03-04 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | deps: use the same `rusqlite` version range for all crates | HydroxideUnlaced | 2026-03-04 | 1 | -1/+1 | |
| | * | | | | | | Apply 1 suggestion(s) to 1 file(s) | HydroxideUnlaced | 2026-03-04 | 1 | -0/+1 | |
| | * | | | | | | deps: relax `libsqlite3-sys` version requirement | HydroxideUnlaced | 2026-03-04 | 2 | -3/+8 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'readme-cleaning' into 'main' | gabi-250 | 2026-03-04 | 2 | -60/+1 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | README.md: Remove Roadmap section | Nick Mathewson | 2026-03-04 | 1 | -56/+0 | |
| | * | | | | | arti-client: Remove "not as secure as C Tor" text in the README. | Nick Mathewson | 2026-03-04 | 1 | -4/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'version-bumps' into 'main' | Alexander Hansen Færøy | 2026-03-04 | 28 | -206/+147 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Bump strum to 0.28 | Gabriela Moldovan | 2026-03-04 | 15 | -42/+63 | |
