summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hspow: Change PoW "protocol" terminology to "scheme"Wesley Aptekar-Cassels2024-10-091-1/+1
| |/
* | Merge branch 'rpc-integration-tests' into 'main'Nick Mathewson2024-10-1110-0/+522
|\ \
| * | rpc-tests: Resolve unused variable/import warnings.Nick Mathewson2024-10-103-6/+2
| * | rpc-tests: Avoid 'import *'Nick Mathewson2024-10-101-1/+1
| * | rpc-tests: Reformat using "black".Nick Mathewson2024-10-106-10/+20
| * | rpc-tests: Use argparse to parse cli.Nick Mathewson2024-10-102-9/+32
| * | rpc-tests: Rename setup.py to context.pyNick Mathewson2024-10-103-7/+7
| * | rpc-tests: Use a decorator instead of a magic function nameNick Mathewson2024-10-103-4/+16
| * | rpc-tests: Use __init__ instead of weird staticmethod.Nick Mathewson2024-10-102-6/+2
| * | rpc-tests: Format config file correctly for Toml.Nick Mathewson2024-10-101-16/+16
| * | rpc-integration: Use Path instead of str.Nick Mathewson2024-10-102-12/+15
| * | Start a set of integration tests in pythonNick Mathewson2024-10-109-0/+480
| * | python: Note two methods which will need new argsNick Mathewson2024-10-101-0/+2
* | | Merge branch 'ticket1674_01' into 'main'David Goulet2024-10-107-20/+67
|\ \ \
| * | | arti-relay: Rename remaining XXXs to be TODOsDavid Goulet2024-10-102-4/+4
| * | | arti-relay: Fix cargo doc issuesDavid Goulet2024-10-102-3/+3
| * | | arti-relay: Remove the use of pub and pub useDavid Goulet2024-10-103-10/+8
| * | | arti-relay: Remove its library crateDavid Goulet2024-10-103-6/+12
| * | | arti-relay: Add a binary to the crateDavid Goulet2024-10-103-1/+44
| |/ /
* | | Merge branch 'orport' into 'main'David Goulet2024-10-103-20/+27
|\ \ \ | |/ / |/| |
| * | tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`Steven Engler2024-10-091-1/+3
| * | tor-chanmgr: note API causes deadlocks under some conditionsSteven Engler2024-10-092-3/+16
| * | tor-chanmgr: minor code cleanupSteven Engler2024-10-091-5/+5
| * | tor-chanmgr: remove unused code pathSteven Engler2024-10-091-11/+3
* | | Merge branch 'mq-circ' into 'main'David Goulet2024-10-107-35/+39
|\ \ \
| * | | Apply deferred rustfmt churnIan Jackson2024-10-095-13/+7
| * | | memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-095-16/+18
| * | | memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-094-13/+18
| * | | memquota: impl HasMemoryCost for ClientCircChanMsgIan Jackson2024-10-091-1/+4
* | | | Merge branch 'rpclib-dependency-reduction' into 'main'Nick Mathewson2024-10-108-9/+24
|\ \ \ \
| * | | | arti-rpc-client-core: remove dependency on unused tor-error feature.Nick Mathewson2024-10-091-1/+1
| * | | | tor-socksproto: Require fewer features from dependenciesNick Mathewson2024-10-091-2/+2
| * | | | tor-bytes: Make "tor-llcrypto" dependency optional.Nick Mathewson2024-10-093-3/+16
| * | | | tor-error: Make "futures" dependency optional.Nick Mathewson2024-10-093-3/+5
| | |/ / | |/| |
* | | | Merge branch 'c-str' into 'main'Nick Mathewson2024-10-103-25/+16
|\ \ \ \
| * | | | arti-rpc-client-core: remove 'c_str_macro' dependencySteven Engler2024-10-093-25/+16
| |/ / /
* | | | Merge branch 'ctor-keystore-shadow' into 'main'gabi-2502024-10-1013-1/+102
|\ \ \ \ | |/ / / |/| | |
| * | | shadow CI: Add arti hidden service test using a C Tor keystore.Gabriela Moldovan2024-10-0812-0/+101
| * | | shadow CI: Build arti with ctor-keystore support.Gabriela Moldovan2024-10-081-1/+1
* | | | Merge branch 'rpc-error-data' into 'main'Nick Mathewson2024-10-091-38/+46
|\ \ \ \
| * | | | rpc spec: use valid JS syntax.Nick Mathewson2024-10-091-1/+1
| * | | | rpc-draft: clarify how we should handle error changes.Nick Mathewson2024-10-091-0/+11
| * | | | rpc spec: Revise design for `error.data` fieldNick Mathewson2024-10-091-24/+26
| * | | | RPC spec: move the data field back into ErrorNick Mathewson2024-10-091-30/+25
* | | | | Merge branch 'fix-clippy-redux' into 'main'Nick Mathewson2024-10-091-1/+1
|\ \ \ \ \
| * | | | | tor-config: Fix indentation in doc comment.Gabriela Moldovan2024-10-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'mq-doc' into 'main'Ian Jackson2024-10-095-29/+108
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | memquota: Expand on ChannelAccountIan Jackson2024-10-091-0/+1
| * | | memquota: Add docs and TODOs re inbound channel->circuit dataIan Jackson2024-10-092-0/+3
| * | | emquota: Clarify circuit data queueIan Jackson2024-10-091-1/+1