summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mq docs: Clarity that chanmgr and circmgr share the ToplevelAccountIan Jackson2024-10-071-1/+3
| * | | mq docs: Add some formulaic cross-references to memquota newtypesIan Jackson2024-10-071-0/+12
| * | | mq docs: Rewrite and expand overview/architecture doc in tor-protoIan Jackson2024-10-071-16/+66
| * | | mq docs: Add some cross-references from tor-memquota to tor-protoIan Jackson2024-10-072-0/+8
| * | | mq docs: Add a linkIan Jackson2024-10-071-1/+1
| * | | mq docs: Move arti queues text to tor_proto::memquotaIan Jackson2024-10-072-24/+24
| * | | mq docs: Uncomment docs about mq_queue, and remove the TODOIan Jackson2024-10-071-4/+4
* | | | Merge branch 'miri-1' into 'main'Ian Jackson2024-10-0918-28/+90
|\ \ \ \
| * | | | tor-rtmock: Add some commentary about SleepLocationIan Jackson2024-10-081-0/+6
| * | | | tor-rtmock: Simplify two cfgIan Jackson2024-10-082-2/+1
| * | | | CI: run miri on tor-persist tooIan Jackson2024-10-081-1/+1
| * | | | tor-persist: miri: disable tests that involve fs accessIan Jackson2024-10-084-4/+10
| * | | | tor-basic-utils: Change a function to not be unsafeIan Jackson2024-10-081-2/+2
| * | | | CI: run miri on tor-rtmock tooIan Jackson2024-10-081-1/+1
| * | | | tor-rtmock: Fix a memory leakIan Jackson2024-10-081-6/+20
| * | | | tor-rtmock: miri: disable tests that use wallclock timeIan Jackson2024-10-086-3/+15
| * | | | tor-rtmock: Provide a fake SleepProvider for miriIan Jackson2024-10-081-0/+16
| * | | | tor-rtmock: Disable dead code warnings when not in a full buildIan Jackson2024-10-081-0/+3
| * | | | CI: run miri on tor-memquota tooIan Jackson2024-10-081-1/+1
| * | | | tor-memquota: miri: disable tests that use coarsetimeIan Jackson2024-10-083-3/+9
| * | | | tor-error: Disable backtraces under miri, even if cargo feature enabledIan Jackson2024-10-081-2/+2
| * | | | miri: Update the nightly versionIan Jackson2024-10-081-6/+6
| * | | | miri: Fix update runesIan Jackson2024-10-081-2/+2
* | | | | Merge branch 'fix-clippy' into 'main'gabi-2502024-10-091-1/+1
|\ \ \ \ \
| * | | | | tor-keymgr: Fix indentation in doc comment.Gabriela Moldovan2024-10-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-cargo-warning' into 'main'Jim Newsome2024-10-093-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix Cargo.toml typo with `no_default_features = true`Steven Engler2024-10-033-3/+3
* | | | | Merge branch 'rpc-feature-check' into 'main'gabi-2502024-10-095-4/+49
|\ \ \ \ \
| * | | | | arti-rpcserver: minimal handling for request.meta.requireNick Mathewson2024-10-072-2/+30
| * | | | | arti-rpcserver: Correctly handle rpc.meta without `updates`Nick Mathewson2024-10-071-0/+1
| * | | | | tor-{error,rpcbase}: Add new RPC error codes from spec.Nick Mathewson2024-10-072-0/+17
| * | | | | rpc spec: correct the name of a field.Nick Mathewson2024-10-071-2/+1
* | | | | | Merge branch 'secondary-keystores' into 'main'gabi-2502024-10-0848-405/+2307
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | arti-client: Fix a broken doc comment.Gabriela Moldovan2024-10-081-1/+1
| * | | | | tor-keymgr: Move C Tor keystore configs under ctor key (fmt).Gabriela Moldovan2024-10-081-5/+10
| * | | | | tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-083-39/+51
| * | | | | arti: Add a ctor-keystore feature.Gabriela Moldovan2024-10-081-0/+1
| * | | | | editorconfig: Ignore the new keymgr test files.Gabriela Moldovan2024-10-081-1/+1
| * | | | | tor-keymgr: Add tests for CTorServiceKeystore.Gabriela Moldovan2024-10-084-1/+149
| * | | | | tor-keymgr: Add tests for CTorClientKeystore.Gabriela Moldovan2024-10-087-2/+183
| * | | | | tor-keymgr: Move assert_found helper to test_utils.Gabriela Moldovan2024-10-082-14/+24
| * | | | | tor-keymgr: Add tests for the keystore config.Gabriela Moldovan2024-10-082-0/+165
| * | | | | tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-085-15/+26
| * | | | | tor-keymgr: Validate keystore ID uniqueness in ArtiKeystoreConfigBuilder.Gabriela Moldovan2024-10-081-1/+23
| * | | | | arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.Gabriela Moldovan2024-10-082-6/+0
| * | | | | tor-key-forge: Remove now-outdated TODO.Gabriela Moldovan2024-10-081-3/+0
| * | | | | tor-key-forge: Remove unused function.Gabriela Moldovan2024-10-081-8/+0
| * | | | | arti-client: Use the configured C Tor client keystores.Gabriela Moldovan2024-10-083-3/+14
| * | | | | tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-083-4/+107
| * | | | | arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-084-12/+28