glib/docs/reference/gio
Dan Winship 19d8cc3375 GUnixSocketAddress: handle abstract sockets with non-0-padded names
There are apparently two incompatible ways of naming abstract sockets:
pad the sockaddr with 0s and use the entire thing as the name, or else
don't, and just pass a shorter length value to the relevant functions.
We previously only supported the former method. Add support for the
latter.

Also correctly handle "anonymous" unix sockaddrs (eg, the client side
of a connection, or a socketpair() socket), and add unix domain socket
support to the socket-client and socket-server test programs to make
sure this all works.

https://bugzilla.gnome.org/show_bug.cgi?id=615960
2010-04-22 11:54:41 -04:00
..
.gitignore Bug 549771 – improved .gitignore for glib 2008-09-02 18:40:39 +00:00
gio-docs.xml Rename gsettings-tool to gsettings 2010-04-22 01:17:02 -04:00
gio-querymodules.xml Add a man page for gio-querymodules 2010-04-18 15:54:54 -04:00
gio-sections.txt GUnixSocketAddress: handle abstract sockets with non-0-padded names 2010-04-22 11:54:41 -04:00
gio.types Merge the GSettings docs 2010-04-17 00:31:41 -04:00
gschema-compile.xml Rename gsettings-tool to gsettings 2010-04-22 01:17:02 -04:00
gsettings-schema-convert.xml Add gettext-domain when required, and allow to specify it on the cmdline 2010-04-20 22:55:15 -04:00
gsettings.xml Rename gsettings-tool to gsettings 2010-04-22 01:17:02 -04:00
gvfs-overview.odg update the overview image of the gio docs 2009-06-08 17:29:22 +02:00
gvfs-overview.png update the overview image of the gio docs 2009-06-08 17:29:22 +02:00
Makefile.am Rename gsettings-tool to gsettings 2010-04-22 01:17:02 -04:00
migrating.xml Add a note about requiring a new enough GConf 2010-04-21 12:37:38 -04:00
overview.xml Merge the GSettings docs 2010-04-17 00:31:41 -04:00
version.xml.in gio/ docs/reference/gio Merged gio-standalone into glib. 2007-11-26 16:13:05 +00:00