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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Only send Content-Length when needed.
Nick Mathewson
2023-11-27
2
-19
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'checkeddir_list_and_remove' into 'main'
Nick Mathewson
2023-11-27
2
-0
/
+143
|
\
\
\
\
|
*
|
|
|
fs-mistrust: Add read_directory and remove_file to CheckedDir.
Nick Mathewson
2023-11-27
2
-0
/
+143
|
|
/
/
/
*
|
|
|
Merge branch 'enable-ntorv3-v2' into 'main'
Nick Mathewson
2023-11-27
7
-165
/
+509
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix 'target' in doc comment for create_firsthop_ntor
Jim Newsome
2023-11-27
1
-1
/
+1
|
*
|
|
Test extend_ntor_v3
Jim Newsome
2023-11-27
1
-10
/
+33
|
*
|
|
Parameterize circuit-extension test by handshake type
Jim Newsome
2023-11-27
1
-55
/
+68
|
*
|
|
Add `ClientCirc::extend_ntor_v3`
Jim Newsome
2023-11-27
3
-0
/
+79
|
*
|
|
tor-proto::circuit::reactor: handle server auxiliary handshake data
Jim Newsome
2023-11-27
1
-10
/
+81
|
*
|
|
Circuit reactor: test ntor-v3 "create"
Jim Newsome
2023-11-27
1
-43
/
+101
|
*
|
|
Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new
Jim Newsome
2023-11-27
1
-39
/
+36
|
*
|
|
Add PendingClientCirc::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
2
-0
/
+44
|
*
|
|
Add Reactor::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+50
|
*
|
|
NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey
Jim Newsome
2023-11-27
1
-2
/
+2
|
*
|
|
Use HandshakeType in Extend2 and CircuitExtender::begin
Jim Newsome
2023-11-27
4
-10
/
+19
|
/
/
/
*
|
|
Merge branch 'persist-prefix-keys' into 'main'
Nick Mathewson
2023-11-24
7
-20
/
+57
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-hscrypto: Add a TODO re re-implementation of x25519 keypair gen
Ian Jackson
2023-11-23
1
-0
/
+5
|
*
|
tor-hscrypto: Add a docs TODO re the define_pk_keypair macro
Ian Jackson
2023-11-23
1
-0
/
+3
|
*
|
tor-hscrypto: derive the impl of Debug for curve25519::StaticKeypair
Ian Jackson
2023-11-23
3
-10
/
+6
|
*
|
tor-keymgr: impl ToEncodableKey for IPT keys
Ian Jackson
2023-11-23
1
-1
/
+25
|
*
|
tor-hscrypto: Define Keypair conversions for all curve25519 newtypes
Ian Jackson
2023-11-23
3
-9
/
+18
*
|
|
Merge branch 'coverage-ipv6' into 'main'
gabi-250
2023-11-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use ipv6 runner instead of tpa for coverage
trinity-1686a
2023-11-22
1
-1
/
+1
|
/
/
*
|
Merge branch 'persist-lock' into 'main'
Alexander Færøy
2023-11-22
2
-0
/
+2
|
\
\
|
*
|
tor-persist: Make LockStatus #[must_use]
Ian Jackson
2023-11-22
2
-0
/
+2
*
|
|
Merge branch 'ratelim-dep' into 'main'
Nick Mathewson
2023-11-22
2
-59
/
+37
|
\
\
\
|
*
|
|
Deps and lockfile: Don't use tor-error and retry-error from crates.io
Ian Jackson
2023-11-21
2
-59
/
+37
|
|
/
/
*
|
|
Merge branch 'spawn-join' into 'main'
Ian Jackson
2023-11-21
3
-11
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-rtmock: get rid of unwrap()
Saksham Mittal
2023-11-21
1
-1
/
+1
|
*
|
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
|
*
|
tor-rtmock: handle Receiver result inside spawn_join()
Saksham Mittal
2023-11-21
2
-3
/
+3
|
*
|
tor-rtmock: use expect() instead
Saksham Mittal
2023-11-21
1
-1
/
+2
|
*
|
tor-rtmock: change return types to be less concrete
Saksham Mittal
2023-11-21
2
-2
/
+2
|
*
|
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
|
*
|
tor-rtmock: change return type of spawn_join()
Saksham Mittal
2023-11-21
2
-6
/
+6
|
*
|
tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor
Saksham Mittal
2023-11-21
2
-0
/
+30
|
/
/
*
|
Merge branch 'reactor-error-3-bis' into 'main'
gabi-250
2023-11-20
2
-2
/
+7
|
\
\
|
*
|
HSS publisher error: lack of netdir: clarify message
gabi-250
2023-11-20
1
-1
/
+1
|
*
|
tor-error: fmt_ending_ok: Permit messages ending in ascii ellipsis
Ian Jackson
2023-11-20
1
-0
/
+1
|
*
|
tor-error: fmt_ending_ok: Implement with a direct match
Ian Jackson
2023-11-20
1
-1
/
+5
|
/
/
*
|
Merge branch 'reactor-error-3' into 'main'
Ian Jackson
2023-11-20
5
-14
/
+58
|
\
\
|
|
/
|
/
|
|
*
HSS publisher: do not crash reactor if netdir unavailable
Ian Jackson
2023-11-20
1
-7
/
+19
|
*
HSS errors: expose and sort out NetdirProviderShutdown error type (fmt)
Ian Jackson
2023-11-20
1
-1
/
+1
|
*
HSS errors: expose and sort out NetdirProviderShutdown error type
Ian Jackson
2023-11-20
4
-3
/
+16
|
*
HSS publisher errors: Declare that we want to abolish ReactorError
Ian Jackson
2023-11-20
1
-2
/
+23
|
*
HSS publisher: Remove a redundant debug message
Ian Jackson
2023-11-20
1
-2
/
+0
*
|
Merge branch 'more-denotators' into 'main'
gabi-250
2023-11-20
1
-14
/
+83
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Update ArtiPath docs.
Gabriela Moldovan
2023-11-20
1
-5
/
+9
|
*
tor-keymgr: Remove now-outdated TODO HSSs.
Gabriela Moldovan
2023-11-20
1
-6
/
+0
|
*
tor-keymgr: Support encoding more than one denotator in an ArtiPath.
Gabriela Moldovan
2023-11-20
1
-3
/
+74
[prev]
[next]