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 multi-path check from allow_stream_requests() (fmt).
Gabriela Moldovan
2025-05-20
1
-1
/
+8
*
|
tor-proto: Remove multi-path check from allow_stream_requests().
Gabriela Moldovan
2025-05-20
3
-23
/
+35
|
/
*
Merge branch 'todo1' into 'main'
Ian Jackson
2025-05-20
1
-78
/
+57
|
\
|
*
arti: cfg::test Rework refactor
playbahn
2025-05-19
1
-9
/
+8
|
*
arti: cfg::test: Fix TODO + Minor refactor
playbahn
2025-04-26
1
-76
/
+56
*
|
Merge branch 'arti-ureq-remove-early-return' into 'main'
Ian Jackson
2025-05-19
2
-5
/
+1
|
\
\
|
*
|
arti-ureq: Remove obsolete early return in await_input
Niel Duysters
2025-05-19
2
-5
/
+1
*
|
|
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
12
-39
/
+19
*
|
|
arti: resolve a variant-size-difference warning.
Nick Mathewson
2025-05-15
2
-2
/
+2
*
|
|
rtmock: use Option::replace instead of mem::replace
Nick Mathewson
2025-05-15
1
-8
/
+6
*
|
|
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
2
-2
/
+3
*
|
|
netdir: fix warning about an opportunity to use saturating_sub
Nick Mathewson
2025-05-15
1
-5
/
+1
*
|
|
guardmgr: Fix clippy warning about needlessly owned cow.
Nick Mathewson
2025-05-15
1
-1
/
+1
*
|
|
tor-proto: Future-proof some comments about path_ref() errors.
Gabriela Moldovan
2025-05-15
1
-2
/
+2
*
|
|
tor-proto: Return Error::Protocol if ClientCirc accessors return an error.
Gabriela Moldovan
2025-05-15
1
-32
/
+40
*
|
|
tor-proto: Make TunnelMutableState docs link to MutableState.
Gabriela Moldovan
2025-05-15
1
-11
/
+3
*
|
|
tor-proto: Add note about raciness of last_hop_num.
Gabriela Moldovan
2025-05-15
1
-0
/
+15
*
|
|
tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.
Gabriela Moldovan
2025-05-15
1
-0
/
+3
*
|
|
tor-proto: Remove the CircuitSharedState type alias.
Gabriela Moldovan
2025-05-15
1
-6
/
+2
*
|
|
tor-proto: Clarify the MutableState::path() docs.
Gabriela Moldovan
2025-05-15
1
-1
/
+1
*
|
|
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
10
-38
/
+88
*
|
|
tor-proto: Rework MutableState to work with multi-path circuits.
Gabriela Moldovan
2025-05-15
4
-31
/
+176
*
|
|
tor-proto: Add From<LegIdKey> impl for LegId.
Gabriela Moldovan
2025-05-15
1
-0
/
+6
*
|
|
tor-proto: Encapsulate MutableState operations inside impl.
Gabriela Moldovan
2025-05-15
3
-42
/
+66
*
|
|
tor-proto: Rename MutableState to CircuitState.
Gabriela Moldovan
2025-05-15
3
-9
/
+9
*
|
|
tor-proto: Make the MutableState internals private.
Gabriela Moldovan
2025-05-15
2
-5
/
+18
*
|
|
Merge branch 'remove-deprecated' into 'main'
gabi-250
2025-05-15
2
-48
/
+13
|
\
\
\
|
*
|
|
tor-proto: Remove deprecated ClientCirc functions.
Gabriela Moldovan
2025-05-15
2
-48
/
+13
*
|
|
|
tor-basic-utils: reword `semver.md` entry
Steven Engler
2025-05-15
1
-1
/
+4
*
|
|
|
tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method
Steven Engler
2025-05-14
4
-23
/
+3
|
/
/
/
*
|
|
Merge branch 'proto-change-bench-neasurement' into 'main'
Nick Mathewson
2025-05-14
13
-199
/
+102
|
\
\
\
|
*
|
|
proto: use consts for bench throuputs
Lionel Goffaux
2025-05-14
10
-16
/
+25
|
*
|
|
proto: fix doc mismatch in benchmarks
Lionel Goffaux
2025-05-14
2
-2
/
+2
|
*
|
|
proto: fix doc typos
Lionel Goffaux
2025-05-14
9
-11
/
+11
|
*
|
|
proto: change bench measurement
Lionel Goffaux
2025-05-13
10
-190
/
+84
|
|
/
/
*
|
|
Merge branch 'msrv-1.83' into 'main'
gabi-250
2025-05-14
67
-75
/
+69
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
7
-15
/
+9
|
*
|
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
60
-60
/
+60
*
|
|
arti: test: Refactor arti integration test
hjrgrn
2025-05-12
5
-2
/
+157
|
/
/
*
|
proto: use of Aes{128,256}{Dec,Enc} in the benchmarks
Lionel Goffaux
2025-05-08
6
-24
/
+24
*
|
proto: fix name mismatch in the bench utils doc
Lionel Goffaux
2025-05-08
3
-10
/
+10
*
|
proto: fix typo s(t)ate
Lionel Goffaux
2025-05-08
6
-15
/
+15
*
|
proto: extend benchmarks
Lionel Goffaux
2025-05-08
16
-338
/
+994
*
|
Use simpler way to refer to last byte of tag.
Nick Mathewson
2025-05-07
1
-1
/
+1
*
|
proto: Update CGO test vectors
Nick Mathewson
2025-05-07
4
-149
/
+146
*
|
proto: Clear low 6 bits of counter in CGO PRF.
Nick Mathewson
2025-05-07
1
-3
/
+4
*
|
cell: Teach extlist definition macro to make conditional extensions
Nick Mathewson
2025-05-07
2
-1
/
+7
*
|
cell: Implement SubprotocolRequest extension from prop346.
Nick Mathewson
2025-05-07
2
-1
/
+139
*
|
protover: New `NumberedSubver` to represent a subprotocol cap
Nick Mathewson
2025-05-07
2
-2
/
+84
*
|
protover: Change ProtoKind to be a u8
Nick Mathewson
2025-05-07
2
-2
/
+4
[prev]
[next]