summaryrefslogtreecommitdiff
path: root/crates
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
|/ / /
* | | 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
| * | memquota: In debug builds, reliably detect use of dropped AccountIan Jackson2024-10-211-0/+13
| * | memquota: Fix a test not to rely on accessing cache with dead AccountIan Jackson2024-10-211-1/+1
| * | memquota: fix data stream account lifetimeIan Jackson2024-10-211-5/+18
| * | memquota: Fix resolve stream account lifetimeIan Jackson2024-10-212-8/+12
| * | memquota: Fix circuit account lifetime (fmt)Ian Jackson2024-10-212-5/+24
| * | memquota: Fix circuit account lifetime (clippy churn)Ian Jackson2024-10-212-5/+5
| * | memquota: Fix circuit account lifetimeIan Jackson2024-10-212-5/+4
| * | memquota: Log a trace message when a claim failsIan Jackson2024-10-212-1/+9
| * | memquota: Log a message at info on startup, if enabledIan Jackson2024-10-211-0/+3
* | | Merge branch 'inet_not_tcp' into 'main'David Goulet2024-10-221-35/+35
|\ \ \
| * | | general::SocketAddr: Say "inet" rather than "tcp"Nick Mathewson2024-10-171-35/+35
* | | | Merge branch 'peek' into 'main'Ian Jackson2024-10-221-4/+0
|\ \ \ \
| * | | | Remove an obsolete TODOIan Jackson2024-10-211-4/+0
| | |/ / | |/| |
* | | | rpclib: Rename RequestCancelled to be accurate.Nick Mathewson2024-10-214-18/+9