aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* refactor: use TaskHandle for expiring circuitiqdecay13 days1-1/+1
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-5/+5
* tor-rtcompat: Make RuntimeSubstExt methods provided methods (fmt)Ian Jackson2026-07-161-2/+1
* tor-rtcompat: Make RuntimeSubstExt methods provided methodsIan Jackson2026-07-161-20/+6
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+1
|\
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | multiple crates: Fix clippy warningshjrgrn2026-07-101-2/+2
|/
* Remove semver.md filesNick Mathewson2026-06-301-3/+0
* Version bumps for 2.5.0Nick Mathewson2026-06-301-6/+6
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0910-0/+11
* tor-rtcompat: change `Default` impls for connect/listen optionsSteven Engler2026-06-081-37/+60
* tor-rtcompat: replace `_options` with `()`Steven Engler2026-06-081-2/+2
* tor-rtcompat: updated semver.md for `connect()` changesSteven Engler2026-06-081-0/+3
* tor-rtcompat: add connect() options to set the socket buf sizesSteven Engler2026-06-082-2/+25
* tor-rtcompat: manually create and connect() socketSteven Engler2026-06-085-15/+156
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-089-31/+131
* tor-rtcompat: add structs to hold connect() optionsSteven Engler2026-06-082-1/+87
* tor-rtcompat: improve comment on `UnixListenOptions`Steven Engler2026-06-081-1/+1
* Upgrade tokio to LTS 1.47.1Neel Chauhan2026-06-031-1/+1
* Remove semver.md files post-releaseGabriela Moldovan2026-06-011-3/+0
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-5/+5
* tor-rtcompat: improve comments related to socket optionsSteven Engler2026-05-212-3/+32
* tor-rtcompat: add options to set the socket buf sizesSteven Engler2026-05-072-2/+25
* tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-0710-33/+142
* tor-rtcompat: add structs to hold listen() optionsSteven Engler2026-05-073-0/+100
* Merge branch 'release-2.3.0-remove-semver-md' into 'main'Ian Jackson2026-05-071-3/+0
|\
| * release: Remove semver.md files.Wesley Aptekar-Cassels2026-05-061-3/+0
* | tor-rtcompat: De-version self-dev-dependency to remove it during publishIan Jackson2026-05-071-1/+10
|/
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-6/+6
* rtcompat: document choice of aws_lc_rs providerNick Mathewson2026-04-081-9/+11
* rtcompat: Stop installing backup CryptoProvider.Nick Mathewson2026-04-023-7/+16
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-5/+5
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-267-18/+20
* rtcompat: Fix clippy with wasm32 and no-default-features.Nick Mathewson2026-03-252-1/+10
* Merge branch 'typos' into 'main'opara2026-03-162-2/+2
|\
| * Fix word duplicate typosTobias Stoeckmann2026-03-152-2/+2
* | Fix windows cargo warningsTobias Stoeckmann2026-03-151-0/+1
|/
* rtcompat: Bump async-native-tls to 0.6.0Gabriela Moldovan2026-03-041-1/+1
* Remove semver.md files post-releaseGabriela Moldovan2026-03-031-1/+0
* Merge branch '2.1.0-bumps' into 'main'gabi-2502026-03-021-5/+5
|\
| * Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-5/+5
* | Run fixup-features in preparation for releaseGabriela Moldovan2026-03-021-0/+1
|/
* rtcompat: Allocate the zeroed vector for export_keying_material()David Goulet2026-02-262-2/+2
* Merge branch 'resume' into 'main'opara2026-02-242-2/+17
|\
| * tor-rtcompat: disable rustls session resumptionSteven Engler2026-02-242-2/+17
* | tor-rtcompat: unfold for smol incoming streamsmoumenalaoui2026-02-191-41/+11
* | tor-rtcompat: unfold for async-std incoming streamsmoumenalaoui2026-02-191-47/+9
|/