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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Merge branch 'upgrades-20220523' into 'main'
Ian Jackson
2022-05-24
1
-1
/
+1
|
\
|
*
Update to newer sanitize-filename and tinystr.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
|
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
4
-4
/
+4
|
/
*
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
6
-11
/
+96
*
NetParams: Document its role as a validated config parameter
Ian Jackson
2022-05-09
1
-0
/
+3
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-7
/
+7
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-2
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
3
-5
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-6
/
+6
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-7
/
+7
*
Re-order attributes so that we can build with Rust 1.53.
Nick Mathewson
2022-03-31
5
-15
/
+15
*
Typo fix.
Ian Jackson
2022-03-31
1
-1
/
+1
*
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
7
-0
/
+96
*
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
*
|
Replace a match with some as_ref and as
Ian Jackson
2022-03-16
1
-4
/
+1
*
|
Merge branch 'main' into 'intern-more'
Nick Mathewson
2022-03-14
2
-49
/
+21
|
\
\
|
*
\
Merge branch 'slice-from-ref' into 'main'
eta
2022-03-14
2
-49
/
+21
|
|
\
\
|
|
*
|
tor-netdoc: Actually, make TokVal be a Vec
Ian Jackson
2022-03-11
2
-46
/
+21
|
|
*
|
Remove a pointless slice
Ian Jackson
2022-03-11
1
-10
/
+7
*
|
|
|
Canonicalize and intern protover lines on descriptors
Nick Mathewson
2022-03-11
4
-11
/
+25
*
|
|
|
Canonicalize and intern family representations to save memory.
Nick Mathewson
2022-03-11
4
-9
/
+57
|
/
/
/
*
|
|
Add a more generic implementation of intern-by-ref
Nick Mathewson
2022-03-11
2
-4
/
+12
*
|
|
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
4
-11
/
+66
*
|
|
tor-netdoc: reformat cargo.toml.
Nick Mathewson
2022-03-11
1
-10
/
+10
*
|
|
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
2
-0
/
+31
|
/
/
*
|
tor-netdoc: Use RsaIdentity::from_hex() in critical path.
Nick Mathewson
2022-03-04
1
-6
/
+1
*
|
Fix introduced junk in doc comment.
eta
2022-03-04
1
-1
/
+1
*
|
Replace manual Default and new with std derive in tor-netdoc
Ian Jackson
2022-03-02
2
-17
/
+5
*
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
|
*
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
/
*
/
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-7
/
+7
|
/
*
Fix a rustdoc error.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
Refactor tor-netdoc a bit more, to use Bug right.
Nick Mathewson
2022-02-15
1
-4
/
+23
*
Minimal compilation fix: InternalError=>Bug
Nick Mathewson
2022-02-15
1
-2
/
+2
*
Merge branch 'doc-errors' into 'main'
Nick Mathewson
2022-02-15
19
-398
/
+574
|
\
|
*
Typo fix from@eta
eta
2022-02-15
1
-1
/
+1
|
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
15
-377
/
+551
|
*
netdoc: Make doc-build errors a separate type
Nick Mathewson
2022-02-14
6
-13
/
+26
[next]