summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | arti SOCKS proxy: Reject pipelined client dataIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Use new tor-socksproto APIIan Jackson2024-10-011-40/+17
| * | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-1/+1
| * | Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-6/+1
| * | Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
| * | Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...Ian Jackson2024-10-011-5/+0
| |/
* | Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-013-2/+21
|\ \ | |/ |/|
| * Mark resolve_listen_port as deprecated.Nick Mathewson2024-09-301-2/+9
| * arti: Warn when listening on non-loopback addresses.Nick Mathewson2024-09-252-0/+8
| * arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | Merge branch 'remove-semver' into 'main'Nick Mathewson2024-09-301-1/+0
|\ \
| * | Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-1/+0
* | | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \ \ | |/ / |/| |
| * | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
* | | Bump "arti" crate to 1.2.8Nick Mathewson2024-09-301-1/+1
* | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-15/+15
* | | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-3/+3
* | | Merge branch 'reject_example' into 'main'Jim Newsome2024-09-262-0/+6
|\ \ \