[PR #145] [MERGED] feat: support unix sockets #490

Closed
opened 2026-04-08 16:53:09 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/145
Author: @sigoden
Created: 11/11/2022
Status: Merged
Merged: 11/11/2022
Merged by: @sigoden

Base: mainHead: feat-bind-socket


📝 Commits (2)

📊 Changes

5 files changed (+143 additions, -65 deletions)

View changed files

📝 README.md (+8 -3)
📝 src/args.rs (+18 -8)
📝 src/main.rs (+82 -52)
📝 src/server.rs (+4 -2)
src/unix.rs (+31 -0)

📄 Description

bind a unix socket with dufs -b /tmp/dufs.socket

close #141


🔄 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/sigoden/dufs/pull/145 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 11/11/2022 **Status:** ✅ Merged **Merged:** 11/11/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-bind-socket` --- ### 📝 Commits (2) - [`88ab911`](https://github.com/sigoden/dufs/commit/88ab911421e6c424549fc14845cb2fedcc606f66) feat: support unix sockets - [`4f48cb0`](https://github.com/sigoden/dufs/commit/4f48cb0c8fef0a72f2a5364c7ed01738bca44842) fix on windows ### 📊 Changes **5 files changed** (+143 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -3) 📝 `src/args.rs` (+18 -8) 📝 `src/main.rs` (+82 -52) 📝 `src/server.rs` (+4 -2) ➕ `src/unix.rs` (+31 -0) </details> ### 📄 Description bind a unix socket with `dufs -b /tmp/dufs.socket` close #141 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:09 +03:00
zhus closed this issue 2026-04-08 16:53:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#490