summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | python: one import per line.Nick Mathewson2024-10-242-2/+4
| * | | | | Python: use a more lint-acceptable block comment format.Nick Mathewson2024-10-241-3/+6
| * | | | | python: Avoid using "l" as a variable name.Nick Mathewson2024-10-242-16/+16
| * | | | | rpc-docs-tool: imports go at the head of the module.Nick Mathewson2024-10-241-7/+7
| * | | | | python: Use "a not in b" rather than "not a in b".Nick Mathewson2024-10-243-4/+4
| * | | | | python: Fix warnings about unused variables and modules.Nick Mathewson2024-10-249-15/+13
| * | | | | Add a pyproject.toml for arti_rpc_testsNick Mathewson2024-10-241-0/+23
| * | | | | Remove obsolete "rpc_demo.py"Nick Mathewson2024-10-241-24/+0
* | | | | | Merge branch 'vanguards-stems' into 'main'gabi-2502024-10-247-255/+285
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-circmgr: Clarify that using guarded for client rend is an exception.Gabriela Moldovan2024-10-242-1/+27
| * | | | | tor-circmgr: Rename Short/Extended to Naive/Guarded.Gabriela Moldovan2024-10-244-32/+32
| * | | | | tor-circmgr: Try to clarify what a "circuit stem" is.Gabriela Moldovan2024-10-241-2/+3
| * | | | | tor-circmgr: Post-renaming documentation fixes.Gabriela Moldovan2024-10-244-14/+14
| * | | | | tor-circmgr: s/stub/stem throughout.Gabriela Moldovan2024-10-244-100/+100
| * | | | | tor-circmgr: s/HsCircStubKind/HsCircStemKind.Gabriela Moldovan2024-10-242-27/+27
| * | | | | tor-circmgr: s/HsCircStubKind/HsCircStemKind.Gabriela Moldovan2024-10-245-60/+60
| * | | | | tor-circmgr: Use the new vanguards terminology throughout.Gabriela Moldovan2024-10-243-75/+75
| * | | | | doc/dev/notes/vanguards: Use the new circuit stem terminology.Gabriela Moldovan2024-10-241-25/+28
|/ / / / /
* | | | | Merge branch 'run-black' into 'main'Alexander Hansen Færøy2024-10-2422-438/+661
|\ \ \ \ \
| * | | | | Run "black" to reformat all our pythonNick Mathewson2024-10-2422-438/+661
|/ / / / /
* | | | | Merge branch 'rpc-drop' into 'main'Nick Mathewson2024-10-2414-100/+307
|\ \ \ \ \
| * | | | | rpc: Tweak release_owned to give an error on second removal of "connection".Nick Mathewson2024-10-232-16/+30
| * | | | | rpc: Use a const for the "connection" object ID.Nick Mathewson2024-10-231-2/+9
| * | | | | rpc: Simplify method-dispatch-bypass logic a bitNick Mathewson2024-10-235-34/+41
| * | | | | rpc: Re-run cbindgen.Nick Mathewson2024-10-231-1/+0
| * | | | | python: Use logging to report nonfatal errors.Nick Mathewson2024-10-232-2/+8
| * | | | | rpc: Add test for releasing the session object.Nick Mathewson2024-10-231-0/+14
| * | | | | rpc: Add support for dropping the special "connection" object ID.Nick Mathewson2024-10-232-9/+40
| * | | | | python: Automatically release RPC objects on __del__Nick Mathewson2024-10-232-3/+32
| * | | | | rpc: correct msg and doc for InvalidInput::NullPointerNick Mathewson2024-10-231-2/+2
| * | | | | python rpc: Avoid sneaky use-after-free errors.Nick Mathewson2024-10-231-4/+10
| * | | | | python: Add tests for rpc:release.Nick Mathewson2024-10-232-0/+49
| * | | | | rpc: Move "rpc:release" to be a method on the rpc object.Nick Mathewson2024-10-232-33/+25
| * | | | | rpcserver: detect and use methods that bypass method dispatch.Nick Mathewson2024-10-231-3/+8
| * | | | | rpc: do not attempt to dispatch methods with bypassed dispatch.Nick Mathewson2024-10-231-0/+12
| * | | | | rpc: Add a mechanism for method that bypass regular dispatchNick Mathewson2024-10-231-2/+34
| * | | | | rpc: Remove unimplemented rpc:downgrade method for now.Nick Mathewson2024-10-231-9/+0
| * | | | | rpc: Move some object-id-manipulation methods to a new module.Nick Mathewson2024-10-233-50/+63
| | |/ / / | |/| | |
* | | | | Merge branch 'rpc-docs-tool-update' into 'main'Nick Mathewson2024-10-231-1/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rpc-docs-tool: Provide better warning on rustdoc format mismatch.Nick Mathewson2024-10-231-0/+27
| * | | | Update rpc-docs-tool to work with latest nightly rustdocNick Mathewson2024-10-221-1/+7
* | | | | Merge branch 'elided_lifetime_warning' into 'main'opara2024-10-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | linkspec: Fix nightly warning about elided lifetimeNick Mathewson2024-10-221-1/+1
|/ / / /
* | | | Merge branch 'mq-feat' into 'main'Ian Jackson2024-10-2212-20/+103
|\ \ \ \
| * | | | Make memquota feature part of full in artiIan Jackson2024-10-223-3/+4
| * | | | Make memquota feature part of full in arti-clientIan Jackson2024-10-222-3/+4
| * | | | tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-223-3/+28
| * | | | tor-cell: Document Cargo featuresIan Jackson2024-10-221-0/+27
| * | | | tor-hscrypto: Document Cargo featuresIan Jackson2024-10-221-1/+18
| * | | | tor-llcrypto: Document memquota-memcost and full featuresIan Jackson2024-10-221-0/+6