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
...
|
*
|
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
*
|
netdoc::hsdesc: Excise reference to "password" authentication
Nick Mathewson
2023-02-08
2
-3
/
+1
*
|
hscrypto,netdoc: Add and use a type for KP_hss_desc_enc.
Nick Mathewson
2023-02-08
2
-5
/
+13
*
|
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
13
-92
/
+87
*
|
Rename DescriptorCookie to DescEncNonce
Nick Mathewson
2023-02-08
3
-16
/
+15
*
|
Renaming cleanup for and around now-renamed "KP_hs_desc_ephem".
Nick Mathewson
2023-02-08
1
-8
/
+5
*
|
Rename key identifiers that have changed in the spec
Nick Mathewson
2023-02-08
5
-15
/
+15
|
/
*
Fix typo
Dimitris Apostolou
2023-02-08
1
-1
/
+1
*
tor-cell: documentation cleanups related to restricted_msg
Nick Mathewson
2023-02-07
4
-6
/
+8
*
tor-cell: correct handling of optional msg types.
Nick Mathewson
2023-02-07
2
-12
/
+17
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
16
-164
/
+174
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
14
-165
/
+166
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
8
-19
/
+7
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
11
-37
/
+20
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
6
-112
/
+42
*
tor-cell: Use macro to define RelayMsg type too.
Nick Mathewson
2023-02-07
2
-185
/
+103
*
tor-cell: Macro to generate restricted RelayMsg and ChanMsg.
Nick Mathewson
2023-02-07
3
-0
/
+198
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
4
-19
/
+58
*
tor-cell: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
7
-85
/
+88
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
4
-33
/
+101
*
Update hsdesc parser code to new sectionrules::builder code.
Nick Mathewson
2023-02-07
3
-8
/
+8
[prev]
[next]