summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/mr/42'Nick Mathewson2021-07-2127-99/+75
|\
| * address some possibly slightly controversial lintsDaniel Eades2021-07-215-18/+12
| * address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-2025-81/+63
* | Use cargo audit with "-D warnings".Nick Mathewson2021-07-211-1/+1
* | Merge remote-tracking branch 'origin/mr/41'Nick Mathewson2021-07-217-19/+21
|\ \
| * | attempt to add cargo audit to CITrinity Pointard2021-07-201-0/+2
| * | switch to maintained crates for memmap and tmpdirTrinity Pointard2021-07-206-19/+19
| |/
* / Fix a ocumentation link issue.Nick Mathewson2021-07-211-1/+1
|/
* Temporarily disable build.rs tests as unreliable :/Nick Mathewson2021-07-201-0/+6
* tor-circmgr: Improve coverage on build.rs.Nick Mathewson2021-07-195-9/+254
* Fix an actual off-by-one error!Nick Mathewson2021-07-191-1/+1
* Try refactoring build.rs for testability.Nick Mathewson2021-07-195-59/+175
* Add a test for double_timeout.Nick Mathewson2021-07-193-1/+118
* tor-circbuild: use SleepProvider::now() instead of Instant::now()Nick Mathewson2021-07-191-5/+5
* Add the ability to reconfigure a running ParetoEstimatorNick Mathewson2021-07-194-2/+22
* Monomorphize: just use the pareto timeout implementation.Nick Mathewson2021-07-191-3/+2
* Allow the pareto estimator to be disabled.Nick Mathewson2021-07-191-2/+15
* Connect the timeout estimator code to our circuit builder.Nick Mathewson2021-07-195-32/+134
* Implement a circuit timeout estimator backend.Nick Mathewson2021-07-194-1/+1001
* Implement consensus parameters related to circuit timeout inference.Nick Mathewson2021-07-191-0/+74
* Implement TryInto<u64> for BoundedInt32Nick Mathewson2021-07-191-3/+23
* derives for TorVersion and AuthKeyIdsEugene Lomov2021-07-182-41/+2
* Spelling fix.Nick Mathewson2021-07-151-1/+1
* Merge remote-tracking branch 'origin/mr/38'Nick Mathewson2021-07-156-33/+333
|\
| * remove now invalid doc-commentTrinity Pointard2021-07-151-2/+0
| * reexport IsolationToken in tor-clientTrinity Pointard2021-07-143-3/+2
| * create new type for isolation_mapTrinity Pointard2021-07-141-10/+53
| * make isolation_group optional in SupportedCircUsageTrinity Pointard2021-07-141-13/+122
| * move IsolationToken to circmgrTrinity Pointard2021-07-148-38/+31
| * fix clippy lintsTrinity Pointard2021-07-133-4/+16
| * implement isolation in artiTrinity Pointard2021-07-133-9/+44
| * implement stream isolationTrinity Pointard2021-07-136-15/+126
* | Try to re-enable simple_tls test on osx.Nick Mathewson2021-07-152-7/+5
* | Refactor MockSleepProvider::wait_for to work better.Nick Mathewson2021-07-153-24/+53
* | time mocking: only insert each Sleeping future once.Nick Mathewson2021-07-151-6/+14
* | Move wait_for into MockSleepProvider.Nick Mathewson2021-07-152-82/+67
* | Revert "Use coarsetime to build an incoming traffic timestamp."Nick Mathewson2021-07-136-150/+0
* | Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-07-136-0/+150
* | Update WANT_FROM_OTHER_CRATES again.Nick Mathewson2021-07-131-1/+16
* | Changes to WANT_FROM_OTHER_CRATES based on discussion on #146Nick Mathewson2021-07-121-10/+16
* | cleanlinessTrinity Pointard2021-07-101-11/+8
* | make ipv[46]_policy take into account BadExitTrinity Pointard2021-07-102-12/+32
|/
* Move responsibility for circuit construction into CircuitBuilder.Nick Mathewson2021-07-086-121/+121
* Add a shell script to verify that every package has an okay license.Nick Mathewson2021-07-061-0/+81
* Rename "send_me_*" to "sendme_*"Nick Mathewson2021-07-061-9/+9
* Fix an unused variable warning when fuzzing tor-netdocNick Mathewson2021-07-021-1/+1
* Fix some code-rot in tor-netdoc fuzz targetsNick Mathewson2021-07-022-2/+2
* Revert "clippy: remove unneeded dependencies."Nick Mathewson2021-07-021-0/+4
* Allow tor-rtcompat to build with no runtimes.Nick Mathewson2021-07-0120-148/+236
* clippy: remove unneeded dependencies.Nick Mathewson2021-06-271-1/+1