summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-027-0/+160
* | | | | Merge remote-tracking branch 'origin/mr/119'Nick Mathewson2021-11-022-85/+31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-022-85/+31
* | | | | tor-circmgr: tests for netwoks with no exitsNick Mathewson2021-11-022-25/+76
|/ / / /
* | | | Merge remote-tracking branch 'origin/mr/118'Nick Mathewson2021-11-022-78/+32
|\ \ \ \
| * | | | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-022-78/+32
| |/ / /
* | | | Remove some dbg!() calls in real code.Nick Mathewson2021-11-023-4/+1
* | | | tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
|/ / /
* | | minimal-versions: switch to 1.53.Nick Mathewson2021-10-311-1/+1
* | | add ci check for deps minimal versions and msrvTrinity Pointard2021-10-311-0/+12
* | | readme: Add crates.io badge at the topDavid Goulet2021-10-291-0/+2
* | | Add our release instructions to version control.Nick Mathewson2021-10-291-0/+40
* | | Cargo.lock: v0.0.1 is now published.arti-v0.0.1Nick Mathewson2021-10-291-26/+26
* | | tor-persist: serde usage now requires derive feature.Nick Mathewson2021-10-291-2/+1
* | | Bump all crate versions to 0.0.1Nick Mathewson2021-10-2926-123/+123
* | | Remove alternative-name handling from exclude_contributors.txtNick Mathewson2021-10-291-4/+2
* | | thanks.sh: Remove tempdir on exit.Nick Mathewson2021-10-291-0/+2
* | | Fix shellcheck warnings in thanks.shNick Mathewson2021-10-291-3/+3
* | | Merge remote-tracking branch 'origin/mr/113'Nick Mathewson2021-10-292-0/+37
|\ \ \
| * | | Add an attempt at autogenerating contributor lists for releaseseta2021-10-292-0/+37
* | | | Add a list_crates.py script, for help with foreach scripting.Nick Mathewson2021-10-291-0/+23
|/ / /
* | | Typo fix in ChangelogNick Mathewson2021-10-291-1/+1
* | | Add a script to enforce topological sorting in workspace Cargo.tomlNick Mathewson2021-10-291-0/+91
* | | Update Cargo.lock in preparation for Arti 0.0.1 release.Nick Mathewson2021-10-291-71/+71
* | | Update README.md filesNick Mathewson2021-10-291-6/+10
* | | Begin a CHANGELOG.md for Arti 0.0.1Nick Mathewson2021-10-291-0/+84
* | | Merge remote-tracking branch 'origin/mr/112'Nick Mathewson2021-10-294-31/+130
|\ \ \
| * | | Improve docs of more (potentially re-exported) arti-client typeseta2021-10-294-31/+130
* | | | Improve some documentation linksNick Mathewson2021-10-296-13/+15
|/ / /
* | | Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-283-11/+62
* | | Use correct link for AsyncWriteExt::flushNick Mathewson2021-10-281-1/+1
* | | Typo fix in an expect() message.Nick Mathewson2021-10-281-1/+1
* | | Encourage the use of TorClient::clone().Nick Mathewson2021-10-281-1/+2
* | | DataStream: document the importance of flush().Nick Mathewson2021-10-281-3/+12
* | | arti-client example: Try to make the comments a little more clear.Nick Mathewson2021-10-281-6/+10
* | | Update README.md filesNick Mathewson2021-10-282-19/+95
* | | Add removed paragraphs to Architecture.mdNick Mathewson2021-10-281-0/+16
* | | Merge remote-tracking branch 'origin/mr/111'Nick Mathewson2021-10-283-16/+146
|\ \ \
| * | | Improve top-level arti-client documentation, add example codeeta2021-10-283-16/+146
* | | | Oops: add missing data filesNick Mathewson2021-10-282-0/+109
* | | | tor-dirmgr: tests for GetMicrodescsStateNick Mathewson2021-10-281-0/+100
* | | | tor-dirmgr: tests for download schedules.Nick Mathewson2021-10-281-0/+23
* | | | tor-chanmgr: remove PendingChanError as unnecessary.Nick Mathewson2021-10-282-37/+6
* | | | Merge branch 'test_dirmgr'Nick Mathewson2021-10-285-3/+515
|\ \ \ \
| * | | | tor-dirmgr: Test for GetCertsStateNick Mathewson2021-10-284-5/+253
| * | | | tor-dirmgr: Tests for GetConsensusState.Nick Mathewson2021-10-282-0/+242
| * | | | tor-dirmgr::state: Mock the view of current time.Nick Mathewson2021-10-281-3/+25
| |/ / /
* | | | Fix clippy warnings in tests.Nick Mathewson2021-10-281-5/+5
* | | | Merge remote-tracking branch 'origin/mr/110'Nick Mathewson2021-10-281-136/+233
|\ \ \ \
| * | | | tor_circmgr: Refactor and re-enable build_timeout() testNick Mathewson2021-10-271-136/+233
| |/ / /