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
/
hsdesc
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange
Ian Jackson
2026-07-23
1
-1
/
+2
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-2
/
+2
*
netdoc: Add new capability negotiation pieces to hsdesc.
Nick Mathewson
2026-07-02
1
-0
/
+93
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+3
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
3
-8
/
+8
*
tor-cert: Ed25519CertBuilder: do builder fn rename
Ian Jackson
2026-04-29
1
-2
/
+2
*
tor-netdoc: encoder: Rename .object() method to .object_bytes
Ian Jackson
2026-03-31
3
-5
/
+5
*
netdoc: Add missing docs for encode_pow_params()
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
tor-netdoc: Rename ItemArgument method to write_arg_onto
Ian Jackson
2025-11-26
1
-3
/
+3
*
Merge branch 'bug2172' into 'main'
Nick Mathewson
2025-11-24
1
-1
/
+1
|
\
|
*
tor-llcrypto: Stop deriving Deref in CtByteArray
Neel Chauhan
2025-11-24
1
-1
/
+1
*
|
Apply deferred rustfmt churn
Ian Jackson
2025-11-10
3
-4
/
+4
*
|
tor-netdoc: Rename the `build` module to `encode`
Ian Jackson
2025-11-10
3
-4
/
+4
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
3
-3
/
+3
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
3
-14
/
+16
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
1
-3
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-6
/
+6
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Always use full path to rand::thread_rng().
Nick Mathewson
2025-03-18
1
-2
/
+1
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-1
/
+0
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-9
/
+9
*
tor-netdoc: Error on PowParams::V1 when hs-pow-v1 is disabled.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+11
*
tor-netdoc: Don't include pow_params in HsDesc when feature is disabled.
Wesley Aptekar-Cassels
2024-11-25
1
-7
/
+6
*
tor-netdoc: Support writing pow-params line.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+86
*
tor-netdoc: Wrap some too-long comments and docs.
Gabriela Moldovan
2024-10-03
1
-2
/
+3
*
tor-netdoc: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-6
/
+6
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
3
-0
/
+3
*
Fix typos in comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
hsdesc: Document why enc_key_cert signbit is always zero.
Nick Mathewson
2024-01-16
1
-5
/
+8
*
tor-netdoc: Turn a TODO HSS into #1221.
Gabriela Moldovan
2024-01-11
1
-1
/
+2
*
tor-netdoc: Downgrade some TODO HSS to TODO.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
llcrypto: Remove redundant re-exports in keymanip.
Nick Mathewson
2023-11-29
1
-1
/
+1
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
3
-9
/
+5
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
3
-8
/
+9
*
tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).
Gabriela Moldovan
2023-10-30
1
-17
/
+21
*
tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.
Gabriela Moldovan
2023-10-30
1
-12
/
+13
*
Remove a broken rustdoc link and fix a typo.
Nick Mathewson
2023-10-27
1
-3
/
+0
*
tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.
Gabriela Moldovan
2023-10-25
2
-6
/
+5
*
tor-netdoc: Remove now-unused blinded_id field.
Gabriela Moldovan
2023-10-25
1
-6
/
+0
*
tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...
Gabriela Moldovan
2023-10-25
1
-15
/
+16
*
tor-netdoc: Add helper function for computing the descriptor signing key cert.
Gabriela Moldovan
2023-10-25
1
-12
/
+4
*
tor-dirclient, tor-netdoc: Add TODO SPECs.
Gabriela Moldovan
2023-10-24
1
-0
/
+3
*
tor-netdoc: Use an unpadded base64 encoding for the signature.
Gabriela Moldovan
2023-10-24
1
-3
/
+3
*
Explain why we are sorting intro points.
Nick Mathewson
2023-10-16
1
-0
/
+7
*
Sort introduction point lists by ntor public key.
Neel Chauhan
2023-10-16
1
-16
/
+18
*
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
3
-0
/
+3
|
\
|
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
3
-0
/
+3
*
|
tor-netdoc: Fix clippy lints.
Gabriela Moldovan
2023-08-23
1
-5
/
+5
*
|
tor-netdoc: Remove redundant `IntroPointDesc` struct.
Gabriela Moldovan
2023-08-23
1
-30
/
+2
|
/
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
3
-0
/
+3
[next]