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
/
tor-netdoc
/
src
/
doc
/
netstatus.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
netdir: Move voting_period() to netdoc::Lifetime
Nick Mathewson
2023-06-29
1
-0
/
+12
*
SharedRandVal: Note that it doesn't have to be Ct.
Nick Mathewson
2023-06-16
1
-2
/
+1
*
netdoc: Remove a TODO that we already solved.
Nick Mathewson
2023-06-16
1
-1
/
+0
*
netdir, netdoc: Add accessors for protocol version status.
Nick Mathewson
2023-06-06
1
-0
/
+32
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
netdoc: Document that particular bit values for flags are not part of our API.
Nick Mathewson
2023-04-17
1
-1
/
+3
*
netstatus: re-number routerstatus flags to go in order.
Nick Mathewson
2023-04-17
1
-7
/
+7
*
netdir: more documentation on MIDDLE_ONLY flag.
Nick Mathewson
2023-04-17
1
-0
/
+4
*
netdoc: Add MiddleOnly flag to RelayFlags
juga
2023-04-17
1
-0
/
+4
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-0
/
+1
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
1
-6
/
+6
*
tor-netdoc: Discuss that relays are ordered by rsa id in Consensus
Ian Jackson
2023-02-09
1
-0
/
+3
*
netdoc: Switch SectionRules building to use a Buidler pattern.
Nick Mathewson
2023-02-03
1
-12
/
+12
*
Use derive_more on SharedRandVal
Nick Mathewson
2023-01-28
1
-13
/
+4
*
Several suggestions on gitlab.
Ian Jackson
2023-01-28
1
-3
/
+3
*
netdoc: Add Eq and a note to SharedRandVal.
Nick Mathewson
2023-01-28
1
-1
/
+3
*
netdoc: Add SRV accessors.
Nick Mathewson
2023-01-28
1
-2
/
+34
*
netdoc: Add a timestamp to SRVs per prop#342.
Nick Mathewson
2023-01-28
1
-1
/
+29
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Netdoc: Refactor SharedRandVal.
Nick Mathewson
2023-01-11
1
-18
/
+19
*
netdoc: note some changes we will have to make to srv
Nick Mathewson
2023-01-06
1
-0
/
+6
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
*
add feature annotation to fields made visible through visible::StructFields
trinity-1686a
2022-08-24
1
-0
/
+36
*
tor-netdoc: NetParams: impl FromIterator
Ian Jackson
2022-08-16
1
-0
/
+8
*
fix nighly clippy
trinity-1686a
2022-07-23
1
-6
/
+1
*
Fix typo
Dimitris Apostolou
2022-05-14
1
-1
/
+1
*
tor-netdoc: Add a Lifetime::valid_at method.
Nick Mathewson
2022-05-11
1
-0
/
+4
*
NetParams: Document its role as a validated config parameter
Ian Jackson
2022-05-09
1
-0
/
+3
*
Re-order attributes so that we can build with Rust 1.53.
Nick Mathewson
2022-03-31
1
-11
/
+11
*
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
1
-0
/
+56
*
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-1
/
+1
*
netdoc: Call shrink_to_fit() when we're done parsing rs sections
Nick Mathewson
2022-03-11
1
-0
/
+1
*
Add methods to `UnverifiedConsensus`
Christian Grigis
2022-03-10
1
-0
/
+25
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
1
-51
/
+92
*
address clippy's latest lint
Daniel Eades
2021-12-20
1
-0
/
+1
*
s/hidden/onion/g in code comments
Neel Chauhan
2021-12-13
1
-1
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/149'
Nick Mathewson
2021-11-29
1
-5
/
+0
|
\
|
*
Remove unused 'address' field from DirSource struct
Neel Chauhan
2021-11-28
1
-5
/
+0
*
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-3
/
+3
|
/
*
Merge branch 'arti-client-config' into 'main'
eta
2021-11-22
1
-1
/
+1
|
\
|
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-1
/
+1
*
|
Use consistent name for ns_consensus feature.
Nick Mathewson
2021-11-21
1
-6
/
+6
|
/
*
tor-netdoc: put NS consensus documents behind a feature.
Nick Mathewson
2021-11-12
1
-0
/
+7
*
Add a couple of pieces of missing documentation.
Nick Mathewson
2021-11-08
1
-3
/
+5
*
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-1
/
+1
[next]