summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arti: Warn when listening on non-loopback addresses.Nick Mathewson2024-09-252-0/+8
| * | | | tor-config: Add Listen::is_localhost_only.Nick Mathewson2024-09-251-0/+33
| * | | | tor-config: move Listen to its own module.Nick Mathewson2024-09-253-377/+402
| * | | | arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | | | | Merge branch 'misc' into 'main'Ian Jackson2024-10-014-5/+46
|\ \ \ \ \
| * | | | | tor-proto: Reformat a doc commentIan Jackson2024-09-261-3/+6
| * | | | | arti-client: Change the case of ErrorDetail::MemquotaSetup from MemQuotaSetupIan Jackson2024-09-261-2/+2
| * | | | | tor-memquota: Clarify that mq isn't the accountholderIan Jackson2024-09-261-0/+4
| * | | | | tor-memquota: Provide Account::new_childIan Jackson2024-09-261-0/+15
| * | | | | tor-memquota: provide Account::new_noopIan Jackson2024-09-261-0/+7
| * | | | | tor-memquota: impl FusedStream for Receiver, where appropriateIan Jackson2024-09-261-0/+12
| |/ / / /
* | | | | Merge branch 'unused' into 'main'David Goulet2024-10-013-5/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tor-rtcompat: Suppress a dead code warningIan Jackson2024-09-301-0/+3
| * | | | tor-persist: Allow all dead code if not all features enabledIan Jackson2024-09-301-0/+3
| * | | | tor-proto: Allow all dead code if not all features enabledIan Jackson2024-09-301-5/+2
| | |/ / | |/| |
* | | | Merge branch 'typed-index-approx' into 'main'Nick Mathewson2024-09-301-1/+3
|\ \ \ \
| * | | | Fix typed-index-collections versions to ~3.1.0Nick Mathewson2024-09-301-1/+3
* | | | | Merge branch 'orport' into 'main'opara2024-09-3010-149/+1555
|\ \ \ \ \
| * | | | | tor-chanmgr: support multiple channels for a relay IDSteven Engler2024-09-302-133/+292
| * | | | | tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-233-13/+478
| * | | | | tor-linkspec: impl `HasAddrs` for `&T`Steven Engler2024-09-231-0/+7
| * | | | | tor-basic-utils: add `n_key_list` macroSteven Engler2024-09-233-0/+776
| * | | | | tor-basic-utils: small doc changes to `n_key_set`Steven Engler2024-09-231-3/+2
* | | | | | Merge branch 'remove-semver' into 'main'Nick Mathewson2024-09-309-22/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove semver.md files from 1.2.8Nick Mathewson2024-09-309-22/+0
* | | | | | Merge branch 'bug_1632' into 'main'Nick Mathewson2024-09-303-38/+32
|\ \ \ \ \ \
| * | | | | | tor-llcrypto: replace simple_asn1 dependency with der_parserMorgan2024-09-283-38/+32
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
* | | | | | Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-302-100/+118
* | | | | | Bump "arti" crate to 1.2.8Nick Mathewson2024-09-303-3/+3
* | | | | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-3047-391/+391
* | | | | | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-3040-67/+67
| |/ / / / |/| | | |
* | | | | Merge branch 'rpc-python' into 'main'Nick Mathewson2024-09-262-8/+7
|\ \ \ \ \
| * | | | | rpclib: Note a key property of RPC error returns.Nick Mathewson2024-09-262-8/+7
* | | | | | Merge branch 'reject_example' into 'main'Jim Newsome2024-09-262-0/+6
|\ \ \ \ \ \
| * | | | | | arti: add an example for onion service "reject" optionNick Mathewson2024-09-262-0/+6
* | | | | | | Merge branch 'arti-relay-bin' into 'main'David Goulet2024-09-263-9/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | arti: move 'relay' subcommand to 'subcommands::relay' moduleSteven Engler2024-09-253-9/+34
* | | | | | | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-2659-60/+60
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Upgrade to rusqlite 0.32.1.Nick Mathewson2024-09-251-1/+1
| * | | | | | Upgrade MSRV to 1.77Nick Mathewson2024-09-2559-59/+59
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-2660-209/+203
|\ \ \ \ \ \
| * | | | | | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-2560-208/+202
| * | | | | | Upgrade to latest version of float-cmp.Nick Mathewson2024-09-251-1/+1
* | | | | | | rpclib: read SOCKS _after_ processing.Nick Mathewson2024-09-251-12/+12
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'socks_read_zero' into 'main'Nick Mathewson2024-09-254-5/+30
|\ \ \ \ \ \
| * | | | | | socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-242-2/+2
| * | | | | | socks users: detect closed sockets.Nick Mathewson2024-09-244-3/+28
| |/ / / / /
* | | | | | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-255-14/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |