summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-hsservice: Add some TODOs for the publisher.Gabriela Moldovan2023-09-121-0/+17
| * | | tor-hsservice: Set the size for the upload_task_complete channel to 0.Gabriela Moldovan2023-09-121-3/+5
| * | | tor-hsservice: Use mpsc channels instead of async-broadcast (fmt).Gabriela Moldovan2023-09-121-15/+19
| * | | tor-hsservice: Use mpsc channels instead of async-broadcast.Gabriela Moldovan2023-09-122-30/+39
| * | | tor-hsservice: Make schedule_pending_upload take &mut self.Gabriela Moldovan2023-09-121-16/+18
| * | | tor-hsservice: Require Mockable to impl Clone.Gabriela Moldovan2023-09-121-1/+2
| * | | tor-hsservice: Reformat handle_upload_results docs.Gabriela Moldovan2023-09-121-1/+2
| * | | tor-hsservice: Replace SystemTime::now() with runtime.now().Gabriela Moldovan2023-09-121-7/+5
| * | | tor-hsservice: Remove the TODOs that have been addressed.Gabriela Moldovan2023-09-071-16/+0
| * | | tor-hsservice: Tell the reactor about the status of the descriptor upload task.Gabriela Moldovan2023-09-071-1/+13
| * | | tor-hsservice: Don't block the reactor on the descriptor uploads (fmt).Gabriela Moldovan2023-09-071-24/+38
| * | | tor-hsservice: Don't block the reactor on the descriptor uploads.Gabriela Moldovan2023-09-072-53/+92
| * | | tor-hsservice: Handle upload completion events.Gabriela Moldovan2023-09-071-0/+14
| * | | tor-hsservice: Add handler for descriptor upload results.Gabriela Moldovan2023-09-071-0/+44
| * | | tor-hsservice: Add some types for representing upload results.Gabriela Moldovan2023-09-071-0/+39
| * | | tor-hsservice: Run descriptor uploads in parallel instead of sequentially (fmt).Gabriela Moldovan2023-09-071-17/+22
| * | | tor-hsservice: Run descriptor uploads in parallel instead of sequentially.Gabriela Moldovan2023-09-071-5/+26
| * | | tor-hsservice: Increment the revision counter when generating a new descriptor.Gabriela Moldovan2023-09-071-2/+26
| * | | tor-hsservice: Move the revision counter out of Descriptor.Gabriela Moldovan2023-09-072-5/+10
| * | | tor-hsservice: Remove unused publisher reactor function.Gabriela Moldovan2023-09-071-5/+0
| * | | tor-hsservice: Remove unnecessary allow annotations.Gabriela Moldovan2023-09-071-2/+0
| * | | tor-hsservice: Use existing postage::watch import.Gabriela Moldovan2023-09-071-1/+1
* | | | Merge branch 'mock-output' into 'main'Ian Jackson2023-09-141-4/+17
|\ \ \ \
| * | | | tor-rtmock: task backtraces: Expand on spurious backtracesIan Jackson2023-09-131-2/+7
| * | | | tor-rtmock: task backtraces: Fix output re backtrace multiplicityIan Jackson2023-09-131-2/+10
* | | | | Merge branch 'keymgr-fixes' into 'main'Ian Jackson2023-09-143-8/+8
|\ \ \ \ \
| * | | | | tor-keymgr: Fix typo in key names.Gabriela Moldovan2023-09-121-4/+4
| * | | | | tor-keymgr: Remove redundant _private suffix from key extension.Gabriela Moldovan2023-09-122-4/+4
* | | | | | Merge branch 'mock-backtrace' into 'main'Ian Jackson2023-09-133-19/+308
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | tor-rtmock: task: Add missing doc commentIan Jackson2023-09-131-1/+3
| * | | | | tor-rtmock: task: Add warning about backtrace salienceIan Jackson2023-09-131-2/+34
| * | | | | tor-rtmock: task: Add backtrace dumping callsIan Jackson2023-09-131-4/+4
| * | | | | tor-rtmock: task: Add API for printing dumps including backtracesIan Jackson2023-09-133-3/+79
| * | | | | tor-rtmock: task: Capture sleep backtraces, with code to dumpIan Jackson2023-09-132-4/+76
| * | | | | tor-rtmock: task: Prepare for ActualWaker::clone taking the data lockIan Jackson2023-09-131-4/+28
| * | | | | tor-rtmock: task: Switch to unsafe RawWaker approachIan Jackson2023-09-131-5/+83
| * | | | | tor-rtmock: task: Add space in data for sleep backtracesIan Jackson2023-09-131-5/+8
| * | | | | tor-rtmock: task: Disable traced_test under miriIan Jackson2023-09-131-2/+4
| |/ / / /
* | | | | Merge branch 'warning' into 'main'gabi-2502023-09-131-0/+1
|\ \ \ \ \
| * | | | | tor-proto: Add a missing cfgIan Jackson2023-09-131-0/+1
| |/ / / /
* | | | | Merge branch 'localhost' into 'main'Alexander Færøy2023-09-121-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tor-config: Listen: Clarify localhost_port_legacyIan Jackson2023-09-121-1/+1
| * | | | tor-config: Listen: Fix a typoIan Jackson2023-09-121-2/+2
| | |_|/ | |/| |
* | | | tor-hsservice: ipt mgr: merge_join_subset_by: testIan Jackson2023-09-121-0/+27
* | | | tor-hsservice: ipt mgr: Add an empty test moduleIan Jackson2023-09-121-0/+18
* | | | tor-hsservice: ipt mgr: Commentary about performanceIan Jackson2023-09-121-0/+59
* | | | tor-hsservice: ipt mgr: merge_join_subset_by: rustfmtIan Jackson2023-09-121-2/+2
* | | | tor-hsservice: ipt mgr: merge_join_subset_by: fix clippy lintsIan Jackson2023-09-121-11/+5
* | | | tor-hsservice: ipt mgr: merge_join_subset_by: drop Debug boundsIan Jackson2023-09-121-3/+3
* | | | tor-hsservice: ipt mgr: merge_join_subset_by: return an iteratorIan Jackson2023-09-121-12/+7