index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
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
5
-2
/
+202
|
*
|
|
|
|
|
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
2
-1
/
+5
|
*
|
|
|
|
|
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
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
keymgr: Fix ephemeral keystore cert encoding bug (fmt)
Gabriela Moldovan
2026-04-08
1
-6
/
+3
*
|
|
|
|
|
|
keymgr: Fix ephemeral keystore cert encoding bug
Gabriela Moldovan
2026-04-08
4
-28
/
+28
*
|
|
|
|
|
|
arti-relay: Retrieve the signing key cert from the keystore
Gabriela Moldovan
2026-04-08
1
-8
/
+16
*
|
|
|
|
|
|
arti-relay: Reuse cert_expiry calculation
Gabriela Moldovan
2026-04-08
1
-2
/
+3
*
|
|
|
|
|
|
arti-relay: Move comment closer to the durations it refers to
Gabriela Moldovan
2026-04-08
1
-2
/
+2
*
|
|
|
|
|
|
arti-relay: Use more descriptive names for the key lifetimes
Gabriela Moldovan
2026-04-08
1
-20
/
+20
*
|
|
|
|
|
|
Merge branch 'memquota-add-parent' into 'main'
gabi-250
2026-04-08
4
-48
/
+165
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
memquota: Say what kind of errors add_parent() returns
Gabriela Moldovan
2026-04-07
1
-2
/
+2
|
*
|
|
|
|
|
memquota: Add dedicated variant for duplicate child error
Gabriela Moldovan
2026-04-07
3
-2
/
+12
|
*
|
|
|
|
|
memquota: Expand on the prepare_parent_aid() docs
Gabriela Moldovan
2026-04-07
1
-0
/
+4
|
*
|
|
|
|
|
memquota: Adjust Account::add_parent() docs
Gabriela Moldovan
2026-04-07
1
-3
/
+4
|
*
|
|
|
|
|
proto: Link the memquota circ acc with the outbound chan acc
Gabriela Moldovan
2026-03-30
1
-6
/
+4
|
*
|
|
|
|
|
memquota: Make prepare_parent_aid() error message more generic
Gabriela Moldovan
2026-03-30
1
-2
/
+1
|
*
|
|
|
|
|
memquota: Add new Account::add_parent() API
Gabriela Moldovan
2026-03-30
2
-0
/
+100
|
*
|
|
|
|
|
memquota: Move parent AId checks to separate function (fmt)
Gabriela Moldovan
2026-03-30
1
-8
/
+3
|
*
|
|
|
|
|
memquota: Move parent AId checks to separate function
Gabriela Moldovan
2026-03-30
1
-40
/
+50
*
|
|
|
|
|
|
Merge branch 'closed-stream-err' into 'main'
opara
2026-04-07
2
-9
/
+17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
arti: fix clippy warnings in `report_proxy_error()`
Steven Engler
2026-03-30
1
-3
/
+5
|
*
|
|
|
|
|
|
arti: use report macros in `report_proxy_error()`
Steven Engler
2026-03-30
1
-5
/
+6
|
*
|
|
|
|
|
|
arti: don't warn for `NotConnected` errors
Steven Engler
2026-03-30
1
-0
/
+1
|
*
|
|
|
|
|
|
tor-proto: change an error to `NotConnected`
Steven Engler
2026-03-29
1
-3
/
+7
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
tor-netdoc: parse2/encode derive: Use unquoted attributes at call sites
Ian Jackson
2026-04-07
6
-18
/
+18
*
|
|
|
|
|
|
tor-netdoc: parse2/encode derive: Show unquoted attributes in the docs
Ian Jackson
2026-04-07
3
-11
/
+11
*
|
|
|
|
|
|
tor-netdoc: parse2/encode derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
3
-11
/
+11
*
|
|
|
|
|
|
tor-netdoc: Constructor derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
2
-4
/
+4
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'chutney-enable-hs' into 'main'
David Goulet
2026-04-07
3
-5
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
NetDir::pick_relay: add a little more info to error reports
Jim Newsome
2026-04-02
1
-1
/
+6
|
*
|
|
|
|
|
NetDir::pick_relay: add some trace logging
Jim Newsome
2026-04-02
1
-1
/
+6
|
*
|
|
|
|
|
hsdir_params: add debug log when we fall back to disaster params
Jim Newsome
2026-04-02
1
-2
/
+4
[prev]
[next]