-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
Merged
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
Apparently abstract unix socket support was added to std a while ago. We should make use of that instead of hacking the address etc.
The text was updated successfully, but these errors were encountered: