index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Move reload_configuration method.
Nick Mathewson
13 days
1
-40
/
+37
|
*
|
|
|
reload_cfg: Refactor to use a CfgMgr object.
Nick Mathewson
13 days
2
-87
/
+134
|
*
|
|
|
tor-config: Make FileWatcher must_use.
Nick Mathewson
13 days
1
-0
/
+1
*
|
|
|
|
proto: Remove redundant heading
Gabriela Moldovan
9 days
1
-2
/
+0
*
|
|
|
|
proto: Update table to mention all the other commands we handle
Gabriela Moldovan
9 days
1
-2
/
+8
*
|
|
|
|
proto: Be more specific about where the meta messages are handled
Gabriela Moldovan
9 days
1
-14
/
+15
*
|
|
|
|
proto: Say how forward DESTROY are handled
Gabriela Moldovan
9 days
1
-1
/
+2
*
|
|
|
|
proto: Clarify that "it" refers to the forward reactor
Gabriela Moldovan
9 days
1
-1
/
+2
*
|
|
|
|
proto: Update docs to clarify they apply to RELAY_EARLY too
Gabriela Moldovan
9 days
1
-3
/
+2
*
|
|
|
|
proto: Update docs to say EXTEND2 is supported
Gabriela Moldovan
9 days
1
-5
/
+2
*
|
|
|
|
proto: Update reactor docs to say TRUNCATE is unsupported
Gabriela Moldovan
9 days
1
-2
/
+3
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'take_until_with_limit' into 'main'
Nick Mathewson
13 days
2
-10
/
+90
|
\
\
\
\
|
*
|
|
|
Add take_until_with_limit methods for better developer experience,
pryty26
2026-07-02
2
-10
/
+90
*
|
|
|
|
Merge branch 'refactor-use-task-handler' into 'main'
Nick Mathewson
13 days
2
-20
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
refactor: use TaskHandle for expiring circuit
iqdecay
13 days
2
-20
/
+13
*
|
|
|
|
|
Merge branch 'unk-circid' into 'main'
gabi-250
13 days
2
-40
/
+49
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
proto: Explicitly drop the cells with unrecognized CircIds
Gabriela Moldovan
2026-08-12
1
-0
/
+20
|
*
|
|
|
|
proto: Update tests now that unrecognized CREATED are dropped
Gabriela Moldovan
2026-08-11
1
-2
/
+2
|
*
|
|
|
|
proto: Update tests now that we tolerate unrecognized CircIds
Gabriela Moldovan
2026-08-11
1
-24
/
+8
|
*
|
|
|
|
proto: s/channel/circuit in test comment
Gabriela Moldovan
2026-08-11
1
-1
/
+1
|
*
|
|
|
|
proto: Ignore CREATED* with unrecognized CircIds
Gabriela Moldovan
2026-08-11
2
-9
/
+14
|
*
|
|
|
|
proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)
Gabriela Moldovan
2026-08-11
1
-5
/
+3
|
*
|
|
|
|
proto: Silently drop DESTROY/RELAY cells on unknown circuits
Gabriela Moldovan
2026-08-11
1
-4
/
+6
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'clippy-fixes' into 'main'
gabi-250
13 days
4
-5
/
+8
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
tor-proto: 'expect' -> 'allow' in `CircReactorHandle`
Steven Engler
2026-08-11
1
-2
/
+2
|
*
|
|
|
tor-proto: fix a `clippy::unnecessary_filter_map`
Steven Engler
2026-08-11
1
-0
/
+2
|
*
|
|
|
tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`
Steven Engler
2026-08-11
2
-2
/
+3
|
*
|
|
|
tor-proto: fix a 'clippy::useless_conversion'
Steven Engler
2026-08-11
1
-1
/
+1
*
|
|
|
|
Merge branch 'backend-dirserver' into 'main'
Clara Engler
13 days
4
-4
/
+139
|
\
\
\
\
\
|
*
|
|
|
|
tor-dirserver: Disallow non GET methods
Clara Engler
2026-08-12
1
-0
/
+5
|
*
|
|
|
|
tor-dirserver: Improve empty body check
Clara Engler
2026-08-12
1
-1
/
+10
|
*
|
|
|
|
tor-dirserver: Support DirBackendPlugin kludge
Clara Engler
2026-08-12
3
-2
/
+124
|
*
|
|
|
|
tor-dircommon: Sync + Send + 'static for DirBackendPlugin
Clara Engler
2026-08-12
1
-1
/
+1
|
*
|
|
|
|
tor-dirserver: Remove unused_async lint
Clara Engler
2026-08-12
1
-1
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'dns_qdcount_must_be_one' into 'main'
Nick Mathewson
2026-08-12
1
-68
/
+71
|
\
\
\
\
\
|
*
|
|
|
|
fix: the number of dns queries should be 1
steven
2026-08-04
1
-68
/
+71
*
|
|
|
|
|
Merge branch 'ntor-v3' into 'main'
opara
2026-08-12
8
-58
/
+336
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tor-proto: make `CreateRequestHandler` methods async
Steven Engler
2026-08-12
2
-28
/
+39
|
*
|
|
|
|
|
tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliases
Steven Engler
2026-08-12
1
-8
/
+7
|
*
|
|
|
|
|
tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const...
Steven Engler
2026-08-12
2
-13
/
+16
|
*
|
|
|
|
|
tor-proto: check the handshake type in the ntor test
Steven Engler
2026-08-12
1
-8
/
+12
|
*
|
|
|
|
|
tor-proto: implement the ntor-v3 handshake
Steven Engler
2026-08-12
1
-9
/
+199
|
*
|
|
|
|
|
tor-proto: add `TryFrom<SubprotocolRequest> for HandshakeSubprotocols`
Steven Engler
2026-08-12
1
-1
/
+74
|
*
|
|
|
|
|
tor-cell: derive `Default` for `SubprotocolRequest`
Steven Engler
2026-08-12
1
-1
/
+1
|
*
|
|
|
|
|
tor-protover: fix doc comment for `ProtoKind`
Steven Engler
2026-08-12
1
-1
/
+1
|
*
|
|
|
|
|
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
3
-9
/
+7
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
tor-netdoc: Fix outdated rustdoc for misc.rs
Clara Engler
2026-08-12
1
-2
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'dir-cache-kludge' into 'main'
Nick Mathewson
2026-08-11
6
-14
/
+359
|
\
\
\
\
\
|
*
|
|
|
|
dirmgr: use FixedB64 to parse MD digests in as_plugin.
Nick Mathewson
2026-08-11
1
-8
/
+10
|
*
|
|
|
|
dirmgr: Provide a DirPlugin to temporarily pose as a directory cache
Nick Mathewson
2026-08-11
3
-1
/
+296
[prev]
[next]