summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-1129-140/+140
* Update README.md files (automated)Nick Mathewson2022-01-112-2/+5
* Apply suggestions to better describe the purpose of LogGuards.Ian Jackson2022-01-101-4/+5
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-106-59/+260
* Move tracing setup into a separate module.Nick Mathewson2022-01-102-43/+49
* Fixup broken doc comment from arti!220eta2022-01-101-1/+1
* Merge branch 'ticket_281' into 'main'eta2022-01-103-24/+32
|\
| * Expose and rename stream timeout config.Nick Mathewson2022-01-103-24/+32
* | Make the arti_client::Result type public.Nick Mathewson2022-01-101-2/+2
|/
* Merge branch 'ticket_178' into 'main'eta2022-01-105-15/+232
|\
| * Only replace netdir once we have enough guard MDs.Nick Mathewson2022-01-061-9/+73
| * Tests for new guardmgr functionality.Nick Mathewson2022-01-062-0/+83
| * Add API to check if primary MDs are missing.Nick Mathewson2022-01-064-2/+46
| * guardmgr: Don't use no-md guards for data circs.Nick Mathewson2022-01-061-5/+31
* | Merge branch 'bug274' into 'main'eta2022-01-101-1/+14
|\ \
| * | Fix busy-loop when consensus is near expiring.Nick Mathewson2022-01-071-1/+14
* | | Merge branch 'minimize_deps' into 'main'eta2022-01-1028-188/+188
|\ \ \
| * | | Minimize the required version for each dependency.Nick Mathewson2022-01-0728-188/+188
* | | | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-086-16/+39
|/ / /
* | | Merge branch 'circ_self_by_ref'Nick Mathewson2022-01-075-48/+66
|\ \ \
| * | | ClientCirc: change some methods to take &selfNick Mathewson2022-01-071-11/+6
| * | | circmgr: Fix a pair of clippy warnings.Nick Mathewson2022-01-071-2/+2
| * | | tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-075-24/+41
| * | | tor-circmgr: tests: Do fake circuit equality by idIan Jackson2022-01-071-2/+2
| * | | tor-circmgr: tests: Introduce and use FakeCirc::eq()Ian Jackson2022-01-071-13/+19
| * | | tor-circmgr: Replace some Arc::clone with .clone()Ian Jackson2022-01-071-5/+5
| * | | tor-circmgr: Require that AbstractCirc are CloneIan Jackson2022-01-071-1/+1
* | | | Merge branch 'remove-type-annotation' into 'main'Nick Mathewson2022-01-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tor-circmgr: Remove a type annotation in a method callIan Jackson2022-01-071-1/+1
| |/ /
* / / De-Arc-ify Buildable for ClientCircNeel Chauhan2022-01-062-14/+7
|/ /
* | Merge branch 'main' into 'remove_unused_rngs'eta2022-01-0633-12/+45
|\ \
| * \ Merge branch 'refactor/unwrap-or-default' into 'main'eta2022-01-061-1/+1
| |\ \ | | |/ | |/|
| | * prefer 'unwrap_or_default' to manual constructorDaniel Eades2022-01-011-1/+1
| * | Move a comment to the right place.Nick Mathewson2022-01-061-4/+2
| * | Merge remote-tracking branch 'origin/mr/214'Nick Mathewson2022-01-0629-2/+32
| |\ \
| | * | extend lints to include 'clippy::all'Daniel Eades2021-12-2829-2/+32
| | |/
| * | Merge remote-tracking branch 'origin/mr/217'Nick Mathewson2022-01-061-2/+3
| |\ \
| | * | arti-bench: Remove a FIXME by saying it's OK for this program to panicIan Jackson2022-01-061-2/+3
| | |/
| * | Merge remote-tracking branch 'origin/mr/212'Nick Mathewson2022-01-063-5/+5
| |\ \
| | * | tor-circmgr: Don't clone parameters in create_chantarget()Neel Chauhan2021-12-253-5/+5
| | |/
| * / tor-proto: In begin_stream_impl(), if number of hops is zero, don't continueNeel Chauhan2021-12-251-1/+5
| |/
* / Remove a bunch of unused RNGsNeel Chauhan2021-12-252-51/+23
|/
* Only count timeouts when we've seen net activity.Nick Mathewson2021-12-201-5/+7
* Merge branch 'eta/instant-checked-add' into 'main'Nick Mathewson2021-12-201-2/+12
|\
| * preemptive.rs: Use Instant::checked_add instead of raw subtractioneta2021-12-201-2/+12
* | Merge branch 'refactor/must-use-self' into 'main'eta2021-12-206-0/+10
|\ \
| * | address clippy's latest lintDaniel Eades2021-12-206-0/+10
* | | tor-proto: Replace XXXs with references to arti#269Nick Mathewson2021-12-201-9/+7
* | | Remove XXXs from tor-circmgr::mgrNick Mathewson2021-12-201-4/+0
* | | arti-client: Change an XXXX to a TODO.Nick Mathewson2021-12-201-1/+5