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
...
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-4
/
+4
*
Fix typos
Dimitris Apostolou
2024-01-08
2
-2
/
+2
*
Merge branch 'fix-ambitious-certtype' into 'main'
Ian Jackson
2024-01-08
1
-1
/
+2
|
\
|
*
tor-cell: Fix ambitious certtype
Emil Engler
2023-12-28
1
-1
/
+2
*
|
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-2
/
+1
*
|
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-2
/
+1
|
/
*
tor-cell: Stop using deprecated name in doctest
Nick Mathewson
2023-12-14
1
-2
/
+2
*
Add deprecated aliases for old RelayCell names
Nick Mathewson
2023-12-14
1
-0
/
+8
*
Fix relaymsg fuzzer to refer to AnyRelayMsgOuter.
Nick Mathewson
2023-12-14
1
-2
/
+2
*
Fix documentation that referred to RelayCell.
Nick Mathewson
2023-12-14
2
-25
/
+4
*
Fix documentation for {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-3
/
+7
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
2
-11
/
+11
*
tor-cell: Remove a now-unneeded allow(unused).
Nick Mathewson
2023-12-12
1
-1
/
+0
*
NtorV3Extension set encoding/decoding: include n_extensions
Jim Newsome
2023-12-07
2
-7
/
+18
*
Remove semver.md files.
Nick Mathewson
2023-12-04
1
-2
/
+0
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-6
/
+6
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+2
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
2
-2
/
+2
|
/
*
Use HandshakeType in Extend2 and CircuitExtender::begin
Jim Newsome
2023-11-27
3
-8
/
+17
*
Add more reference links.
Nick Mathewson
2023-11-20
1
-1
/
+5
*
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
1
-1
/
+11
*
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
1
-26
/
+0
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-1
/
+1
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-3
/
+3
*
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
3
-8
/
+32
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
5
-36
/
+60
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
3
-47
/
+70
*
tor-cell: Remove unused by_type() function
Neel Chauhan
2023-10-13
1
-10
/
+0
*
Lower and downgrade a TODO about StreamID and NonZeroU16.
Nick Mathewson
2023-10-12
1
-1
/
+6
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-4
/
+4
*
tor-cell: Add accessors for Begin.
Nick Mathewson
2023-09-27
1
-0
/
+15
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-4
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-7
/
+7
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
cell: Add accessors to IntroduceHandshakePayload
Nick Mathewson
2023-08-16
2
-0
/
+16
*
cell: Add accessors to Introduce2.
Nick Mathewson
2023-08-16
2
-0
/
+18
*
Merge branch 'more_introducing' into 'main'
Nick Mathewson
2023-08-16
3
-3
/
+11
|
\
|
*
cell: Add code to iterate over IntroEstablished extensions
Nick Mathewson
2023-08-15
2
-1
/
+8
|
*
cell, docs: Clarify what we mean by "Unrecognized".
Nick Mathewson
2023-08-15
1
-2
/
+3
*
|
Merge branch 'fix-weird-comment' into 'main'
Ian Jackson
2023-08-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
doc: fix malformatted comment in SliceWriterError
Emil Engler
2023-08-14
1
-1
/
+1
*
|
cell: make establish_intro accept impl<Into<HsMacKey>>
Nick Mathewson
2023-08-14
2
-15
/
+15
|
/
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Bump patchlevel versions of crates with trivial changes
Nick Mathewson
2023-08-01
1
-1
/
+1
[prev]
[next]