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-proto
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
proto: Make TargetHop and HopLocation public
David Goulet
2025-06-26
1
-1
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+3
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+42
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-1
/
+2
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-0
/
+1
*
proto: Add generic objects for congestion control
David Goulet
2025-01-16
1
-0
/
+1
*
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
*
tor-proto: add a bench feature
Lionel Goffaux
2024-11-06
1
-0
/
+1
*
tor-proto: Add benchmarks for cell encryption and decryption
Lionel Goffaux
2024-11-04
1
-0
/
+1
*
Disable a lot of dead code warnings (fmt)
Ian Jackson
2024-10-17
1
-1
/
+4
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-1
/
+1
*
tor-proto: Make circuit->channel queues participate in memquota
Ian Jackson
2024-10-03
1
-0
/
+28
*
Provide newtypes to distinguish memoquota accounts at different levels
Ian Jackson
2024-10-03
1
-0
/
+4
*
tor-proto: Allow all dead code if not all features enabled
Ian Jackson
2024-09-30
1
-5
/
+2
*
Rename OptTimestamp to AtomicOptTimestamp
Neel Chauhan
2024-06-24
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Add cfg_attr allow(unused_imports) to two crates
Ian Jackson
2023-10-31
1
-0
/
+6
*
tor-proto: Add a HopNum::display function.
Gabriela Moldovan
2023-08-25
1
-1
/
+1
*
Merge branch 'future_proof_lints' into 'main'
gabi-250
2023-08-04
1
-2
/
+2
|
\
|
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
|
tor-proto: Make HopNum public.
Gabriela Moldovan
2023-08-04
1
-0
/
+1
|
/
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-99
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-1
/
+1
*
tor-proto: Add a comment about the tor-proto layer.
Nick Mathewson
2022-08-10
1
-0
/
+18
*
Clarify that tor-proto _does_ create timers.
Nick Mathewson
2022-08-10
1
-4
/
+2
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
1
-3
/
+0
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
1
-1
/
+1
*
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-0
/
+2
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-1
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
clippy: Change a binding to (), and allow clippy::let_unit_value
Ian Jackson
2022-05-11
1
-0
/
+1
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-0
/
+1
*
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
*
|
Make coarsetime dependency and traffic-timestamping non-optional.
Nick Mathewson
2022-02-25
1
-8
/
+1
|
/
*
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
[next]