summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-17/+17
|\
| * Bump arti crate version to 1.3.0Ian Jackson2024-10-301-1/+1
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-15/+15
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-2/+2
* | cargo: Make default-runtime feature part of fullIan Jackson2024-10-301-0/+1
|/
* Update notify to 7.xIan Jackson2024-10-301-1/+1
* Make memquota feature part of full in artiIan Jackson2024-10-222-2/+3
* tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-221-1/+0
* arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
* arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
* minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-222-1/+21
* test-all-crates: conditional options, to test more cratesIan Jackson2024-10-221-1/+1
* rpcserver: Wrap InvokeError as internal errorNick Mathewson2024-10-171-3/+10
* Merge branch 'dead' into 'main'Alexander Hansen Færøy2024-10-173-2/+7
|\
| * arti: Introduce a new default-runtime Cargo featureIan Jackson2024-10-172-2/+5
| * Disable a lot of dead code warningsIan Jackson2024-10-171-0/+2
* | Merge branch 'fs-watcher-poll' into 'main'gabi-2502024-10-173-0/+10
|\ \
| * | arti: Add a warning about watch_configuration's performance issues.Gabriela Moldovan2024-10-171-0/+7
| * | tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+2
| * | arti: Enable tor-config/testing when testing.Gabriela Moldovan2024-10-161-0/+1
| |/
* | Merge branch 'fix-arti-relay-deps' into 'main'opara2024-10-164-50/+1
|\ \ | |/ |/|
| * arti: remove 'relay' subcommand and 'arti-relay' depSteven Engler2024-10-154-50/+1
* | Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
|/
* arti: Bump secmem-proc to fix the build errors on FreeBSD.Gabriela Moldovan2024-10-151-1/+1
* arti: Make hs-pow a experimental feature.Wesley Aptekar-Cassels2024-10-091-2/+1
* Enable onion client proof-of-work in the standalone "arti" toolWesley Aptekar-Cassels2024-10-091-0/+3
* Merge branch 'secondary-keystores' into 'main'gabi-2502024-10-083-1/+58
|\
| * tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-082-4/+5
| * arti: Add a ctor-keystore feature.Gabriela Moldovan2024-10-081-0/+1
| * tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-082-4/+25
| * arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-081-8/+1
| * arti: Remove extraneous whitespace from example config.Gabriela Moldovan2024-10-081-1/+1
| * tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-082-0/+41
* | Merge branch 'update-feature-flag-docs' into 'main'Ian Jackson2024-10-081-3/+3
|\ \ | |/ |/|
| * arti: Remove outdated information from README.Wesley Aptekar-Cassels2024-10-081-2/+2
| * docs: Add vanguard feature flag to README.Wesley Aptekar-Cassels2024-10-071-3/+3
* | Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-071-10/+1
|/
* Merge branch 'prop351-refs' into 'main'Jim Newsome2024-10-031-7/+10
|\
| * Replace references to prop351 with socks-extensions.mdNick Mathewson2024-10-021-7/+10
* | Merge branch 'div_ceil' into 'main'Nick Mathewson2024-10-031-1/+1
|\ \
| * | Use {u64,usize}::div_ceilNick Mathewson2024-09-301-1/+1
* | | rpc: clarify documentation and fix typosNick Mathewson2024-10-021-1/+3
* | | Revise RPC documentation to be more informative.Nick Mathewson2024-10-022-5/+17
| |/ |/|
* | Merge branch 'rpc-doc-socks-objectid' into 'main'Nick Mathewson2024-10-021-0/+16
|\ \
| * | Copy section on objectid/isolation restrictions from prop351.Nick Mathewson2024-09-301-0/+16
| |/
* | Merge branch 'socksproto-3' into 'main'Ian Jackson2024-10-011-61/+28
|\ \
| * | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Defer splitting the socks streamIan Jackson2024-10-011-13/+13