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
...
|
*
|
|
|
|
Produce better error messages from bad field types
Ian Jackson
2025-09-02
2
-0
/
+25
|
*
|
|
|
|
tor-netdoc: parse2: Bind a `selector` local
Ian Jackson
2025-09-02
1
-1
/
+2
*
|
|
|
|
|
Merge branch 'maybenot-backend' into 'main'
Nick Mathewson
2025-09-02
6
-1
/
+1354
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
/
/
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
padding: document when we set next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-0
/
+3
|
*
|
|
|
padding: Call hops "target" rather than "final" for clarity
Nick Mathewson
2025-09-02
1
-4
/
+6
|
*
|
|
|
padding: s/can_bypass/is_bypassable/ for clarity.
Nick Mathewson
2025-09-02
2
-10
/
+11
|
*
|
|
|
padding: Clarify next_expiration vs next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-4
/
+9
|
*
|
|
|
padding: Several comment/style fixes from @gabi-250
Nick Mathewson
2025-09-02
4
-8
/
+11
|
*
|
|
|
Define and implement a backend padding API, based on maybenot.
Nick Mathewson
2025-09-02
6
-1
/
+1340
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'chan-handshake-refactor' into 'main'
David Goulet
2025-09-02
1
-121
/
+262
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
proto: Move is_authenticating() into the base initiator handshake trait
David Goulet
2025-09-02
1
-7
/
+10
|
*
|
|
proto: Various channel handshake fixes
David Goulet
2025-09-02
1
-21
/
+38
|
*
|
|
proto: Fix unit tests after changes
David Goulet
2025-09-02
1
-5
/
+5
|
*
|
|
proto: Add a helper to calculate the handshake clock skew
David Goulet
2025-09-02
1
-12
/
+33
|
*
|
|
proto: Add a channel initiator handshake base trait
David Goulet
2025-09-02
1
-76
/
+118
|
*
|
|
proto: Introduce a ChannelBaseHandshake trait
David Goulet
2025-09-02
1
-37
/
+96
|
*
|
|
proto: Put in a ChannelFrame<T> into the client handshake
David Goulet
2025-09-02
1
-10
/
+9
*
|
|
|
Merge branch 'rustsec-2025-0055' into 'main'
Nick Mathewson
2025-09-02
6
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Require tracing-subscriber 0.3.20
Nick Mathewson
2025-09-02
6
-6
/
+6
|
|
/
/
/
*
|
|
|
Merge branch 'const-assert-cleanly' into 'main'
Nick Mathewson
2025-09-02
5
-9
/
+4
|
\
\
\
\
|
*
|
|
|
tor-proto: Switched to "assert in const" pattern
hashcatHitman
2025-09-01
1
-2
/
+1
|
*
|
|
|
tor-netdir: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
2
-3
/
+1
|
*
|
|
|
tor-circmgr: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
2
-4
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch '2144-fix-keys-test' into 'main'
David Goulet
2025-09-02
2
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
arti: test: Fix `keys` integration test
hjrgrn
2025-08-28
2
-2
/
+2
*
|
|
|
Update to derive-deftly 1.3.0
Ian Jackson
2025-09-02
26
-27
/
+27
*
|
|
|
tor-netdoc: parse2: derive: Remove an unneeded nested ${concat }
Ian Jackson
2025-09-02
1
-1
/
+1
*
|
|
|
tor-netdoc: parse2: Speak of non-structural *items* rather than fields
Ian Jackson
2025-09-02
1
-1
/
+1
*
|
|
|
tor-netdoc: parse2: Explicitly define "structural item"
Ian Jackson
2025-09-02
1
-0
/
+7
*
|
|
|
tor-netdoc: parse2: Report unexpected subdoc multiplicity at the intro item
Ian Jackson
2025-09-02
2
-3
/
+5
*
|
|
|
tor-netdoc: multiplicity: Introduce can_accumulate
Ian Jackson
2025-09-02
1
-2
/
+20
*
|
|
|
tor-netdoc: parse2 tests: Add test case for flattening
Ian Jackson
2025-09-02
1
-2
/
+42
*
|
|
|
tor-netdoc: parse2 tests: Use sval in one place rather than open-coding
Ian Jackson
2025-09-02
1
-1
/
+1
*
|
|
|
tor-netdoc: parse2: Provide flattening and NetdocParseableFields
Ian Jackson
2025-09-02
4
-8
/
+155
*
|
|
|
tor-netdoc: parse2: Preparatory rework for flattening
Ian Jackson
2025-09-02
1
-8
/
+10
*
|
|
|
tor-netdoc: parse2: Specify `for struct` in one of the derives
Ian Jackson
2025-09-02
1
-1
/
+1
*
|
|
|
tor-netdoc: parse2: tests: Include the test doc in more error msgs
Ian Jackson
2025-09-02
1
-5
/
+6
|
|
/
/
|
/
|
|
*
|
|
proto: Use allow(unused) instead of expect(unused).
Gabriela Moldovan
2025-08-29
1
-1
/
+1
*
|
|
Merge branch 'ticket-2145' into 'main'
Nick Mathewson
2025-08-28
1
-8
/
+1
|
\
\
\
|
*
|
|
fix documentation for StreamPrefs::connect_to_onion_services to match changes...
Aiden McClelland
2025-08-28
1
-8
/
+1
*
|
|
|
Remove semver.md files
Nick Mathewson
2025-08-28
3
-10
/
+0
|
/
/
/
*
|
|
Merge branch 'bumps-for-1.5.0' into 'main'
Nick Mathewson
2025-08-28
61
-568
/
+562
|
\
\
\
|
*
|
|
Update lockfiles in equix, hashx.
Nick Mathewson
2025-08-28
2
-23
/
+17
|
*
|
|
Increment arti version to 1.5.0
Nick Mathewson
2025-08-28
3
-3
/
+3
|
*
|
|
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
59
-542
/
+542
|
|
/
/
*
/
/
Run "update-release-date"
Nick Mathewson
2025-08-28
1
-1
/
+1
|
/
/
*
|
Run "cargo update" in preparation for release.
Nick Mathewson
2025-08-28
2
-92
/
+92
*
|
Merge branch 'new-criterion' into 'main'
Alexander Hansen Færøy
2025-08-28
5
-56
/
+16
|
\
\
|
*
|
Upgrade to criterion 0.7
Nick Mathewson
2025-08-27
5
-56
/
+16
*
|
|
Merge branch 'fixup-features' into 'main'
Nick Mathewson
2025-08-28
2
-2
/
+3
|
\
\
\
[prev]
[next]