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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-7
/
+54
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
7
-0
/
+7
*
tor-netdoc: Make AuthCertKwd pub(crate)
Ian Jackson
2023-01-24
1
-1
/
+1
*
Netdoc: Refactor SharedRandVal.
Nick Mathewson
2023-01-11
2
-27
/
+28
*
netdoc: Outline some basic types for encoding HsDescs.
Nick Mathewson
2023-01-06
2
-0
/
+233
*
netdoc: note some changes we will have to make to srv
Nick Mathewson
2023-01-06
1
-0
/
+6
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
7
-0
/
+56
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
7
-0
/
+56
*
|
Use parse_rfc3339() in the tor-netdoc crate
Neel Chauhan
2022-12-16
1
-2
/
+2
*
|
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
1
-1
/
+1
|
/
*
netdoc: Add a test for routerdesc family parsing.
Nick Mathewson
2022-11-17
1
-0
/
+9
*
netdoc: Correct and test some tricky routerdesc errors
Nick Mathewson
2022-11-17
1
-2
/
+31
*
netdoc: Add tests for routerdesc accessors.
Nick Mathewson
2022-11-17
1
-1
/
+31
*
Netdoc: use a different desc in tests.
Nick Mathewson
2022-11-17
1
-4
/
+3
*
Remove a `TODO pt-client` in netdoc.
Nick Mathewson
2022-11-15
1
-2
/
+0
*
netdoc: Allow empty lines at the end of a router descriptor.
Nick Mathewson
2022-11-15
1
-3
/
+10
*
RouterDesc: Add an or_ports method.
Nick Mathewson
2022-11-10
1
-0
/
+9
*
Merge branch 'store-yak-misc' into 'main'
eta
2022-11-08
1
-0
/
+5
|
\
|
*
tor-netdoc: RouterDesc: Add published accessor
Ian Jackson
2022-11-04
1
-0
/
+5
*
|
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
|
/
*
netdoc: Add accessors for protocols and ntor key.
Nick Mathewson
2022-10-04
1
-0
/
+11
*
tor-netdoc: Add relay ID accessors for RouterDesc.
Nick Mathewson
2022-10-04
1
-7
/
+26
*
Work around a new nightly clippy warning
Nick Mathewson
2022-09-30
3
-17
/
+22
*
Make RouterDesc implement Clone and Debug.
Nick Mathewson
2022-09-26
1
-0
/
+1
*
add feature annotation to fields made visible through visible::StructFields
trinity-1686a
2022-08-24
5
-0
/
+69
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
5
-0
/
+6
*
tor-netdoc: NetParams: impl FromIterator
Ian Jackson
2022-08-16
1
-0
/
+8
*
fix nighly clippy
trinity-1686a
2022-07-23
1
-6
/
+1
*
change usage of PublicKey to Ed25519 in tor-cert
trinity-1686a
2022-07-23
1
-4
/
+8
*
change check_key to take a Option<&_> instead of &Option<_>
trinity-1686a
2022-07-23
1
-2
/
+2
*
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
1
-5
/
+15
*
microdesc: make sure we recover from an error in the final md.
Nick Mathewson
2022-06-07
1
-1
/
+7
*
netdoc: test case for microdesc with no ed25519 id.
Nick Mathewson
2022-06-07
1
-0
/
+1
*
netdoc: test a couple of accessors for AuthCert.
Nick Mathewson
2022-06-07
1
-1
/
+11
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+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
*
netdoc: add a new type for Nicknames
Nick Mathewson
2022-05-09
3
-11
/
+8
*
NetParams: Document its role as a validated config parameter
Ian Jackson
2022-05-09
1
-0
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-3
/
+0
*
Re-order attributes so that we can build with Rust 1.53.
Nick Mathewson
2022-03-31
5
-15
/
+15
*
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
6
-0
/
+83
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
2
-3
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
2
-0
/
+3
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
2
-0
/
+3
*
|
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-1
/
+1
[next]