summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arti: Bump secmem-proc to fix the build errors on FreeBSD.Gabriela Moldovan2024-10-152-3/+3
| |/ / /
* | | | Merge branch 'keypair-specifier-docs' into 'main'Alexander Hansen Færøy2024-10-151-1/+15
|\ \ \ \ | |/ / / |/| | |
| * | | tor-keymgr: Reformat a long line for readability.Gabriela Moldovan2024-10-151-1/+3
| * | | tor-keymgr: Add missing docs for keypair_specifier.Gabriela Moldovan2024-10-151-0/+12
|/ / /
* | | Merge branch 'hs-client-pow' into 'main'Ian Jackson2024-10-1545-254/+1090
|\ \ \ | |/ / |/| |
| * | arti: Make hs-pow a experimental feature.Wesley Aptekar-Cassels2024-10-092-3/+2
| * | Add a little test coverage for pow-params parsing.Wesley Aptekar-Cassels2024-10-092-0/+126
| * | hs-pow inner desc: broaden pow-params rule, disallow object for v1.Wesley Aptekar-Cassels2024-10-092-3/+8
| * | Fix incorrect doc comment.Wesley Aptekar-Cassels2024-10-091-1/+2
| * | hs-pow: inner doc test using canned data from C tor.Wesley Aptekar-Cassels2024-10-092-4/+87
| * | hs-pow: Explain what the v1 scheme refers to, in PowParams.Wesley Aptekar-Cassels2024-10-091-0/+7
| * | hs-pow: Change rule to require pow_params type parameter.Wesley Aptekar-Cassels2024-10-091-1/+1
| * | hs-pow: Clarify a confusing comment in ProofOfWorkV1.Wesley Aptekar-Cassels2024-10-091-1/+1
| * | hs-pow: Use clamp for clarity.Wesley Aptekar-Cassels2024-10-091-4/+4
| * | hs-pow: Rename seed to seed_head.Wesley Aptekar-Cassels2024-10-091-3/+3
| * | hs-pow: Use TimerangeBound for puzzle parameters.Wesley Aptekar-Cassels2024-10-095-49/+64
| * | hs-pow: Effort type improvements.Wesley Aptekar-Cassels2024-10-092-11/+45
| * | Use HsPowClient.Wesley Aptekar-Cassels2024-10-091-1/+2
| * | tor-hscrypto: Fixup broken doc links.Wesley Aptekar-Cassels2024-10-093-4/+4
| * | hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-0925-101/+201
| * | tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-0934-380/+447
| * | Enable onion client proof-of-work in the standalone "arti" toolWesley Aptekar-Cassels2024-10-091-0/+3
| * | First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-099-7/+207
| * | tor-hspow: Revise comments, type names, module coupling.Wesley Aptekar-Cassels2024-10-0910-119/+85
| * | tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-097-6/+115
| * | tor-netdoc: Add parsing support for pow-params.Wesley Aptekar-Cassels2024-10-093-0/+120
| * | 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