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
...
*
|
|
Merge branch 'fix-nightly-ci' into 'main'
Nick Mathewson
2022-08-09
1
-1
/
+1
|
\
\
\
|
*
|
|
fix nighly ci
trinity-1686a
2022-08-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'fix-android-runtime' into 'main'
eta
2022-08-09
3
-12
/
+45
|
\
\
\
|
*
|
|
fix fs-misstrust on android
trinity-1686a
2022-08-08
3
-12
/
+45
|
|
/
/
*
|
|
Merge branch 'shellexpand' into 'main'
eta
2022-08-09
2
-27
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update shellexpand, and switch to non-fork
Ian Jackson
2022-08-05
2
-27
/
+6
|
/
/
*
|
Merge branch 'establish-rendezvous' into 'main'
Ian Jackson
2022-08-05
3
-1
/
+80
|
\
\
|
*
|
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
3
-1
/
+80
|
/
/
*
|
Merge branch 'zeroize' into 'main'
Nick Mathewson
2022-08-04
18
-84
/
+306
|
\
\
|
*
|
ZeroizeStrategy.md: Clarify which list we're referring to.
Nick Mathewson
2022-08-04
1
-4
/
+4
|
*
|
tor-proto: Use correct SecretBuf in handshakes.
Nick Mathewson
2022-08-01
4
-17
/
+27
|
*
|
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
8
-63
/
+65
|
*
|
New SecretBuf type in tor-bytes
Nick Mathewson
2022-08-01
5
-0
/
+129
|
*
|
Add TODO comments about unwanted copies.
Nick Mathewson
2022-08-01
1
-0
/
+2
|
*
|
tor-llcrypto: make AES key objects ZeroizeOnDrop when using openssl
Nick Mathewson
2022-08-01
1
-0
/
+3
|
*
|
Stop deriving Zeroize for RsaIdentity.
Nick Mathewson
2022-08-01
1
-2
/
+1
|
*
|
Use the `zeroize` feature in several crates
Nick Mathewson
2022-08-01
3
-4
/
+5
|
*
|
Initial document describing our plans for zeroize
Nick Mathewson
2022-08-01
1
-0
/
+76
*
|
|
Merge branch 'delete-unused-import' into 'main'
Nick Mathewson
2022-08-04
1
-2
/
+1
|
\
\
\
|
*
|
|
Delete unused Enum and fileinput in maint file
FAMASoon
2022-08-04
1
-2
/
+1
*
|
|
|
Merge branch 'provide_params_too' into 'main'
Nick Mathewson
2022-08-04
5
-0
/
+61
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Finish implementation of params() for DirMgr.
Nick Mathewson
2022-08-02
3
-0
/
+59
|
*
|
|
Add params() method to NetDirProvider, and partial implementation
Nick Mathewson
2022-08-02
2
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'inc-rename' into 'main'
Ian Jackson
2022-08-02
4
-2
/
+2
|
\
\
\
|
*
|
|
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
4
-2
/
+2
*
|
|
|
Merge branch 's-micros-millis' into 'main'
Ian Jackson
2022-08-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
tor-rtcompat: s/micros/millis inside a flaky test
eta
2022-07-26
1
-1
/
+1
|
|
/
/
/
|
|
|
*
tor-proto: Unify the check_match code in channel and handshake
Nick Mathewson
2022-08-10
4
-46
/
+49
|
|
|
*
tor-netdir: Add a static assertion about RelayIdType::COUNT
Nick Mathewson
2022-08-10
4
-3
/
+23
|
|
|
*
Implement `Into<RelayIdRef>` for `&RelayId`.
Nick Mathewson
2022-08-10
1
-0
/
+6
|
|
|
*
Make sure all HasRelayIds constaints allow ?Sized.
Nick Mathewson
2022-08-10
2
-16
/
+25
|
|
|
*
netdir: remove long-unused missing_descriptor_for code
Nick Mathewson
2022-08-10
2
-23
/
+2
|
|
|
*
tor-netdir: Remove or hide some no-longer-used accessors.
Nick Mathewson
2022-08-10
1
-29
/
+13
|
|
|
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
5
-58
/
+71
|
|
|
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
22
-223
/
+335
|
|
|
*
linkspec: Add more accessors (some internal) for ids.
Nick Mathewson
2022-08-10
1
-0
/
+68
|
|
|
*
Remove get_ed_identity_key as unused.
Nick Mathewson
2022-08-10
1
-23
/
+0
|
|
|
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
7
-20
/
+167
|
|
|
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
5
-16
/
+60
|
|
|
*
Parsing, encoding, and serde for RelayId.
Nick Mathewson
2022-08-10
4
-5
/
+198
|
|
|
*
Use accessors in two places where tests look at specific keys.
Nick Mathewson
2022-08-10
2
-10
/
+21
|
|
|
*
Add a set of Identity-related types and accessors.
Nick Mathewson
2022-08-10
6
-2
/
+168
|
|
|
*
Define a constant for ED25519 identity length.
Nick Mathewson
2022-08-10
2
-3
/
+8
|
|
|
*
guardmgr: Avoid a case of using HasRelayIds key methods.
Nick Mathewson
2022-08-02
1
-1
/
+1
|
|
|
*
netdir: Add and use a new ids_listed() function.
Nick Mathewson
2022-08-02
2
-1
/
+10
|
|
|
*
Avoid a simple usage of ed_identity() in circmgr tests
Nick Mathewson
2022-08-02
1
-2
/
+1
|
|
|
*
Introduce HasRelayIds::same_relay_ids.
Nick Mathewson
2022-08-02
6
-23
/
+33
|
|
|
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
3
-24
/
+19
|
|
|
*
guardmgr: Replace IdPair with RelayIds
Nick Mathewson
2022-08-02
4
-30
/
+31
|
|
|
*
Implement serde traits on RelayIds.
Nick Mathewson
2022-08-02
3
-2
/
+7
[prev]
[next]