summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the members of TokenFmt private, and simplify the API in the process.Nick Mathewson2020-05-092-44/+44
|
* Move Item verification to be a method of TokenFmt.Nick Mathewson2020-05-092-37/+44
|
* Move MaybeItem into tokenize.rsNick Mathewson2020-05-092-39/+41
|
* Document parse.rs in tor-netdoc, and note things to move or fixNick Mathewson2020-05-091-4/+82
|
* Fix a logic error when finding position of unexpected keyword.Nick Mathewson2020-05-091-1/+1
| | | | This appears to be a bad copy-paste.
* Document more of 'netdoc', including errors.Nick Mathewson2020-05-094-30/+118
|
* netdoc and version docsNick Mathewson2020-05-088-43/+364
|
* clean up tor-cert documentation a little.Nick Mathewson2020-05-082-22/+62
|
* tor-bytes: add the missing documentationNick Mathewson2020-05-085-18/+224
|
* Use links for traits in llcrypto docsNick Mathewson2020-05-084-5/+9
|
* Upgrade to a modern version of "sha-1".Nick Mathewson2020-05-083-47/+7
| | | | | Apparently the "sha1" crate doesn't implement the RustCrypto API, but the "sha-1" crate does.
* make id field in RSAIdentity privateNick Mathewson2020-05-083-9/+8
|
* most missing docs for llcryptoNick Mathewson2020-05-086-22/+70
|
* Stop re-exporting traits from tor-llcrypto. It does not help.Nick Mathewson2020-05-088-18/+9
|
* llcrypto: small documentation improvementsNick Mathewson2020-05-081-6/+10
|
* protover: add missing documentationNick Mathewson2020-05-081-33/+105
|
* Add a comment to Cargo.tomlNick Mathewson2020-05-081-0/+2
|
* caret: make generated documentation look nicer.Nick Mathewson2020-05-081-35/+107
|
* 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.
* Update the TODONick Mathewson2020-05-081-10/+12
|
* fold plan into readmeNick Mathewson2020-05-082-23/+9
|
* Use cargo-husky to add automatic git commit/push hooks.Nick Mathewson2020-05-081-1/+9
|
* license clarity and contribution noticeNick Mathewson2020-05-081-0/+20
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-0758-0/+6824
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.