summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | Merge branch 'bug1531' into 'main'Ian Jackson2024-10-2115-36/+49
|\ \ \ \
| * | | | Convert a few crates to slotmap-carefulNeel Chauhan2024-10-1715-36/+49
* | | | | Merge branch 'test_create_hop_count_reinstate' into 'main'gabi-2502024-10-211-4/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tor-proto: Reinstate circuit hop check in test_create()Neel Chauhan2024-10-161-4/+1
| |/ / /
* | | | Merge branch 'arti-rpcserver-comment' into 'main'wesleyac2024-10-211-1/+1
|\ \ \ \
| * | | | Fix typo in arti-rpcserver auth.rs commentNeel Chauhan2024-10-181-1/+1
| | |/ / | |/| |
* | | | rpc: List missing required features in error dataNick Mathewson2024-10-171-5/+7
* | | | rpc: Include "data" field in error.Nick Mathewson2024-10-171-3/+43
* | | | Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-178-92/+57