summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Update lockfiles in equix, hashx.Nick Mathewson2025-08-282-23/+17
| * | | | | | | Increment arti version to 1.5.0Nick Mathewson2025-08-284-4/+4
| * | | | | | | Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-2860-598/+598
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'release-date' into 'main'Alexander Hansen Færøy2025-08-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Run "update-release-date"Nick Mathewson2025-08-281-1/+1
|/ / / / / /
* | | | | | Merge branch 'cargo-update' into 'main'Alexander Hansen Færøy2025-08-283-349/+376
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Run "cargo update" in preparation for release.Nick Mathewson2025-08-283-349/+376
|/ / / / /
* | | | | Merge branch 'new-criterion' into 'main'Alexander Hansen Færøy2025-08-286-80/+26
|\ \ \ \ \
| * | | | | Upgrade to criterion 0.7Nick Mathewson2025-08-276-80/+26
* | | | | | Merge branch 'fixup-features' into 'main'Nick Mathewson2025-08-284-2/+15
|\ \ \ \ \ \
| * | | | | | Fix complaints from "cargo sort"Nick Mathewson2025-08-272-4/+11
| * | | | | | Run "fixup-features"Nick Mathewson2025-08-274-3/+9
* | | | | | | Merge branch 'newer-resolver' into 'main'Nick Mathewson2025-08-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use the v3 dependency resolver.Nick Mathewson2025-08-261-1/+1
* | | | | | | | Merge branch 'tor-proto-reorg2' into 'main'gabi-2502025-08-2831-114/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-286-6/+6
| * | | | | | | | proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-2810-58/+65
| * | | | | | | | proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-2829-56/+68
|/ / / / / / / /
* | | | | | | | Merge branch 'relay-chan-msg' into 'main'gabi-2502025-08-281-31/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | proto: Avoid referring to restricted ChanMsgs as "subclasses".Gabriela Moldovan2025-08-281-5/+5
| * | | | | | | | proto: Add a new RelayCircChanMsg message subclass.Gabriela Moldovan2025-08-281-0/+43
| * | | | | | | | proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg.Gabriela Moldovan2025-08-271-32/+5
| * | | | | | | | proto: Add d-d macro for creating AnyChanMsg subclasses.Gabriela Moldovan2025-08-271-1/+26
* | | | | | | | | Merge branch 'license_fixes' into 'main'Nick Mathewson2025-08-271-24/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check_licenses: refactor how we handle per-crate exceptionsNick Mathewson2025-08-271-14/+31
| * | | | | | | | | Remove a workaround for older broken cargo-licenseNick Mathewson2025-08-271-3/+0
| * | | | | | | | | Remove license exception for ringNick Mathewson2025-08-271-7/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'circmgr-timeout-estimator-logging' into 'main'Nick Mathewson2025-08-271-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | tor-circmgr: Make connection failure log at debug level.Wesley Aptekar-Cassels2025-08-131-1/+1
| * | | | | | | | tor-circmgr: Add more logging about timeout estimation.Wesley Aptekar-Cassels2025-08-121-0/+2
* | | | | | | | | Merge branch 'changelog-style-guide-link' into 'main'Nick Mathewson2025-08-271-6/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Release.md: fix link to the "Changelog style guide"hashcatHitman2025-08-271-6/+1
* | | | | | | | | Merge branch 'use-quicktest' into 'main'Jim Newsome2025-08-275-37/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | shadow.yaml: move arti build dir to a yaml anchorJim Newsome2025-08-261-15/+22
| * | | | | | | | | .gitlab-ci.yml: add pipeline variables for which cargo profile to use to buil...Jim Newsome2025-08-261-5/+12
| * | | | | | | | | Integration testing: use quicktest buildJim Newsome2025-08-264-32/+40
| * | | | | | | | | change quicktest build to be based on devJim Newsome2025-08-261-5/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'dup-xoffs' into 'main'opara2025-08-271-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tor-proto: don't allow consecutive XOFF messagesSteven Engler2025-08-271-1/+14
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rpcserver-tag-byte-ids' into 'main'David Goulet2025-08-273-25/+46
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | rpc: Clean up GlobalId decoding API.Nick Mathewson2025-08-273-18/+32
| * | | | | | | | rpc: Cleanups to GlobalId tag byte handling.Nick Mathewson2025-08-272-7/+15
| * | | | | | | | Tag byte corrections and don't crashNeel Chauhan2025-08-271-8/+2
| * | | | | | | | '$' as tag byteNeel Chauhan2025-08-272-2/+2
| * | | | | | | | Update docsNeel Chauhan2025-08-271-3/+2
| * | | | | | | | Use a 'G' prefixNeel Chauhan2025-08-272-5/+7
| * | | | | | | | arti-rpcserver: Check IDs with a tag byte, not a magic lengthNeel Chauhan2025-08-272-7/+11
* | | | | | | | | Merge branch 'audit-ignore-async-std' into 'main'Nick Mathewson2025-08-271-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | cargo_audit: ignore async-std being unmaintainedJim Newsome2025-08-271-0/+4
|/ / / / / / / /
* | | | | | | | Merge branch '2064-artifact-expiration-times' into 'main'opara2025-08-271-2/+2
|\ \ \ \ \ \ \ \