summaryrefslogtreecommitdiff
path: root/crates/tor-proto/semver.md
Commit message (Expand)AuthorAgeFilesLines
* circmgr: Pass the timeout estimator to circuit constructor.Gabriela Moldovan2025-09-161-1/+1
* proto: Use the CBT to compute half-stream timeouts.Gabriela Moldovan2025-09-161-0/+1
* Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-0/+1
|\
* | tor-proto: fix path of `semver.md`Steven Engler2025-09-111-0/+1
|/
* Remove semver.md filesNick Mathewson2025-08-281-2/+0
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-0/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-0/+1
* Remove semver.md files post-release.Gabriela Moldovan2025-07-081-7/+0
* tor-proto: rework `StreamReceiver` into a `futures::Stream`Steven Engler2025-06-261-0/+2
* tor-proto: rename `StreamReader` to `StreamReceiver`Steven Engler2025-06-261-1/+2
* Add a semver file for tor-proto changesNick Mathewson2025-06-101-0/+4
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-2/+0
* tor-proto: Remove deprecated ClientCirc functions.Gabriela Moldovan2025-05-151-0/+2
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-1/+0
* maint: Update semver.md files from semver-checksWesley Aptekar-Cassels2025-04-301-0/+1
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-1/+0
* proto: make padding::Parameters construction fallible.Nick Mathewson2025-03-181-0/+1
* Remove semver files for 1.4.1Nick Mathewson2025-03-031-1/+0
* tor-proto: added 'semver.md' fileSteven Engler2025-02-101-0/+1
* Remove semver.md files post releaseIan Jackson2025-02-071-5/+0
* proto: Remove ConversationInHandlerDavid Goulet2025-02-041-0/+1
* tor-proto: Rewrite circuit reactor run_once() loop to use select!.Gabriela Moldovan2025-01-291-0/+2
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-0/+1
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+1
* Remove semver.md files.Gabriela Moldovan2024-06-051-10/+0
* Make Channel non-Clone.Nick Mathewson2024-05-161-0/+2
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-0/+3
* proto: Move Channel send functionality into a separate type.Nick Mathewson2024-05-161-0/+5
* Remove semver.md files from arti 1.2.0 release.Gabriela Moldovan2024-03-041-1/+0
* tor-proto: Note the addition of PendingClientCirc::peek_unique_id in semver.md.Gabriela Moldovan2024-02-281-1/+1
* tor-circmgr: Add a helper for displaying optional UniqIds.Gabriela Moldovan2024-02-271-0/+1
* Remove semver.md files.Nick Mathewson2023-12-041-3/+0
* Add `ClientCirc::extend_ntor_v3`Jim Newsome2023-11-271-0/+1
* Add PendingClientCirc::create_firsthop_ntor_v3Jim Newsome2023-11-271-0/+1
* Send less information in onion service BEGIN messagesNick Mathewson2023-11-151-0/+1
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-3/+0
* proto: Revise the behavior of IncomingStream::discard().Nick Mathewson2023-10-191-1/+2
* IncomingStream: Remove state.Nick Mathewson2023-10-191-0/+1
* Remove the (fairly bogus) HsNtorServiceInput type.Nick Mathewson2023-10-121-0/+1
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-20/+0
* tor-proto: Add a HopNum::display function.Gabriela Moldovan2023-08-251-1/+1
* proto: new ClientCirc::send_raw_msg function.Nick Mathewson2023-08-211-1/+1
* tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.Gabriela Moldovan2023-08-181-0/+1
* proto: API to expose the `CircuitBinding` type.Nick Mathewson2023-08-141-0/+3
* tor-proto: Make update_state() and discard() return Result<(), Bug>.Gabriela Moldovan2023-08-091-1/+1
* tor-proto: Implement IncomingStream::discard().Gabriela Moldovan2023-08-081-0/+2
* tor-proto: allow_stream_requests now waits until the control message is recei...Gabriela Moldovan2023-08-041-0/+1
* tor-proto: Add ClientCirc::start_conversation().Gabriela Moldovan2023-08-041-0/+3
* tor-proto: Add method for getting the HopNum of the last hop.Gabriela Moldovan2023-08-041-0/+1
* tor-proto: Make HopNum public.Gabriela Moldovan2023-08-041-0/+1