aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Move MSRV note to READMENick Mathewson2021-08-241-0/+9
|
* Run "typos" to fix a few more typos.Nick Mathewson2021-06-171-2/+2
|
* Revise repository-level documentationNick Mathewson2021-06-171-260/+97
|
* add rustdoc link to readmeNick Mathewson2021-06-091-0/+2
|
* Mention tor-units in the readmeNick Mathewson2021-05-251-0/+2
|
* Small updates to READMENick Mathewson2021-05-241-4/+10
|
* Remove notes about prop#318, which _has_ been accepted.Nick Mathewson2021-05-211-1/+0
|
* Move our command-line interface into a new crate called "arti".Nick Mathewson2021-03-171-2/+2
| | | | Closes #106
* Update docs wrt tokio a bitNick Mathewson2021-03-021-3/+4
|
* Merge remote-tracking branch 'origin/mr/14' into mainNick Mathewson2021-02-091-0/+2
|\
| * Add a rough CONTRIBUTING.md file with some dogfooding instructions.George Kadianakis2021-02-081-0/+2
| |
* | Remove the TODO file in favor of gitlab.Nick Mathewson2021-02-051-2/+1
|/
* Rename client-demo to tor-client.Nick Mathewson2021-02-021-3/+3
|
* Mention tor-consdiff in list of cratesNick Mathewson2020-12-171-0/+2
|
* Document newer modulesNick Mathewson2020-11-251-7/+27
|
* Update README to mention current state.Nick Mathewson2020-11-251-14/+16
|
* More notes in README.md: assumed proposals, stability (non)guaranteeNick Mathewson2020-10-181-0/+8
|
* List supported/unsupported subprotocols in the READMENick Mathewson2020-10-181-1/+58
|
* Revise TODO and README; declare "milestone 2" done.Nick Mathewson2020-10-131-6/+5
| | | | | | Part of this "declaring milestone 2 done" business is a matter of putting additional tests and documentation into milestone 3 where they logically belong.
* README editsNick Mathewson2020-09-301-10/+19
|
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-5/+8
|
* readme editsNick Mathewson2020-09-261-8/+10
|
* Update TODO and README.Nick Mathewson2020-09-251-1/+3
|
* Update documentationNick Mathewson2020-09-211-4/+11
|
* yet more readme updtesNick Mathewson2020-09-131-2/+7
|
* more readme tweaksNick Mathewson2020-09-121-4/+3
|
* Explain the demo in the readme.Nick Mathewson2020-09-121-0/+7
|
* update readmeNick Mathewson2020-09-091-7/+18
|
* Small readme editNick Mathewson2020-08-281-2/+3
|
* One more disclaimer in the READMENick Mathewson2020-05-091-0/+8
|
* improve the README a littleNick Mathewson2020-05-091-3/+27
|
* Fix some markdown in README.md.Nick Mathewson2020-05-081-34/+40
| | | | | | | | | Markdown breakage 1: The internet led me to believe this is how you did a <dl> in markdown. Apparently it wasn't. Markdown breakage 2: I forgot how lists work! Also, add a paragraph about stuff you can try.
* fold plan into readmeNick Mathewson2020-05-081-0/+9
|
* license clarity and contribution noticeNick Mathewson2020-05-081-0/+20
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+105
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.