summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)Ian Jackson2023-12-044-6/+19
* | tor-hsservice: ipt_set: Provide IptManagerView::borrow_for_read()Ian Jackson2023-12-041-2/+10
* | tor-hsservice tests: Use a real storage manager for IPT manager testsIan Jackson2023-12-041-2/+8
* | tor-hsservice tests: Break out create_storage_handles_from_state_mgrIan Jackson2023-12-041-2/+9
* | tor-hsservice tests: Break out MockedIptManager state structIan Jackson2023-12-041-18/+45
* | tor-hsservice tests: Use a real keystore for IPT manager testsIan Jackson2023-12-041-54/+4
* | tor-hsservice tests: publish: Make run_test take a runtimeIan Jackson2023-12-041-2/+3
* | tor-hsservice tests: test_temp_dir: Make macro not assume importIan Jackson2023-12-041-1/+1
* | tor-hsservice: ipt_set: Make ::channel() fallibleIan Jackson2023-12-044-8/+10
* | tor-hsservice: Pass and record storage handlesIan Jackson2023-12-046-13/+76
* | tor-hsservice: Provide StartupError variants for failed state readsIan Jackson2023-12-041-0/+26
* | tor-hsservice: Introduce IptStoreErrorIan Jackson2023-12-045-8/+72
* | Merge branch 'publisher-bug' into 'main'gabi-2502023-12-041-28/+58
|\ \
| * | tor-hsservice: Add more details to the last_uploaded docs.Gabriela Moldovan2023-12-041-0/+9
| * | tor-hsservice: If upload_all fails, retry after 5min.Gabriela Moldovan2023-12-041-13/+33
| * | tor-hsservice: Update a handful of publisher logs.Gabriela Moldovan2023-12-041-2/+5
| * | tor-hsservice: Remove unnecessary TODO HSS.Gabriela Moldovan2023-12-041-3/+0
| * | tor-hsservice: Rename upload_rate_lim_ to reattempt_upload.Gabriela Moldovan2023-12-041-6/+6
| * | tor-hsservice: Reduce the upload rate limit threshold.Gabriela Moldovan2023-12-041-1/+1
| * | tor-hsservice: Measure last_uploaded from when the upload was initiated.Gabriela Moldovan2023-12-041-3/+4
* | | Merge branch 'dirs' into 'main'gabi-2502023-12-046-13/+27
|\ \ \
| * | | arti config: Declare who is supposed to add path leaf componentsIan Jackson2023-12-041-0/+10
| * | | tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dirIan Jackson2023-12-045-10/+11
| * | | arti config: Declare cache_dir /var/cache like natureIan Jackson2023-12-041-0/+5
| * | | arti config: Declare cache_dir is not necessarily just the Tor directoryIan Jackson2023-12-041-1/+1
| * | | arti-example-config: Do not claim that state_dir is unusedIan Jackson2023-12-041-2/+0
| |/ /
* | | Merge branch 'files' into 'main'Nick Mathewson2023-12-042-1/+13
|\ \ \
| * | | tor-hsservice: test_temp_dir: Create the directory in .used_byIan Jackson2023-12-041-1/+10
| * | | tor-hsservice: Add a TODO about state_dir reconfigurationIan Jackson2023-12-041-0/+3
| |/ /
* | | Remove semver.md files.Nick Mathewson2023-12-0411-27/+0
* | | Two more patchlevel bumpsNick Mathewson2023-12-048-9/+9
* | | Bump minor versions in preparation for releaseNick Mathewson2023-12-0432-183/+183
* | | Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-0434-97/+97
* | | Run fixup-features in preparation for release.Nick Mathewson2023-12-043-2/+3
* | | arti cfg: suppress a warningIan Jackson2023-12-041-0/+1
|/ /
* / Move from `trust-dns` to `hickory`Andrew2023-11-302-8/+8
|/
* Merge branch 'hss-notes' into 'main'Ian Jackson2023-11-303-0/+118
|\
| * tor-hsclient: ipt_establisher: Fix a broken rustdoc linkIan Jackson2023-11-301-1/+1
| * hssvc-ipt-algorithms.md: Fix moved text syntaxIan Jackson2023-11-291-2/+2
| * hssvc-ipt-algorithms.md: Move some text to ipt_setIan Jackson2023-11-292-0/+72
| * hssvc-ipt-algorithms.md: Move some text to ipt_mgrIan Jackson2023-11-292-0/+37
| * hssvc-ipt-algorithms.md: Delete rendundant textIan Jackson2023-11-292-0/+9
* | Merge branch 'remove-impl' into 'main'Ian Jackson2023-11-301-9/+1
|\ \
| * | tor-keymgr: Remove unnecessary impls for KeystoreCorruptionError.Gabriela Moldovan2023-11-291-9/+1
* | | Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-3050-50/+50
|\ \ \
| * | | In every crate, change rust-version to 1.70.Nick Mathewson2023-11-2850-50/+50
* | | | Merge branch 'report_error_message' into 'main'gabi-2502023-11-304-9/+23
|\ \ \ \
| * | | | Preserve HTTP status text in dirclient errors.Nick Mathewson2023-11-294-9/+23
* | | | | Merge branch 'rustdoc_fix' into 'main'Nick Mathewson2023-11-301-1/+1
|\ \ \ \ \
| * | | | | Fix a rustdoc error.Nick Mathewson2023-11-291-1/+1