| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | tor-netdoc: Replace a File::open with include_str | Clara Engler | 2026-04-08 | 1 | -7/+2 | |
| | * | | | | | | | | tor-netdoc: Constify the raw authcert test vector | Clara Engler | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | | | | | tor-netdoc: Constify the authcert test vectors | Clara Engler | 2026-04-08 | 1 | -0/+41 | |
| | * | | | | | | | | tor-netdoc: Add to_rsa_id() helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | | tor-netdoc: Add pem_to_rsa_pk helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | | tor-netdoc: Add to_system_time helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | | tor-netdoc: Fix broken poc tests | Clara Engler | 2026-04-08 | 1 | -2/+2 | |
| | * | | | | | | | | testdata2: Update with job 1468137 | Clara Engler | 2026-04-07 | 45 | -2468/+2610 | |
| | * | | | | | | | | testdata2: Patch lines starting with "@" | Clara Engler | 2026-04-07 | 1 | -0/+13 | |
| | * | | | | | | | | testdata: Embed testdata2/README update into script | Clara Engler | 2026-04-07 | 1 | -0/+5 | |
| | * | | | | | | | | testdata2: Fix directory structure in zip archive | Clara Engler | 2026-04-07 | 1 | -1/+2 | |
| | * | | | | | | | | testdata2: Use absolute paths using git | Clara Engler | 2026-04-07 | 1 | -6/+12 | |
| | * | | | | | | | | git: Ignore /tmp | Clara Engler | 2026-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | Merge branch 'normal-item-arg-ip-addr' into 'main' | Ian Jackson | 2026-04-08 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tor-netdoc: impl NormalItemArgument for IpAddr | Ian Jackson | 2026-04-08 | 1 | -0/+2 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'fix-help-msg' into 'main' | Nick Mathewson | 2026-04-08 | 6 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | arti: tests: Add regression test for `arti -h` | hjrgrn | 2026-04-08 | 5 | -0/+13 | |
| | * | | | | | | | | | arti: Fix help message display order | hjrgrn | 2026-04-08 | 1 | -4/+6 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'bump-chutney-2026-04-08' into 'main' | gabi-250 | 2026-04-08 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | CI: bump chutney version | Jim Newsome | 2026-04-08 | 1 | -2/+2 | |
| * | | | | | | | | | Merge branch 'create-fast' into 'main' | opara | 2026-04-08 | 25 | -106/+1124 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-proto: replace use of `ChannelDirection` with `CircIdRange` | Steven Engler | 2026-04-08 | 4 | -25/+16 | |
| | * | | | | | | | | Revert "tor-proto: change `CreateResponse` to `restricted_msg!`" | Steven Engler | 2026-04-08 | 2 | -29/+20 | |
| | * | | | | | | | | tor-proto: add a `From<$ttype>` impl for `RestrictedChanMsgSet` | Steven Engler | 2026-04-08 | 1 | -0/+8 | |
| | * | | | | | | | | tor-{proto,chanmgr}: change how channels accept a CREATE* handler | Steven Engler | 2026-04-08 | 9 | -103/+158 | |
| | * | | | | | | | | tor-proto: simplify error handling in `CreateRequestHandler::handle_create()` | Steven Engler | 2026-04-08 | 1 | -71/+85 | |
| | * | | | | | | | | tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()` | Steven Engler | 2026-04-08 | 1 | -2/+2 | |
| | * | | | | | | | | tor-proto: remove TODO about `UniqId` overflow | Steven Engler | 2026-04-08 | 1 | -2/+2 | |
| | * | | | | | | | | tor-proto: handle incoming RELAY_EARLY messages | Steven Engler | 2026-04-08 | 1 | -2/+10 | |
| | * | | | | | | | | arti-relay: add support for a `CreateRequestHandler` | Steven Engler | 2026-04-08 | 6 | -2/+203 | |
| | * | | | | | | | | tor-chanmgr: add support for a `CreateRequestHandler` | Steven Engler | 2026-04-08 | 4 | -4/+93 | |
| | * | | | | | | | | tor-proto: add `Channel::set_create_request_handler()` | Steven Engler | 2026-04-08 | 2 | -2/+62 | |
| | * | | | | | | | | tor-proto: add `CreateRequestHandler` | Steven Engler | 2026-04-08 | 4 | -0/+442 | |
| | * | | | | | | | | tor-proto: extend `RelayHandshakeError` | Steven Engler | 2026-04-08 | 1 | -1/+27 | |
| | * | | | | | | | | tor-proto: add a `CreateRequest` restricted msg set | Steven Engler | 2026-04-08 | 1 | -1/+11 | |
| | * | | | | | | | | tor-proto: change `CreateResponse` to `restricted_msg!` | Steven Engler | 2026-04-08 | 2 | -19/+29 | |
| | * | | | | | | | | tor-proto: derive `strum::EnumDiscriminants` for `Algorithm` | Steven Engler | 2026-04-08 | 3 | -1/+6 | |
| | * | | | | | | | | tor-proto: small cleanup of legacy code | Steven Engler | 2026-04-08 | 1 | -6/+1 | |
| | * | | | | | | | | arti-relay: use 'tor-proto/flowctl-cc' feature | Steven Engler | 2026-04-08 | 1 | -1/+1 | |
| | * | | | | | | | | tor-proto: change channel to use `Runtime` | Steven Engler | 2026-04-08 | 6 | -26/+44 | |
| | * | | | | | | | | tor-proto: support relay circs in channel's `CircMap` | Steven Engler | 2026-04-08 | 2 | -11/+87 | |
| | * | | | | | | | | tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin` | Steven Engler | 2026-04-08 | 2 | -18/+20 | |
| | * | | | | | | | | tor-proto: add `CircIdRange::is_allowed_by_peer()` | Steven Engler | 2026-03-31 | 1 | -0/+8 | |
| | * | | | | | | | | tor-proto: add `CircIdRange::integer_range()` | Steven Engler | 2026-03-31 | 1 | -6/+15 | |
| * | | | | | | | | | Merge branch 'netdoc-fixes' into 'main' | Clara Engler | 2026-04-08 | 3 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tor-netdoc: Constructor: Produce better error when field isn't Default | Ian Jackson | 2026-04-07 | 1 | -1/+1 | |
| | * | | | | | | | | | tor-netdoc: encoding: Fix a Result to be $P::Result | Ian Jackson | 2026-04-07 | 1 | -1/+1 | |
| | * | | | | | | | | | tor-netdoc: Fix handling of netdoc(skip) in NetdocParseableFields | Ian Jackson | 2026-04-07 | 1 | -1/+6 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'cert-retrieval' into 'main' | David Goulet | 2026-04-08 | 5 | -57/+63 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | keymgr: Fix ephemeral keystore cert encoding bug (fmt) | Gabriela Moldovan | 2026-04-08 | 1 | -6/+3 | |
