summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | fs_mistrust: Provide CheckedDir::make_secure_dirIan Jackson2024-01-292-0/+19
|/ /
* | tor-hsservice: Downgrade a debug message to trace.Gabriela Moldovan2024-01-261-1/+4
* | tor-hsservice: Abort any pending desc uploads if shutting down.Gabriela Moldovan2024-01-261-4/+46
* | tor-hsservice: Add an UploadError type for interruption due to shutdown.Gabriela Moldovan2024-01-261-0/+12
* | tor-hsservice: Document how the publisher tasks are shut down.Gabriela Moldovan2024-01-261-0/+7
* | Merge branch 'set_faulty_eventually' into 'main'Nick Mathewson2024-01-262-6/+24
|\ \
| * | HSS: Mark an Ipt as faulty if it fails continuously for 15 minutes.Nick Mathewson2024-01-252-6/+24
* | | Merge branch 'verifier' into 'main'Nick Mathewson2024-01-262-2/+3
|\ \ \
| * | | fs_mistrust: Expose CheckedDir::verifierIan Jackson2024-01-252-2/+3
| |/ /
* | | Merge branch 'slug2' into 'main'Ian Jackson2024-01-252-94/+62
|\ \ \
| * | | state_dir: Remove a now-unused allowIan Jackson2024-01-251-1/+0
| * | | state_dir: Replace InstanceIdString with Slug and SlugRefIan Jackson2024-01-251-44/+14
| * | | state_dir: Abolish now-obsolete Slug trait renameIan Jackson2024-01-251-5/+3
| * | | slugs: Provide TryIntoSlug, and replace state_dir::Slug with itIan Jackson2024-01-252-47/+48
* | | | Merge branch 'tempdir' into 'main'Ian Jackson2024-01-258-70/+141
|\ \ \ \
| * | | | test-temp-dir: Plan when we think we'll do 1.xIan Jackson2024-01-251-0/+1
| * | | | test-temp-dir: Drop a TODO/allowIan Jackson2024-01-251-3/+0
| * | | | test-temp-dir: Update docs for it being a crateIan Jackson2024-01-251-5/+5
| * | | | test-temp-dir: Improve the docs and fix broken linksIan Jackson2024-01-251-9/+22
| * | | | test-temp-dir: New crateIan Jackson2024-01-258-67/+127
* | | | | Merge branch 'slug4' into 'main'gabi-2502024-01-251-0/+5
|\ \ \ \ \
| * | | | | slug: Implement the AsRefs for Slug as well as for SlugRefIan Jackson2024-01-251-0/+5
| | |_|/ / | |/| | |
* / | | | slug: Fix maint/check_doc_featuresIan Jackson2024-01-251-0/+2
|/ / / /
* | | | Merge branch 'rustls' into 'main'Ian Jackson2024-01-252-28/+35
|\ \ \ \
| * | | | Upgrade to futures-rustls and rustls 0.22.Nick Mathewson2024-01-252-28/+35
* | | | | Merge branch '1237_fixes' into 'main'Ian Jackson2024-01-251-7/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove a comment about distinguishing errorsNick Mathewson2024-01-241-2/+3
| * | | | hss: Comment on use of CircProto error in MsgHandler.Nick Mathewson2024-01-241-2/+12
| * | | | hss: Report failures to send rendezvous requestsNick Mathewson2024-01-241-3/+23
* | | | | Merge branch 'replay' into 'main'Ian Jackson2024-01-254-42/+290
|\ \ \ \ \
| * | | | | tor-hsservice: replay: partial write test - commentaryIan Jackson2024-01-251-0/+29
| * | | | | tor-hsservice: replay: partial write testIan Jackson2024-01-251-2/+114
| * | | | | tor-hsservice: replay: partial write test, skeletonIan Jackson2024-01-252-0/+41
| * | | | | test_temp_dir: Split up .used_by (fmt)Ian Jackson2024-01-251-4/+1
| * | | | | test_temp_dir: Split up .used_byIan Jackson2024-01-253-14/+37
| * | | | | tor-hsservice: Recover from partial writesIan Jackson2024-01-251-2/+29
| * | | | | tor-hsservice: replay: Introduce an EH IEFE (fmt)Ian Jackson2024-01-251-2/+1
| * | | | | tor-hsservice: replay: Introduce an EH IEFEIan Jackson2024-01-251-7/+11
| * | | | | tor-hsservice: replay: Combine PersistFileIan Jackson2024-01-251-16/+25
| * | | | | tor-hsservice: replay: Break out truncate_to_multipleIan Jackson2024-01-251-8/+13
| * | | | | tor-hsservice: replay: Break up a paragraphIan Jackson2024-01-251-1/+3
* | | | | | Merge branch 'slug' into 'main'Ian Jackson2024-01-253-0/+386
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | tor_persist::slug: Abolish ForbiddenOnWindows on non-WindowsIan Jackson2024-01-251-21/+9
| * | | | Introduce tor_persist::slug moduleIan Jackson2024-01-253-0/+398
* | | | | Merge branch 'reconfig-weak-refs' into 'main'gabi-2502024-01-252-10/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arti: Only exit if all the modules have been dropped.Gabriela Moldovan2024-01-251-7/+8
| * | | | arti: Use Weak references for the reconfigurable modules (fmt).Gabriela Moldovan2024-01-251-6/+1
| * | | | arti: Use Weak references for the reconfigurable modules.Gabriela Moldovan2024-01-252-5/+22
| |/ / /
* / / / tor-hsservice: Fix a broken doc link.Gabriela Moldovan2024-01-251-1/+1
|/ / /
* | | Merge branch 'publisher_consts' into 'main'gabi-2502024-01-252-34/+66
|\ \ \