libxtrans: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Mar 5 18:05:14 PST 2008


 Xtransint.h  |    3 -
 Xtranssock.c |  128 +++++++++++++++++++++++++++++++++++++++++++----------------
 configure.ac |    5 --
 3 files changed, 98 insertions(+), 38 deletions(-)

New commits:
commit 662994b9096181117cec4cae88f24bf6da806159
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 5 21:02:28 2008 -0500

    xtrans 1.1

commit 2afe206ec9569e0d62caa6d91c3fb057b0efa23d
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 5 20:48:59 2008 -0500

    Add support for the abstract socket namespace under Linux.
    
    Unlike normal unix sockets, the abstract namespace is not bound to the
    filesystem.  This has some notable advantages; /tmp need not exist, the
    socket directory need not have magic permissions, etc.  xtrans servers
    will listen on both the normal and abstract socket endpoints; clients
    will attempt to connect to the abstract socket before connecting to the
    corresponding filesystem socket.
    
    Based on a patch by Bill Crawford.



More information about the xorg-commit mailing list