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
/
tor-cell
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
7
-2965
/
+0
*
WIP: Add the "unwrap_used" lint.
S0AndS0
2021-08-24
1
-0
/
+1
*
Add a split_from() API for infallible creation of Data messages.
Nick Mathewson
2021-08-18
1
-0
/
+11
*
Remove panicking cases from tor-cell msg construction
Nick Mathewson
2021-08-18
3
-14
/
+23
*
Revisions based on new documented-panics lint.
Nick Mathewson
2021-08-18
2
-2
/
+4
*
Merge remote-tracking branch 'origin/mr/60'
Nick Mathewson
2021-08-18
3
-0
/
+9
|
\
|
*
Add the "missing_panics_doc" lint.
S0AndS0
2021-08-13
3
-0
/
+9
*
|
Add the "implicit_clone" lint.
S0AndS0
2021-08-17
1
-0
/
+1
*
|
Remove some notes about SPEC issues that are now resolved.
Nick Mathewson
2021-08-16
2
-7
/
+3
*
|
Make PaddingNegotiate parsing match C tor.
Nick Mathewson
2021-08-16
1
-3
/
+0
*
|
More channel-cell coverage.
Nick Mathewson
2021-08-16
1
-0
/
+17
|
/
*
Use add_warnings.py for clippy::cast_lossless
Nick Mathewson
2021-08-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/59'
Nick Mathewson
2021-08-13
1
-0
/
+1
|
\
|
*
Add the "cast_lossless" lint.
S0AndS0
2021-08-12
1
-0
/
+1
*
|
More test cases for tor_cell::relaycell::msg
Nick Mathewson
2021-08-13
1
-1
/
+1
*
|
Comment fixes in tor_cell::err
Nick Mathewson
2021-08-13
1
-3
/
+3
|
/
*
Add brackets and remove colon for better consistency
Lennart Kloock
2021-08-12
1
-1
/
+1
*
Add unnecessary_wraps to the big warning list.
Nick Mathewson
2021-08-06
1
-0
/
+1
*
Fix typos and other spelling mistakes
rls
2021-07-31
3
-5
/
+5
*
ResolvedVal: Rename answers() to into_answers().
Nick Mathewson
2021-07-27
1
-2
/
+8
*
Add support for RESOLVE and RESOLVE_PTR
Yuan Lyu
2021-07-22
1
-0
/
+5
*
Add clippy warn needless pass by value
YUAN LYU
2021-06-21
1
-0
/
+1
*
Add clippy warn needless borrow
YUAN LYU
2021-06-21
1
-0
/
+1
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-2
/
+2
*
Make a few error types implement Clone
Nick Mathewson
2021-06-14
1
-2
/
+9
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
2
-2
/
+2
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
Light tweaks to tor-cell doc
Nick Mathewson
2021-05-24
1
-0
/
+6
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
Check "connection" usage for when stream or channel would be better.
Nick Mathewson
2021-05-18
1
-2
/
+2
*
Prefer "relay" over "node" in most circumstances.
Nick Mathewson
2021-05-18
2
-5
/
+5
*
Fix some warnings from nightly clippy
Nick Mathewson
2021-05-07
1
-2
/
+2
*
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
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
4
-6
/
+7
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
3
-0
/
+7
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
3
-22
/
+22
*
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
*
tor-cell: In netinfo, unspecified addresses are None.
Nick Mathewson
2020-10-29
1
-5
/
+8
*
Add a test for extending a circuit with ntor.
Nick Mathewson
2020-10-27
1
-0
/
+10
[next]