[PR #162] [MERGED] Support binding to Unix domain sockets #186

Closed
opened 2026-02-27 10:16:06 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-105-support-uds


📝 Commits (1)

  • 41a6696 Support 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.

## 📋 Pull Request Information **Original PR:** https://github.com/matze/wastebin/pull/162 **Author:** [@matze](https://github.com/matze) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `fix-105-support-uds` --- ### 📝 Commits (1) - [`41a6696`](https://github.com/matze/wastebin/commit/41a6696bacd3de993972ca2db33aba19448b2517) Support binding to Unix domain sockets ### 📊 Changes **6 files changed** (+82 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #105. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:16:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#186
No description provided.