summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | tor-llcrypto: Sort and tidy Cargo features in README.mdIan Jackson2024-10-221-10/+8
| * | | | tor-units: Document Cargo featuresIan Jackson2024-10-221-0/+8
* | | | | Merge branch 'precise' into 'main'Ian Jackson2024-10-227-8/+58
|\| | | |
| * | | | arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
| * | | | test-all-crates: Rename --start-from to --skip-untilIan Jackson2024-10-221-3/+3
| * | | | arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
| * | | | CI: Append to RUSTFLAGS, in case it's already setIan Jackson2024-10-221-1/+1
| * | | | minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-223-1/+23
| * | | | test-all-crates: New --start-from optionIan Jackson2024-10-221-0/+11
| * | | | test-all-crates: conditional options, to test more cratesIan Jackson2024-10-225-6/+18
| * | | | test-all-crates: Introduce proper argument parserIan Jackson2024-10-222-4/+8
| |/ / /
* | | | Merge branch 'rpc-cookie-auth-sketch' into 'main'Nick Mathewson2024-10-222-0/+136
|\ \ \ \ | |/ / / |/| | |