mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #162] [MERGED] Support binding to Unix domain sockets #186
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/162
Author: @matze
Created: 5/21/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @matze
Base:
master← Head:fix-105-support-uds📝 Commits (1)
41a6696Support binding to Unix domain sockets📊 Changes
6 files changed (+82 additions, -29 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
README.md(+6 -0)📝
crates/wastebin_core/src/env.rs(+2 -0)📝
crates/wastebin_server/src/env.rs(+38 -8)📝
crates/wastebin_server/src/main.rs(+27 -20)📝
crates/wastebin_server/src/test_helpers.rs(+4 -1)📄 Description
Fixes #105.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.