| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| * | | | | tor-proto: remove `is_expecting_auth_challenge()` | Steven Engler | 2026-03-03 | 3 | -14/+1 | |
| * | | | | tor-proto: send an AUTH_CHALLENGE during tests | Steven Engler | 2026-03-03 | 2 | -0/+7 | |
| |/ / / | ||||||
| * | | | safelog: Rename MaybeSensitive::hidden/visible() | David Goulet | 2026-03-03 | 8 | -17/+22 | |
| * | | | linkspec: Implement a RelayIdsBuilder::from_relay_ids() | David Goulet | 2026-03-03 | 2 | -6/+20 | |
| * | | | chanmgr: Safely log the peer in the channel builder | David Goulet | 2026-03-03 | 2 | -18/+24 | |
| * | | | proto: Channel handshake minor cleanup | David Goulet | 2026-03-03 | 3 | -11/+12 | |
| * | | | proto: Setup the channel PeerInfo in the specialized finish() | David Goulet | 2026-03-03 | 6 | -67/+73 | |
| * | | | proto: Make PeerInfo accessors pub(crate) | David Goulet | 2026-03-03 | 1 | -2/+8 | |
| * | | | safelog: Add MaybeSensitive struct | David Goulet | 2026-03-03 | 1 | -0/+47 | |
| * | | | proto: Implement Display for PeerAddr | David Goulet | 2026-03-03 | 2 | -1/+11 | |
| * | | | proto: Make channel PeerAddr sensitive | David Goulet | 2026-03-03 | 6 | -26/+39 | |
| * | | | Merge branch 'slog-clog' into 'main' | opara | 2026-03-03 | 2 | -54/+84 | |
| |\ \ \ | ||||||
| | * | | | tor-proto: rename 'SLOG'/'CLOG' and related code | Steven Engler | 2026-03-02 | 2 | -54/+84 | |
| * | | | | Remove semver.md files post-release | Gabriela Moldovan | 2026-03-03 | 6 | -8/+0 | |
| * | | | | Update the release date for today's release | Gabriela Moldovan | 2026-03-03 | 1 | -1/+1 | |
| * | | | | Merge branch '2.1.0-bumps' into 'main' | gabi-250 | 2026-03-02 | 67 | -700/+704 | |
| |\ \ \ \ | ||||||
| | * | | | | arti: Add placeholder derive-deftly feature | Gabriela Moldovan | 2026-03-02 | 2 | -1/+5 | |
| | * | | | | Bump arti crate to 2.1.0 | Gabriela Moldovan | 2026-03-02 | 3 | -3/+3 | |
| | * | | | | Bump all the unstable tor- and arti- crates to 0.40.0. | Gabriela Moldovan | 2026-03-02 | 54 | -510/+510 | |
| | * | | | | Run cargo update for {hashx,equix}/bench | Gabriela Moldovan | 2026-03-02 | 2 | -97/+97 | |
| | * | | | | Bump the versions of the non-{arti-,tor-} crates | Gabriela Moldovan | 2026-03-02 | 45 | -89/+89 | |
| * | | | | | Merge branch 'release-date' into 'main' | gabi-250 | 2026-03-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update release date in preparation for today's release | Gabriela Moldovan | 2026-03-02 | 1 | -1/+1 | |
| | |/ / / / | ||||||
