| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge branch 'slug-colons' into 'main' | Ian Jackson | 2024-10-24 | 1 | -0/+4 | |
| |\ \ \ | ||||||
| | * | | | tor-persist: Explain why colons will never be valid slug chars. | Gabriela Moldovan | 2024-10-23 | 1 | -0/+4 | |
| * | | | | Merge branch 'p101-2024-q3' into 'main' | Alexander Hansen Færøy | 2024-10-24 | 1 | -0/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | Update P101 numbers for Q3-2024. | Alexander Færøy | 2024-10-22 | 1 | -0/+26 | |
| * | | | | | Merge branch 'python-warnings-1' into 'main' | Nick Mathewson | 2024-10-24 | 23 | -86/+128 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | python: Make mypy accept postprocess_coverage_* | Nick Mathewson | 2024-10-24 | 2 | -5/+33 | |
| | * | | | | | Python: simple annotations to allow mypy to pass. | Nick Mathewson | 2024-10-24 | 2 | -4/+5 | |
| | * | | | | | arti_rpc_tests: Fix a type error | Nick Mathewson | 2024-10-24 | 2 | -2/+11 | |
| | * | | | | | python: Split lines over 99 chars long | Nick Mathewson | 2024-10-24 | 2 | -3/+6 | |
| | * | | | | | python: Remove a spurious blank line. | Nick Mathewson | 2024-10-24 | 1 | -1/+0 | |
| | * | | | | | python: one import per line. | Nick Mathewson | 2024-10-24 | 2 | -2/+4 | |
| | * | | | | | Python: use a more lint-acceptable block comment format. | Nick Mathewson | 2024-10-24 | 1 | -3/+6 | |
| | * | | | | | python: Avoid using "l" as a variable name. | Nick Mathewson | 2024-10-24 | 2 | -16/+16 | |
| | * | | | | | rpc-docs-tool: imports go at the head of the module. | Nick Mathewson | 2024-10-24 | 1 | -7/+7 | |
| | * | | | | | python: Use "a not in b" rather than "not a in b". | Nick Mathewson | 2024-10-24 | 3 | -4/+4 | |
| | * | | | | | python: Fix warnings about unused variables and modules. | Nick Mathewson | 2024-10-24 | 9 | -15/+13 | |
| | * | | | | | Add a pyproject.toml for arti_rpc_tests | Nick Mathewson | 2024-10-24 | 1 | -0/+23 | |
| | * | | | | | Remove obsolete "rpc_demo.py" | Nick Mathewson | 2024-10-24 | 1 | -24/+0 | |
| * | | | | | | Merge branch 'vanguards-stems' into 'main' | gabi-250 | 2024-10-24 | 7 | -255/+285 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-circmgr: Clarify that using guarded for client rend is an exception. | Gabriela Moldovan | 2024-10-24 | 2 | -1/+27 | |
| | * | | | | | tor-circmgr: Rename Short/Extended to Naive/Guarded. | Gabriela Moldovan | 2024-10-24 | 4 | -32/+32 | |
| | * | | | | | tor-circmgr: Try to clarify what a "circuit stem" is. | Gabriela Moldovan | 2024-10-24 | 1 | -2/+3 | |
| | * | | | | | tor-circmgr: Post-renaming documentation fixes. | Gabriela Moldovan | 2024-10-24 | 4 | -14/+14 | |
| | * | | | | | tor-circmgr: s/stub/stem throughout. | Gabriela Moldovan | 2024-10-24 | 4 | -100/+100 | |
| | * | | | | | tor-circmgr: s/HsCircStubKind/HsCircStemKind. | Gabriela Moldovan | 2024-10-24 | 2 | -27/+27 | |
| | * | | | | | tor-circmgr: s/HsCircStubKind/HsCircStemKind. | Gabriela Moldovan | 2024-10-24 | 5 | -60/+60 | |
| | * | | | | | tor-circmgr: Use the new vanguards terminology throughout. | Gabriela Moldovan | 2024-10-24 | 3 | -75/+75 | |
| | * | | | | | doc/dev/notes/vanguards: Use the new circuit stem terminology. | Gabriela Moldovan | 2024-10-24 | 1 | -25/+28 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'run-black' into 'main' | Alexander Hansen Færøy | 2024-10-24 | 22 | -438/+661 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Run "black" to reformat all our python | Nick Mathewson | 2024-10-24 | 22 | -438/+661 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'rpc-drop' into 'main' | Nick Mathewson | 2024-10-24 | 14 | -100/+307 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpc: Tweak release_owned to give an error on second removal of "connection". | Nick Mathewson | 2024-10-23 | 2 | -16/+30 | |
| | * | | | | | rpc: Use a const for the "connection" object ID. | Nick Mathewson | 2024-10-23 | 1 | -2/+9 | |
| | * | | | | | rpc: Simplify method-dispatch-bypass logic a bit | Nick Mathewson | 2024-10-23 | 5 | -34/+41 | |
| | * | | | | | rpc: Re-run cbindgen. | Nick Mathewson | 2024-10-23 | 1 | -1/+0 | |
| | * | | | | | python: Use logging to report nonfatal errors. | Nick Mathewson | 2024-10-23 | 2 | -2/+8 | |
| | * | | | | | rpc: Add test for releasing the session object. | Nick Mathewson | 2024-10-23 | 1 | -0/+14 | |
| | * | | | | | rpc: Add support for dropping the special "connection" object ID. | Nick Mathewson | 2024-10-23 | 2 | -9/+40 | |
| | * | | | | | python: Automatically release RPC objects on __del__ | Nick Mathewson | 2024-10-23 | 2 | -3/+32 | |
| | * | | | | | rpc: correct msg and doc for InvalidInput::NullPointer | Nick Mathewson | 2024-10-23 | 1 | -2/+2 | |
| | * | | | | | python rpc: Avoid sneaky use-after-free errors. | Nick Mathewson | 2024-10-23 | 1 | -4/+10 | |
| | * | | | | | python: Add tests for rpc:release. | Nick Mathewson | 2024-10-23 | 2 | -0/+49 | |
| | * | | | | | rpc: Move "rpc:release" to be a method on the rpc object. | Nick Mathewson | 2024-10-23 | 2 | -33/+25 | |
| | * | | | | | rpcserver: detect and use methods that bypass method dispatch. | Nick Mathewson | 2024-10-23 | 1 | -3/+8 | |
| | * | | | | | rpc: do not attempt to dispatch methods with bypassed dispatch. | Nick Mathewson | 2024-10-23 | 1 | -0/+12 | |
| | * | | | | | rpc: Add a mechanism for method that bypass regular dispatch | Nick Mathewson | 2024-10-23 | 1 | -2/+34 | |
| | * | | | | | rpc: Remove unimplemented rpc:downgrade method for now. | Nick Mathewson | 2024-10-23 | 1 | -9/+0 | |
| | * | | | | | rpc: Move some object-id-manipulation methods to a new module. | Nick Mathewson | 2024-10-23 | 3 | -50/+63 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'rpc-docs-tool-update' into 'main' | Nick Mathewson | 2024-10-23 | 1 | -1/+34 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | rpc-docs-tool: Provide better warning on rustdoc format mismatch. | Nick Mathewson | 2024-10-23 | 1 | -0/+27 | |
