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
/
tor-cell
/
src
/
relaycell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
1
-1
/
+1
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-1
/
+2
*
Use s.parse(), not u16::from_str_radix(s,10)
Nick Mathewson
2021-05-07
1
-1
/
+1
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+3
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-6
/
+6
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-3
/
+3
*
Better management for END cells in streams.
Nick Mathewson
2021-03-10
1
-0
/
+25
*
clippy warning on msg.rs
Nick Mathewson
2021-03-04
1
-8
/
+5
*
Change how we sort link specifiers in extend cells
Nick Mathewson
2021-03-04
1
-1
/
+1
*
Avoid an is_some()/unwrap() pair in End cell parsing
Nick Mathewson
2021-03-04
1
-6
/
+8
*
Basic support for IPv6 and begin flags.
Nick Mathewson
2020-12-15
1
-0
/
+30
*
Use a set of named flags for BeginFlags in tor-cell.
Nick Mathewson
2020-12-15
1
-6
/
+32
*
Add a test for extending a circuit with ntor.
Nick Mathewson
2020-10-27
1
-0
/
+10
*
Remove a bunch of dbg! calls.
Nick Mathewson
2020-10-26
1
-1
/
+0
*
Improve documentation in tor-cell
Nick Mathewson
2020-10-26
1
-13
/
+90
*
Rename as_message to into_message.
Nick Mathewson
2020-10-21
1
-15
/
+15
*
Implement From, not Into.
Nick Mathewson
2020-10-19
1
-3
/
+3
*
Resolve remaining XXXXM3 stuff in tor-cell
Nick Mathewson
2020-10-19
1
-12
/
+13
*
Add assertions for overflow cases in relaycell::msg
Nick Mathewson
2020-10-19
1
-1
/
+2
*
Use DestroyReason for Truncated messages.
Nick Mathewson
2020-10-19
1
-7
/
+5
*
Turn End reasons into a caret enumeration.
Nick Mathewson
2020-10-19
1
-15
/
+47
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-6
/
+6
*
Document all the private items in tor-cell
Nick Mathewson
2020-10-09
1
-2
/
+38
*
Move counts_towards_windows() code into circuit module
Nick Mathewson
2020-10-09
1
-7
/
+0
*
Logic error: negate test for sendme cells in counts_towards_windows
Nick Mathewson
2020-10-09
1
-1
/
+1
*
Move RelayCell into a more reasonable place.
Nick Mathewson
2020-09-29
1
-109
/
+1
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
1
-7
/
+7
*
Fix a few clippy issues
Nick Mathewson
2020-09-27
1
-4
/
+1
*
test ipv6 connected cell
Nick Mathewson
2020-09-27
1
-0
/
+3
*
Tests for Unrecognized and Data relay messages
Nick Mathewson
2020-09-27
1
-0
/
+9
*
Add tests for END_REASON_EXITPOLICY messages.
Nick Mathewson
2020-09-26
1
-0
/
+8
*
More tests for begin cells, plus fixes
Nick Mathewson
2020-09-26
1
-3
/
+25
*
add a spec conformance comment
Nick Mathewson
2020-09-26
1
-0
/
+2
*
Add tests for a few more relay message types
Nick Mathewson
2020-09-26
1
-20
/
+61
*
Add test vectors for a few relay message types.
Nick Mathewson
2020-09-26
1
-19
/
+63
*
tor-proto conformance: do not write zero-valued flags in begin cell.
Nick Mathewson
2020-09-26
1
-1
/
+3
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-0
/
+859