mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #145] [MERGED] feat: support unix sockets #490
Reference in New Issue
Block a user
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/sigoden/dufs/pull/145
Author: @sigoden
Created: 11/11/2022
Status: ✅ Merged
Merged: 11/11/2022
Merged by: @sigoden
Base:
main← Head:feat-bind-socket📝 Commits (2)
88ab911feat: support unix sockets4f48cb0fix on windows📊 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.socketclose #141
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.