index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-protover
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-protover: fix doc comment for `ProtoKind`
Steven Engler
2026-08-12
1
-1
/
+1
*
tor-protover: add a `subprotocol_restricted_set` macro
Steven Engler
2026-07-30
1
-0
/
+6
*
tor-protover: add `From<NamedSubver> for Protocols`
Steven Engler
2026-07-27
1
-0
/
+6
*
tor-protover: Use GloballyInternable
Ian Jackson
2026-07-27
1
-12
/
+9
*
tor-protover: Replace Arc with Intern
Ian Jackson
2026-07-27
1
-7
/
+7
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
protover: New constructor taking kind and versions
Nick Mathewson
2026-07-02
1
-0
/
+17
*
protover: Extract version-list parsing to a new function
Nick Mathewson
2026-07-02
1
-41
/
+48
*
protover: Use a faster check for unrecognized protocol uniqueness.
Nick Mathewson
2026-06-30
1
-9
/
+13
*
tor-protover: Fix documentation regarding version `0`
Clara Engler
2026-06-25
1
-2
/
+2
*
tor-protover: Make blocking TODO non-blocking
Clara Engler
2026-06-24
1
-1
/
+1
*
Use Intern<T>
Clara Engler
2026-06-24
1
-1
/
+2
*
protover: remove str slice usage
Nick Mathewson
2026-06-10
1
-11
/
+4
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
protover: document interning in Protocols docs.
Nick Mathewson
2025-12-04
1
-0
/
+8
*
protover: Intern ProtocolsInner.
Nick Mathewson
2025-12-03
1
-1
/
+10
*
protover: Make Protocols become an Arc internally.
Nick Mathewson
2025-12-03
1
-25
/
+42
*
protover: Document un-recommended usage of Protocols::new()
Nick Mathewson
2025-12-03
1
-0
/
+7
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-protover: small comment formatting fix
Steven Engler
2025-08-06
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
protover: New `NumberedSubver` to represent a subprotocol cap
Nick Mathewson
2025-05-07
1
-1
/
+81
*
protover: Change ProtoKind to be a u8
Nick Mathewson
2025-05-07
1
-2
/
+2
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-0
/
+21
*
protover: Enforce that every unrecognized protocol entry is nonzero.
Nick Mathewson
2025-04-16
1
-1
/
+5
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+35
*
protover,netdoc: Implement serde for Protocols etc.
Nick Mathewson
2025-04-16
1
-0
/
+4
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+7
*
protover: Correct capitalization of Micro[Dd]esc
Nick Mathewson
2025-04-16
1
-9
/
+9
*
protover: Add an implementation for FromIterator
Nick Mathewson
2025-04-16
1
-0
/
+37
*
protover: document and enforce more invariants
Nick Mathewson
2025-04-16
1
-3
/
+19
*
protover: New function to intersect Protocols sets.
Nick Mathewson
2025-04-16
1
-0
/
+53
*
protover: New function to combine (union) Protocols sets.
Nick Mathewson
2025-04-16
1
-1
/
+57
*
protover: New function to subtract to Protocols sets.
Nick Mathewson
2025-04-16
1
-0
/
+54
*
protover: Add support for subprotocol version mnemonics.
Nick Mathewson
2025-03-12
1
-0
/
+30
*
protover: Add Conflux protocol group.
Nick Mathewson
2025-03-12
1
-1
/
+3
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
[next]