summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
|/
* 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 'semver-breaking-upgrade-of-the-daleks' into 'main'Nick Mathewson2023-11-296-29/+21
|\ \
| * | llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-2/+2
| * | Remove RngCompatExt.Nick Mathewson2023-11-294-9/+6
| * | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-296-20/+15
* | | Merge branch 'persist-tempdir' into 'main'Ian Jackson2023-11-293-25/+353
|\ \ \ | |/ / |/| |
| * | tor-hsservice: test_temp_dir: Fix comment syntaxNick Mathewson2023-11-291-1/+1
| * | tor-hsservice: test_temp_dir: Rename to used_byIan Jackson2023-11-292-4/+4
| * | tor-hsservice: test_temp_dir: Rename to TestTempDirGuardIan Jackson2023-11-292-6/+6
| * | tor-hsservice: test_temp_dir: Expand on the TODO (fmt)Ian Jackson2023-11-291-1/+0
| * | tor-hsservice: test_temp_dir: Expand on the TODOIan Jackson2023-11-291-1/+3
| * | tor-hsservice test_temp_dir: Add commentary about why do thisIan Jackson2023-11-291-0/+25
| * | tor-hsservice test_temp_dir: Add more docs about in_obtainIan Jackson2023-11-291-0/+5
| * | tor-hsservice test_temp_dir: Add docs about early deletion hazardIan Jackson2023-11-291-0/+19
| * | tor-hsservice test_temp_dir: Make a lifetime explicit (fmt)Ian Jackson2023-11-291-1/+5
| * | tor-hsservice test_temp_dir: Make a lifetime explicitIan Jackson2023-11-291-1/+1
| * | tor-hsservice tests: create_keymgr: add a doc commentIan Jackson2023-11-291-0/+1
| * | tor-hsservice: test_temp_dir: Improve docs (fmt)Ian Jackson2023-11-291-1/+1
| * | tor-hsservice: test_temp_dir: Improve docsNick Mathewson2023-11-291-1/+2
| * | tor-hsservice tests: Make create_keymgr pub(crate)Ian Jackson2023-11-281-2/+2
| * | tor-hsservice tests: Change create_keymgr to use TestTempDirIan Jackson2023-11-281-24/+26
| * | tor-hsservice tests: Introduce new test_temp_dir helper moduleIan Jackson2023-11-282-0/+270
| |/
* | tor-hsservice: time_store: Change rel time Display to humantime (fmt)Ian Jackson2023-11-291-4/+1
* | tor-hsservice: time_store: Change rel time Display to humantimeIan Jackson2023-11-291-31/+23
* | tor-hsservice: time_store: Change rel time prefix to T+Ian Jackson2023-11-291-13/+13
* | tor-hsservice: time_store: rustfmtIan Jackson2023-11-281-5/+6
* | tor-hsservice: time_store: tests: Split up a stringIan Jackson2023-11-281-1/+4
* | tor-hsservice: time_store: deser strings: don't allocateIan Jackson2023-11-281-5/+19
* | tor-hsservice: time_store: Reference: change serdeIan Jackson2023-11-281-11/+6
* | tor-hsservice: time_store: Reference: impl FromStrIan Jackson2023-11-281-1/+22
* | tor-hsservice: time_store: Reference: change DisplayIan Jackson2023-11-281-4/+8
* | tor-hsservice: time_store: provide time_t_to_system_timeIan Jackson2023-11-281-0/+74
* | tor-hsservice: time_store: break out system_time_to_time_tIan Jackson2023-11-281-7/+12
* | tor-hsservice: time_store: SerdeStringOrTransparent macroIan Jackson2023-11-281-26/+41