summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...Steven Engler2024-10-242-9/+10
| * tor-chanmgr: `remove_pending` now takes a `PendingChannelHandle`Steven Engler2024-10-241-18/+8
| * tor-chanmgr: improve cleanup procedure of pending channelsSteven Engler2024-10-242-47/+92
| * Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"Steven Engler2024-10-212-56/+34
* | Remove echo structsNeel Chauhan2024-10-251-14/+0
* | arti-rpcserver: Remove echo_on_sessionNeel Chauhan2024-10-251-12/+0
* | Merge branch 'slug-colons' into 'main'Ian Jackson2024-10-241-0/+4
|\ \
| * | tor-persist: Explain why colons will never be valid slug chars.Gabriela Moldovan2024-10-231-0/+4
* | | Merge branch 'python-warnings-1' into 'main'Nick Mathewson2024-10-241-2/+3
|\ \ \
| * | | Python: simple annotations to allow mypy to pass.Nick Mathewson2024-10-241-1/+1
| * | | python: one import per line.Nick Mathewson2024-10-241-1/+2
* | | | tor-circmgr: Clarify that using guarded for client rend is an exception.Gabriela Moldovan2024-10-241-1/+14
* | | | 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
|/ / /
* | | Run "black" to reformat all our pythonNick Mathewson2024-10-241-4/+3
* | | rpc: Tweak release_owned to give an error on second removal of "connection".Nick Mathewson2024-10-231-16/+20
* | | 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
* | | rpc: Add support for dropping the special "connection" object ID.Nick Mathewson2024-10-231-9/+19
* | | rpc: correct msg and doc for InvalidInput::NullPointerNick Mathewson2024-10-231-2/+2
* | | 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
|/ /
* | linkspec: Fix nightly warning about elided lifetimeNick Mathewson2024-10-221-1/+1
* | Make memquota feature part of full in artiIan Jackson2024-10-222-2/+3
* | 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
* | arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
* | arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
* | minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-222-1/+21
* | test-all-crates: conditional options, to test more cratesIan Jackson2024-10-223-3/+3
* | Merge branch 'mq-fix' into 'main'Ian Jackson2024-10-228-26/+92
|\ \
| * | memquota: Use _ rather than allow(dead_code) (fmt)Ian Jackson2024-10-221-1/+4
| * | memquota: Use _ rather than allow(dead_code)Ian Jackson2024-10-222-12/+16
| * | tor-memquota: Fix rustfmt-damaged indentationIan Jackson2024-10-221-5/+5
| * | memquota: Fix error message stringsIan Jackson2024-10-211-2/+2