Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use std's abstract unix socket API #329

Closed
zeenix opened this issue Apr 13, 2023 · 0 comments · Fixed by #556
Closed

Use std's abstract unix socket API #329

zeenix opened this issue Apr 13, 2023 · 0 comments · Fixed by #556

Comments

@zeenix
Copy link
Contributor

zeenix commented Apr 13, 2023

Apparently abstract unix socket support was added to std a while ago. We should make use of that instead of hacking the address etc.

zeenix added a commit to zeenix/zbus that referenced this issue Jan 26, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 26, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 26, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 27, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 27, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 27, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 27, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
zeenix added a commit to zeenix/zbus that referenced this issue Jan 28, 2024
Add a new address::UnixPath variant for abstract sockets and replace our
hack with the abstract unix socket support from std.

Fixes dbus2#329.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant