| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Tracing configuration for logfiles, per-target filters | Nick Mathewson | 2022-01-10 | 7 | -59/+282 | |
| | * | | | Move tracing setup into a separate module. | Nick Mathewson | 2022-01-10 | 2 | -43/+49 | |
| |/ / / | ||||||
| * | | | Merge branch 'eta/fix-doc-comment' into 'main' | eta | 2022-01-10 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fixup broken doc comment from arti!220 | eta | 2022-01-10 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge branch 'ticket_281' into 'main' | eta | 2022-01-10 | 3 | -24/+32 | |
| |\ \ \ | ||||||
| | * | | | Expose and rename stream timeout config. | Nick Mathewson | 2022-01-10 | 3 | -24/+32 | |
| * | | | | Merge branch 'ticket_280' into 'main' | eta | 2022-01-10 | 1 | -2/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Make the arti_client::Result type public. | Nick Mathewson | 2022-01-10 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge branch 'ticket_178' into 'main' | eta | 2022-01-10 | 5 | -15/+232 | |
| |\ \ \ | ||||||
| | * | | | Only replace netdir once we have enough guard MDs. | Nick Mathewson | 2022-01-06 | 1 | -9/+73 | |
| | * | | | Tests for new guardmgr functionality. | Nick Mathewson | 2022-01-06 | 2 | -0/+83 | |
| | * | | | Add API to check if primary MDs are missing. | Nick Mathewson | 2022-01-06 | 4 | -2/+46 | |
| | * | | | guardmgr: Don't use no-md guards for data circs. | Nick Mathewson | 2022-01-06 | 1 | -5/+31 | |
| * | | | | Merge branch 'bug274' into 'main' | eta | 2022-01-10 | 1 | -1/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix busy-loop when consensus is near expiring. | Nick Mathewson | 2022-01-07 | 1 | -1/+14 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'minimize_deps' into 'main' | eta | 2022-01-10 | 30 | -190/+202 | |
| |\ \ \ \ | ||||||
| | * | | | | Move our "minimal versions" code to a script. | Nick Mathewson | 2022-01-07 | 2 | -2/+14 | |
| | * | | | | Minimize the required version for each dependency. | Nick Mathewson | 2022-01-07 | 28 | -188/+188 | |
| * | | | | | Merge branch 'with_prefs' into 'main' | Ian Jackson | 2022-01-10 | 6 | -16/+39 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect | Neel Chauhan | 2022-01-08 | 6 | -16/+39 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'circ_self_by_ref' | Nick Mathewson | 2022-01-07 | 5 | -48/+66 | |
| |\ \ \ \ | ||||||
| | * | | | | ClientCirc: change some methods to take &self | Nick Mathewson | 2022-01-07 | 1 | -11/+6 | |
| | * | | | | circmgr: Fix a pair of clippy warnings. | Nick Mathewson | 2022-01-07 | 1 | -2/+2 | |
| | * | | | | tor-circmgr: Remove Arc around ClientCirc | Ian Jackson | 2022-01-07 | 5 | -24/+41 | |
| | * | | | | tor-circmgr: tests: Do fake circuit equality by id | Ian Jackson | 2022-01-07 | 1 | -2/+2 | |
| | * | | | | tor-circmgr: tests: Introduce and use FakeCirc::eq() | Ian Jackson | 2022-01-07 | 1 | -13/+19 | |
| | * | | | | tor-circmgr: Replace some Arc::clone with .clone() | Ian Jackson | 2022-01-07 | 1 | -5/+5 | |
| | * | | | | tor-circmgr: Require that AbstractCirc are Clone | Ian Jackson | 2022-01-07 | 1 | -1/+1 | |
| * | | | | | Merge branch 'remove-type-annotation' into 'main' | Nick Mathewson | 2022-01-07 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-circmgr: Remove a type annotation in a method call | Ian Jackson | 2022-01-07 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'dearcify_clientcirc_buildable' into 'main' | Ian Jackson | 2022-01-07 | 2 | -14/+7 | |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| | * / / | De-Arc-ify Buildable for ClientCirc | Neel Chauhan | 2022-01-06 | 2 | -14/+7 | |
| |/ / / | ||||||
| * | | | Merge branch 'remove_unused_rngs' into 'main' | eta | 2022-01-06 | 2 | -51/+23 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'main' into 'remove_unused_rngs' | eta | 2022-01-06 | 34 | -23/+55 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Merge branch 'refactor/unwrap-or-default' into 'main' | eta | 2022-01-06 | 1 | -1/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | prefer 'unwrap_or_default' to manual constructor | Daniel Eades | 2022-01-01 | 1 | -1/+1 | |
| * | | | | Move a comment to the right place. | Nick Mathewson | 2022-01-06 | 1 | -4/+2 | |
| * | | | | Merge remote-tracking branch 'origin/mr/214' | Nick Mathewson | 2022-01-06 | 30 | -13/+42 | |
| |\ \ \ \ | ||||||
| | * | | | | extend lints to include 'clippy::all' | Daniel Eades | 2021-12-28 | 30 | -13/+42 | |
| | |/ / / | ||||||
| * | | | | Merge remote-tracking branch 'origin/mr/217' | Nick Mathewson | 2022-01-06 | 1 | -2/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-bench: Remove a FIXME by saying it's OK for this program to panic | Ian Jackson | 2022-01-06 | 1 | -2/+3 | |
| | |/ / / | ||||||
| * | | | | Merge remote-tracking branch 'origin/mr/212' | Nick Mathewson | 2022-01-06 | 3 | -5/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-circmgr: Don't clone parameters in create_chantarget() | Neel Chauhan | 2021-12-25 | 3 | -5/+5 | |
| | |/ / / | ||||||
| * / / / | tor-proto: In begin_stream_impl(), if number of hops is zero, don't continue | Neel Chauhan | 2021-12-25 | 1 | -1/+5 | |
| |/ / / | ||||||
| | * / | Remove a bunch of unused RNGs | Neel Chauhan | 2021-12-25 | 2 | -51/+23 | |
| |/ / | ||||||
| * | | Merge branch 'exclude-arti-bench-coverage' into 'main' | eta | 2021-12-21 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Exclude arti-bench from coverage. | Nick Mathewson | 2021-12-21 | 1 | -1/+1 | |
| * | | | Merge branch 'ticket_256' into 'main' | eta | 2021-12-21 | 1 | -5/+7 | |
| |\ \ \ | ||||||
| | * | | | Only count timeouts when we've seen net activity. | Nick Mathewson | 2021-12-20 | 1 | -5/+7 | |
| | |/ / | ||||||
| * | | | Merge branch 'arti-bench-usability' into 'main' | eta | 2021-12-21 | 3 | -10/+41 | |
| |\ \ \ | |/ / |/| | | ||||||
