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
/
semver.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-0
/
+1
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
proto: Make ChannelProvider::get_or_launch() synchronous
Gabriela Moldovan
2026-02-04
1
-0
/
+1
*
release: Remove semver.md files from 2.0.0 release.
Wesley Aptekar-Cassels
2026-02-02
1
-4
/
+0
*
chanmgr: Spawn task for ChannelProvider impl of get_or_launch()
David Goulet
2026-01-13
1
-0
/
+1
*
proto: Add semver.md for breaking changes
David Goulet
2026-01-13
1
-0
/
+3
*
Remove semver.md files post-release
Gabriela Moldovan
2025-12-02
1
-4
/
+0
*
proto: Add a semver entry for ClientInitiatorHandshake
David Goulet
2025-11-19
1
-0
/
+2
*
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
1
-0
/
+2
*
maint: remove all semver.md files
Steven Engler
2025-10-30
1
-1
/
+0
*
proto: Change visibility for some channel objects
David Goulet
2025-10-23
1
-0
/
+1
*
release: Remove old semver.md files.
Wesley Aptekar-Cassels
2025-10-02
1
-3
/
+0
*
circmgr: Pass the timeout estimator to circuit constructor.
Gabriela Moldovan
2025-09-16
1
-1
/
+1
*
proto: Use the CBT to compute half-stream timeouts.
Gabriela Moldovan
2025-09-16
1
-0
/
+1
*
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-15
1
-0
/
+1
|
\
*
|
tor-proto: fix path of `semver.md`
Steven Engler
2025-09-11
1
-0
/
+1
|
/
*
Remove semver.md files
Nick Mathewson
2025-08-28
1
-2
/
+0
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-0
/
+1
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-0
/
+1
*
Remove semver.md files post-release.
Gabriela Moldovan
2025-07-08
1
-7
/
+0
*
tor-proto: rework `StreamReceiver` into a `futures::Stream`
Steven Engler
2025-06-26
1
-0
/
+2
*
tor-proto: rename `StreamReader` to `StreamReceiver`
Steven Engler
2025-06-26
1
-1
/
+2
*
Add a semver file for tor-proto changes
Nick Mathewson
2025-06-10
1
-0
/
+4
*
release: Delete semver.md files after release.
Alexander Hansen Færøy
2025-06-05
1
-2
/
+0
*
tor-proto: Remove deprecated ClientCirc functions.
Gabriela Moldovan
2025-05-15
1
-0
/
+2
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-1
/
+0
*
maint: Update semver.md files from semver-checks
Wesley Aptekar-Cassels
2025-04-30
1
-0
/
+1
*
Remove semver.md files post-release.
Gabriela Moldovan
2025-04-01
1
-1
/
+0
*
proto: make padding::Parameters construction fallible.
Nick Mathewson
2025-03-18
1
-0
/
+1
*
Remove semver files for 1.4.1
Nick Mathewson
2025-03-03
1
-1
/
+0
*
tor-proto: added 'semver.md' file
Steven Engler
2025-02-10
1
-0
/
+1
*
Remove semver.md files post release
Ian Jackson
2025-02-07
1
-5
/
+0
*
proto: Remove ConversationInHandler
David Goulet
2025-02-04
1
-0
/
+1
*
tor-proto: Rewrite circuit reactor run_once() loop to use select!.
Gabriela Moldovan
2025-01-29
1
-0
/
+2
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
1
-0
/
+1
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
1
-0
/
+1
*
Remove semver.md files.
Gabriela Moldovan
2024-06-05
1
-10
/
+0
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-0
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-0
/
+3
*
proto: Move Channel send functionality into a separate type.
Nick Mathewson
2024-05-16
1
-0
/
+5
*
Remove semver.md files from arti 1.2.0 release.
Gabriela Moldovan
2024-03-04
1
-1
/
+0
*
tor-proto: Note the addition of PendingClientCirc::peek_unique_id in semver.md.
Gabriela Moldovan
2024-02-28
1
-1
/
+1
*
tor-circmgr: Add a helper for displaying optional UniqIds.
Gabriela Moldovan
2024-02-27
1
-0
/
+1
*
Remove semver.md files.
Nick Mathewson
2023-12-04
1
-3
/
+0
*
Add `ClientCirc::extend_ntor_v3`
Jim Newsome
2023-11-27
1
-0
/
+1
*
Add PendingClientCirc::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+1
*
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
1
-0
/
+1
*
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
1
-3
/
+0
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
1
-1
/
+2
*
IncomingStream: Remove state.
Nick Mathewson
2023-10-19
1
-0
/
+1
[next]