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
...
*
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
*
|
Canonicalize and intern protover lines on descriptors
Nick Mathewson
2022-03-11
3
-11
/
+17
*
|
Canonicalize and intern family representations to save memory.
Nick Mathewson
2022-03-11
3
-8
/
+24
*
|
Add a more generic implementation of intern-by-ref
Nick Mathewson
2022-03-11
1
-1
/
+1
*
|
netdoc: Call shrink_to_fit() when we're done parsing rs sections
Nick Mathewson
2022-03-11
1
-0
/
+1
*
|
netdoc: allocate no extra space for RouterStatus addresses.
Nick Mathewson
2022-03-11
1
-5
/
+6
*
|
netdoc: Make versions smaller in GenericRouterStatus
Nick Mathewson
2022-03-11
2
-6
/
+45
*
|
tor-netdoc: Remove unused or_port field from RS.
Nick Mathewson
2022-03-11
2
-6
/
+0
*
|
Add methods to `UnverifiedConsensus`
Christian Grigis
2022-03-10
1
-0
/
+25
|
/
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
7
-124
/
+199
*
netdoc: Make doc-build errors a separate type
Nick Mathewson
2022-02-14
4
-7
/
+7
*
Merge branch 'refactor/must-use-self' into 'main'
eta
2021-12-20
1
-0
/
+1
|
\
|
*
address clippy's latest lint
Daniel Eades
2021-12-20
1
-0
/
+1
*
|
tor-netdoc: Change an XXX to a TODO.
Nick Mathewson
2021-12-20
1
-1
/
+4
*
|
tor-netdoc: Use a more correct error type
Nick Mathewson
2021-12-20
1
-1
/
+1
*
|
Remove an XXXX about ed25519 signatures.
Nick Mathewson
2021-12-20
1
-2
/
+0
|
/
*
s/hidden/onion/g in code comments
Neel Chauhan
2021-12-13
1
-1
/
+1
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
2
-6
/
+2
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
[prev]
[next]