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-netdoc: Provide new batching_split_before
Ian Jackson
2023-02-10
3
-0
/
+402
|
*
tor-netdoc: Provide NetDocReader::into_iter
Ian Jackson
2023-02-10
1
-0
/
+7
|
*
tor-netdoc: util: use super::* in tests
Ian Jackson
2023-02-10
1
-2
/
+1
|
*
tor-netdoc: util: Add standard lint block to tests
Ian Jackson
2023-02-10
1
-0
/
+10
*
|
netdoc: give hsdesc test info in its original form.
Nick Mathewson
2023-02-13
1
-1
/
+5
*
|
netdoc: Add a test for HSDesc decryption.
Nick Mathewson
2023-02-10
1
-0
/
+63
*
|
Add another test hsdesc to parse.
Nick Mathewson
2023-02-10
1
-0
/
+223
*
|
hscrypto: Use minutes, not seconds, in blinding parameter.
Nick Mathewson
2023-02-10
1
-8
/
+4
|
/
*
Merge branch 'ticket_525_part2' into 'main'
Nick Mathewson
2023-02-09
29
-343
/
+375
|
\
|
*
Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2C
Nick Mathewson
2023-02-09
3
-31
/
+31
|
*
tor-proto: Do not parse forbidden commands on inbound cells.
Nick Mathewson
2023-02-09
3
-88
/
+63
|
*
tor-proto: only parse allowed ChanMsg types during handshake.
Nick Mathewson
2023-02-09
3
-29
/
+100
|
*
tor-cell: Return a useful error when restrist_msg rejects a command.
Nick Mathewson
2023-02-09
1
-2
/
+3
|
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
18
-52
/
+87
|
*
tor-cell: Re-export paste so restrict_msg can work outside the crate.
Nick Mathewson
2023-02-09
1
-3
/
+3
|
*
tor-cell: Remove chancell::msg::Body::into_message.
Nick Mathewson
2023-02-09
1
-52
/
+1
|
*
tor-cell: Make RelayEarly a separate type.
Nick Mathewson
2023-02-09
6
-12
/
+36
|
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
6
-104
/
+72
|
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
3
-12
/
+21
*
|
Merge branch 'hsdir' into 'main'
Ian Jackson
2023-02-09
13
-126
/
+373
|
\
\
|
*
|
Fix minimal-versions (.then_some is too new)
Ian Jackson
2023-02-09
1
-1
/
+1
|
*
|
tor-netdir: Make is_hsdir_for_ring crate-local
Ian Jackson
2023-02-09
1
-1
/
+2
|
*
|
tor-netdir: Document fill_from_previous_netdir semver
Ian Jackson
2023-02-09
1
-0
/
+1
|
*
|
Clarify which netdir index is meant
Nick Mathewson
2023-02-09
1
-1
/
+2
|
*
|
Fix typos
Nick Mathewson
2023-02-09
1
-2
/
+2
|
*
|
Fix compilation with various feature combinations
Ian Jackson
2023-02-09
2
-6
/
+26
|
*
|
hsdir: rustfmt
Ian Jackson
2023-02-09
2
-10
/
+6
|
*
|
hsdir: Actually compute the hash ring
Ian Jackson
2023-02-09
2
-8
/
+58
|
*
|
hsdir: Be able to enumerate the hidden service directories
Ian Jackson
2023-02-09
2
-0
/
+29
|
*
|
hsdir: Ring calculation plumbing
Ian Jackson
2023-02-09
2
-17
/
+32
|
*
|
hsdir representation: Introduce HsDirs generic type
Ian Jackson
2023-02-09
3
-38
/
+62
|
*
|
hsdir: Implement HS hash ring index calculations
Ian Jackson
2023-02-09
2
-7
/
+80
|
*
|
hsdir: Make HsDirIndex be AsRef<[u8; ]>
Ian Jackson
2023-02-09
1
-2
/
+4
|
*
|
hsdir: impl Eq for HsDirParams
Ian Jackson
2023-02-09
1
-1
/
+1
|
*
|
hsdir: Rename HsRingParams to HsDirParams
Ian Jackson
2023-02-09
3
-17
/
+21
|
*
|
hsdir_params: Rename some variables for consistency
Ian Jackson
2023-02-09
2
-11
/
+11
|
*
|
hsdir: Replace open-coded params fields and args with HsRingParams
Ian Jackson
2023-02-09
3
-16
/
+10
|
*
|
hsdir: Remove a done TODO - this *is* now a TiSlice
Ian Jackson
2023-02-09
1
-1
/
+0
|
*
|
tor-netdir: Provide Netdir::md_by_idx
Ian Jackson
2023-02-09
1
-0
/
+6
|
*
|
tor-netdir: Store previous netdir (if required by features)
Ian Jackson
2023-02-09
1
-1
/
+15
|
*
|
tor-netdoc: Change fill_from_previous_netdir
Ian Jackson
2023-02-09
2
-11
/
+8
|
*
|
tor-netdoc: Discuss that relays are ordered by rsa id in Consensus
Ian Jackson
2023-02-09
1
-0
/
+3
|
*
|
tor-netdir: Use typed-index-collections for router index (fix hsdir)
Ian Jackson
2023-02-09
1
-2
/
+3
|
*
|
hs time handling: Make TimePeriod contain length as IntegerMinutes
Ian Jackson
2023-02-09
4
-12
/
+27
|
*
|
tor-units: Fix IntegerMinutes accessor (omg)
Ian Jackson
2023-02-09
2
-1
/
+3
*
|
|
Rename DescEncNonce => HsDescEncNonce
Nick Mathewson
2023-02-09
2
-4
/
+4
|
/
/
*
|
hsdesc: Use an IntegerMinutes<u16> to hold lifetime.
Nick Mathewson
2023-02-08
3
-10
/
+20
*
|
netdoc: Fix most "TODO HS rename" comments
Nick Mathewson
2023-02-08
4
-16
/
+14
*
|
netdoc::hsdesc: Distinguish layer from document.
Nick Mathewson
2023-02-08
5
-68
/
+62
*
|
netdoc::hsdesc: Rename "layer" modules.
Nick Mathewson
2023-02-08
4
-15
/
+14
[prev]
[next]