summaryrefslogtreecommitdiff
path: root/doc/semver_status.md
Commit message (Collapse)AuthorAgeFilesLines
* Clear semver_status.md entries for 0.0.2Nick Mathewson2022-01-111-32/+1
|
* Update semver_status.md with recent changes.Nick Mathewson2021-12-081-0/+14
|
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-041-0/+3
| | | | | | | The redundant method was a `to_owned` that probably shouldn't have been called that. It was only used in one place. The tests should get tor-linkspec's line coverage up above 90%.
* Remove the unused "Error" type from caret.Nick Mathewson2021-12-041-0/+3
| | | | | | | This was a relic of the old, now-unused "caret_enum!" macro. Removing it gets caret's coverage to 100%. Yes, technically this is a semver breaker on caret.
* Implement Eq,PartialEq for BoundedInt32.Nick Mathewson2021-12-021-0/+3
|
* Add constructor for TorAddr, to enforce port != 0Nick Mathewson2021-11-301-0/+3
| | | | This makes sure that we're checking for a nonzero port in all cases.
* Add comments about the absence of tap_key in microdesc.Nick Mathewson2021-11-301-0/+3
|
* Note non-breaking API change in tor-proto.Nick Mathewson2021-11-301-0/+2
|
* Clear semver_status log now that 0.0.2 is out.Nick Mathewson2021-11-301-13/+1
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-1/+5
| | | | | | | | To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation.
* tor-dirclient: Put routerdesc download behind a feature.Nick Mathewson2021-11-121-1/+1
| | | | Part of #125
* tor-dirmgr: put routerdesc storage behind a feature.Nick Mathewson2021-11-121-0/+1
| | | | | | | (We keep routerdescs in the schema, since we don't want _that_ to fragment.) Part of #125.
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+1
| | | | | | | | | | Nothing in arti currently uses this document type. Eventually it will be useful for relays and for bridge clients. I've left the "SHA1 digest of a router descriptor" type available unconditinoally, however, since it does get used in a few places. Part of #125.
* tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-2/+3
| | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125
* Add a file to track per-crate semver status.Nick Mathewson2021-11-111-0/+25