summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add our release instructions to version control.Nick Mathewson2021-10-291-0/+40
|
* Add removed paragraphs to Architecture.mdNick Mathewson2021-10-281-0/+16
|
* Small FAQ update.Nick Mathewson2021-10-271-1/+1
|
* Add missing entries to Architecture.mdNick Mathewson2021-10-271-0/+5
|
* Fix typos and cleanupDimitris Apostolou2021-10-251-1/+1
|
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-1/+1
| | | | | | Solves a name conflict with the existing tor_client create. Closes #130.
* Small edits on Android.mdNick Mathewson2021-10-081-17/+18
|
* Fix some typos (via the "typos" tool)Nick Mathewson2021-10-081-5/+5
|
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+3
| | | | | | | There are some missing parts here (like persistence and tests) and some incorrect parts (I am 90% sure that the "exploratory circuit" flag is bogus). Also it is not integrated with the circuit manager code.
* update fslock to compile androidTrinity Pointard2021-09-251-8/+1
|
* Add small qualifiers on android.mdNick Mathewson2021-09-161-0/+5
|
* fix typo and change upstream linkTrinity Pointard2021-09-151-7/+6
|
* document android buildingTrinity Pointard2021-09-141-0/+152
|
* Fix typos and other spelling mistakesrls2021-07-311-2/+2
|
* Revise repository-level documentationNick Mathewson2021-06-173-0/+187