summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Revert "macos-native-tls-notice: Update README.md of tor-rtcompat with ↵Steven Engler2026-02-161-5/+0
| | | | | | notice of native-tls bug on MacOS" This reverts commit d4853c35a729046f120b3f8745abd1bcb334cd2c.
* macos-native-tls-notice: Update README.md of tor-rtcompat with notice of ↵nield2025-10-011-0/+5
| | | | native-tls bug on MacOS
* docs: remove outdated comments about rustls/ring licenseSteven Engler2025-08-211-3/+1
|
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-5/+9
|
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-0/+2
|
* tor-rtcompat: Add div anchor for policyIan Jackson2025-04-071-0/+4
| | | | | | We're going to want to make many xrefs to this. This trick with the <div> has worked well for us in derive-deftly.
* tor-rtcompat: Write policy on fork without execIan Jackson2025-04-071-0/+41
|
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-2/+2
| | | | | | | | | | We're going to distinguish top-level runtime entry, from *re*-entry to an existing executor. It is most convenient to rename this trait first. Documentation of the distinction will come later. (We're going to retain the function name `block_on`, but we want the trait to be more obviously a top-level only thing, though, so we give it a name that will hopefully avoid it peroulating throughout the codebase..)
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-241-2/+2
| | | | | | Stop referring to TCP streams in its documentation; update other documentation to refer to NetStreamProvider rather than TcpProvider.
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProviderIan Jackson2024-03-251-0/+3
|
* Update README.md files from rustdoc.Nick Mathewson2022-06-241-1/+3
|
* Update README.md files (automated).Nick Mathewson2022-05-061-3/+3
|
* Fix grammar and typosSamanta Navarro2022-04-271-3/+3
|
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-10/+33
|
* Add missing documentation for TLS features to two readmesIan Jackson2022-02-231-0/+2
|
* Use script to update README.md files.Nick Mathewson2022-01-281-6/+8
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+114
This will cause some pain for now, but now is really the best time to do this kind of thing.