summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock
Commit message (Expand)AuthorAgeFilesLines
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-5/+5
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
|/
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-241-7/+4
* rtcompat: remove async_trait from NetStreamListener.Nick Mathewson2024-09-241-1/+0
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-0/+16
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-243-4/+5
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-242-16/+16
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-243-18/+15
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-5/+5
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+1
* tor-rtmock: remove dependency on tor-async-utilsJim Newsome2024-08-281-2/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-284-3/+5
* Merge branch '1144-std-backtrace' into 'main'David Goulet2024-08-122-35/+9
|\
| * Match previous backtrace formattingRobin Leander Schröder2024-08-081-1/+1
| * Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-012-34/+8
* | Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-6/+6
|/
* tor-rtmock docs: Add some more discussion of the simulated timeIan Jackson2024-07-301-1/+17
* tor-rtmock docs: We have CoarseTimeProvider nowIan Jackson2024-07-301-2/+3
* Update to derive-deftly 0.14Ian Jackson2024-07-081-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-6/+6
* Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* Require strum 0.26.3Ian Jackson2024-06-251-1/+1
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* tls: Support export keying material (RFC 5705)David Goulet2024-06-182-0/+15
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-172-2/+2
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-6/+6
* Upgrade to latest priority-queue.Nick Mathewson2024-05-311-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-6/+6
* Suppress a spurious dead code lintIan Jackson2024-04-251-0/+1
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* tor-rtmock: Remove a todo commentIan Jackson2024-04-031-5/+0
* Switch to derive-deftlyIan Jackson2024-04-036-28/+28
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-6/+6
* tor-rtmock: Change word in commentIan Jackson2024-04-021-1/+1
* tor-rtmock: Use MockTimeCore in time.rs too (fmt)Ian Jackson2024-03-251-6/+12
* tor-rtmock: Use MockTimeCore in time.rs tooIan Jackson2024-03-251-23/+18
* tor-rtmock: Introduce MockTimeCoreIan Jackson2024-03-252-25/+82
* tor-rtmock: time_core: rename from coarse_time (fmt)Ian Jackson2024-03-251-1/+1
* tor-rtmock: time_core: rename from coarse_timeIan Jackson2024-03-254-3/+3
* tor-rtmock: Rename coarsetime module to coarse_timeIan Jackson2024-03-254-3/+3
* tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. (fmt)Ian Jackson2024-03-251-2/+2
* tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.Ian Jackson2024-03-251-0/+8