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-cell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Bump versions of trivially-changed crates.
Nick Mathewson
2022-05-27
1
-1
/
+1
*
clippy: Use write! rather than push_str, format
Ian Jackson
2022-05-11
1
-2
/
+3
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-8
/
+8
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-2
/
+0
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-10
/
+10
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-7
/
+7
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-2
/
+14
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
3
-12
/
+11
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
2
-1
/
+3
|
*
Replace manual Default impl with educe in tor-cell
Ian Jackson
2022-03-02
1
-6
/
+4
|
*
Replace manual Debug impl with educe in tor-cell
Ian Jackson
2022-03-02
2
-7
/
+6
*
|
Replace manual Default impl with std derive in tor-cell
Ian Jackson
2022-03-02
1
-6
/
+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
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-7
/
+7
*
|
Give specific error kinds to different END reasons
Nick Mathewson
2022-02-23
1
-0
/
+21
|
/
*
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
*
Merge branch 'clippy-followup' into 'main'
Nick Mathewson
2022-02-17
1
-3
/
+3
|
\
|
*
Remove some needless refs and slicing
Ian Jackson
2022-02-17
1
-3
/
+3
*
|
Merge branch 'ptr_arg_fix' into 'main'
Ian Jackson
2022-02-17
1
-1
/
+0
|
\
|
|
*
Re-enable clippy::ptr_arg where it had been disabled.
Nick Mathewson
2022-02-16
1
-1
/
+0
*
|
Update tor-cell errors to latest API
Nick Mathewson
2022-02-15
1
-4
/
+4
*
|
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
4
-13
/
+23
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
2
-0
/
+2
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-1
/
+1
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-6
/
+6
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-7
/
+7
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
tor-cell: replace an XXXX with a TODO.
Nick Mathewson
2021-12-16
1
-1
/
+6
*
Extend trace messages for destroy/truncated reasons.
Nick Mathewson
2021-12-15
2
-18
/
+43
*
Merge remote-tracking branch 'origin/mr/191'
Nick Mathewson
2021-12-15
1
-0
/
+19
|
\
|
*
Methodize the destroy circuit reason
Neel Chauhan
2021-12-14
1
-3
/
+18
|
*
Log on TRUNCATED cell
Neel Chauhan
2021-12-13
1
-0
/
+4
*
|
Actually decrement the stream-level SENDME window
eta
2021-12-14
1
-0
/
+4
*
|
s/hidden/onion/g in code comments
Neel Chauhan
2021-12-13
1
-1
/
+1
|
/
*
Treat unrecognized SENDME versions as an error.
Nick Mathewson
2021-12-08
1
-2
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-3
/
+3
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-6
/
+6
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
3
-8
/
+9
*
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
2
-20
/
+18
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-6
/
+6
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
2
-18
/
+0
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
3
-18
/
+39
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
2
-2
/
+2
*
Update corpus and links.
Nick Mathewson
2021-09-07
1
-1
/
+1
[next]