summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-guardmgr: Fix README typo.Gabriela Moldovan2024-02-121-1/+1
|
* tor-guardmgr: Fix spec link in README.Gabriela Moldovan2024-02-121-1/+1
| | | | The old link now 404s, so let's link to spec.torproject.org instead.
* 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.
* guardmgr: Make bridge-client and pt-client non-experimentalNick Mathewson2022-11-181-0/+12
|
* Update README.md files from rustdoc.Nick Mathewson2022-06-241-3/+0
|
* Update README.md files (automated).Nick Mathewson2022-05-061-2/+2
|
* Fix grammar and typosSamanta Navarro2022-04-271-2/+2
|
* run ./maint/readmes.shdagon2021-11-291-1/+1
|
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-0/+1
|
* Update the tor-guardmgr README.md.Nick Mathewson2021-10-071-1/+97
|
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+2
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.