| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | 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 'upgrade-polyval' into 'main' | Nick Mathewson | 2026-03-05 | 2 | -3/+10 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | proto: Upgrade to latest polyval. | Nick Mathewson | 2026-03-04 | 2 | -3/+10 | |
| * | | | | 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 | |
| * | | | | | | | 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 | |
| |/ / / / / / | ||||||
| * | | / / / | arti-client: Remove "not as secure as C Tor" text in the README. | Nick Mathewson | 2026-03-04 | 1 | -4/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Bump strum to 0.28 | Gabriela Moldovan | 2026-03-04 | 14 | -14/+14 | |
| * | | | | | rtcompat: Bump async-native-tls to 0.6.0 | Gabriela Moldovan | 2026-03-04 | 1 | -1/+1 | |
| * | | | | | arti: Bump trycmd to 1.0.0 | Gabriela Moldovan | 2026-03-04 | 1 | -1/+1 | |
| * | | | | | arti-ureq: Bump ureq to ~3.2.0 | Gabriela Moldovan | 2026-03-04 | 1 | -1/+1 | |
| * | | | | | memquota: Bump sysinfo to 0.38.3 | Gabriela Moldovan | 2026-03-04 | 1 | -1/+1 | |
| * | | | | | hashx: Bump dynasmrt to 5.0.0 | Gabriela Moldovan | 2026-03-04 | 4 | -10/+10 | |
| * | | | | | Bump toml to 1.0.3 | Gabriela Moldovan | 2026-03-04 | 9 | -9/+9 | |
| * | | | | | Merge branch 'cargo-update' into 'main' | gabi-250 | 2026-03-04 | 2 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | rtmock, chanmgr: Allow use of deprecated try_next() in tests | Gabriela Moldovan | 2026-03-03 | 2 | -0/+4 | |
| | |/ / / | ||||||
| * | | | | tor-proto: during handshake ensure circ id is 0 | Steven Engler | 2026-03-03 | 2 | -4/+18 | |
| * | | | | tor-proto: require cells from initiator to be ordered | Steven Engler | 2026-03-03 | 1 | -61/+112 | |
| * | | | | tor-proto: require cells from responder to be ordered | Steven Engler | 2026-03-03 | 2 | -61/+97 | |
| * | | | | tor-proto: make receiving AUTH_CHALLENGE non-optional | Steven Engler | 2026-03-03 | 2 | -8/+3 | |
