aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-error/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-error: Add missing footnoteIan Jackson2023-03-311-0/+4
| | | | I C&P this from tor-dirmgr, and missed this part.
* Fix duplicated licence in Cargo.tomlgabi-2502023-03-311-1/+0
|
* tor-error: Put OnionService errors behind a new experimental-api featureIan Jackson2023-03-311-0/+11
|
* tor-error: Document cargo featureIan Jackson2023-03-311-0/+4
|
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
|
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-16/+5
|
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-041-1/+2
| | | | This can contain a backtrace, which will be printed.
* tor-error: Skeleton for new crateIan Jackson2022-02-041-0/+21
As per doc/Errors.md. Currently there are no error kinds. Some will be added as we go along.