summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | rpc-cookie: Formatting cleanup wrt `P`.Nick Mathewson2024-10-211-3/+3
| * | | rpc-cookie: Make more text normative; defined a malformed cookie fileNick Mathewson2024-10-211-6/+11
| * | | rpc-cookie: More naming consistencyNick Mathewson2024-10-211-8/+9
| * | | rpc-sketches: Unify, clarify, and clean up socket_canonicalNick Mathewson2024-10-212-31/+32
| * | | rpc-cookie-sketch: unify non-address field names.Nick Mathewson2024-10-211-9/+8
| * | | rpc-cookie-sketch: re-order SADDR_USE and SADDR_VERIFY.Nick Mathewson2024-10-211-7/+8
| * | | rpc-cookie-sketch: specify cookie IO failures.Nick Mathewson2024-10-211-0/+13
| * | | cookie-sketch: Revise "in arti-rpc" section for clarityNick Mathewson2024-10-211-6/+12
| * | | rpc-cookie-sketch: Clarifications from @dizietNick Mathewson2024-10-211-6/+7
| * | | cookie-sketch: More security concerns on addr_canonicalNick Mathewson2024-10-211-0/+13
| * | | cookie-sketch: Use a separate set of methods for cookie-auth.Nick Mathewson2024-10-211-10/+16
| * | | cookie-sketch: Describe use of TupleHashNick Mathewson2024-10-211-15/+17
| * | | cookie-sketch: Use agreed-upon mitm prevention.Nick Mathewson2024-10-211-5/+12
| * | | cookie-sketch: "nonce", not "secret".Nick Mathewson2024-10-211-3/+3
| * | | RPC cookie authentication spec sketch.Nick Mathewson2024-10-211-0/+81
| |/ /
* | | Merge branch 'mq-fix' into 'main'Ian Jackson2024-10-2226-27/+124
|\ \ \
| * | | 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
| * | | shadow tests: Enable and turn on memquotaIan Jackson2024-10-212-1/+6
| * | | shadow tests: Provide an arti.extra.toml to arti-extra binaryIan Jackson2024-10-2117-0/+26
| * | | 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