index
:
lib/libxtrans
master
obsd
X transport layer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-09-20
xtrans 1.3.5
xtrans-1.3.5
Keith Packard
2014-09-13
Add TRANS(Listen) function to re-enable specific listen sockets
Keith Packard
2014-08-24
Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args
Alan Coopersmith
2014-08-24
Add const qualifiers to TRANS(MakeAll*ServerListeners) port args
Alan Coopersmith
2014-08-24
Add const qualifiers to TRANS(Connect) args
Alan Coopersmith
2014-08-23
Add const qualifiers to TRANS(CreateListener) port args
Alan Coopersmith
2014-08-23
Add const qualifiers to TRANS(Reopen...) port args
Alan Coopersmith
2014-08-23
Add const qualifiers to TRANS(Open...) address args
Alan Coopersmith
2014-08-23
Update docs to note that TransName is now const char *
Alan Coopersmith
2014-03-31
xtrans 1.3.4
xtrans-1.3.4
Hans de Goede
2014-03-31
Increase UNIX socket buffer size
Mark Kettenis
2014-03-26
Add missing headers for free() and strlen().
Thomas Klausner
2014-03-26
Cast ctype(3) function arguments to unsigned char.
Thomas Klausner
2014-03-26
configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
Hans de Goede
2014-01-27
xtrans 1.3.3
xtrans-1.3.3
Hans de Goede
2014-01-27
Add TransIsListening()
Jon TURNEY
2014-01-13
Enable systemd socket activation
Łukasz Stelmach
2014-01-13
Define TRANS_RECEIVED flag for transports
Łukasz Stelmach
2013-12-16
xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
Gaetan Nadon
2013-12-16
xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
Gaetan Nadon
2013-12-16
xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING
Gaetan Nadon
2013-12-14
Don't restrict FD passing to Linux & Solaris
Mark Kettenis
2013-11-21
Fix alignment issues in FD passing code
Mark Kettenis
2013-11-21
Remove unused static inlines
Mark Kettenis
2013-11-07
xtrans 1.3.2
xtrans-1.3.2
Alan Coopersmith
2013-11-07
Allow XTRANS_SEND_FDS on Solaris as well
Alan Coopersmith
2013-11-07
Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
Alan Coopersmith
2013-11-07
Add stubs for send/recv fd functions in local transports
Alan Coopersmith
2013-11-07
Switch to CMSG_* macros for FD passing
Keith Packard
2013-11-07
Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
Keith Packard
2013-11-06
Update to version 1.3.1
xtrans-1.3.1
Keith Packard
2013-11-06
Don't include file descriptor passing code by default
Mark Kettenis
2013-11-02
Add SEND_FDS version of Readv
Keith Packard
2013-11-02
Revert "Remove 'Readv' interface"
Keith Packard
2013-10-31
Update to version 1.3.0
xtrans-1.3.0
Keith Packard
2013-10-31
Add APIs to send file descriptors through the network
Keith Packard
2013-10-31
Remove 'Readv' interface
Keith Packard
2013-07-09
Add const qualifier to unix_nolisten
Łukasz Stelmach
2013-01-27
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Alan Coopersmith
2013-01-27
Docs: convert function synopses to docbook funcsynopsis markup
Alan Coopersmith
2013-01-15
autogen.sh: Implement GNOME Build API
Colin Walters
2013-01-15
configure: Remove AM_MAINTAINER_MODE
Adam Jackson
2012-12-26
Remove unused TLI ("STREAMSCONN") code from xtrans
Alan Coopersmith
2012-03-22
xtrans 1.2.7
xtrans-1.2.7
Alan Coopersmith
2012-01-11
informaltable cleanup
Matt Dew
2011-12-13
Xtranssock.c: avoid buffer overrun in SocketReopen
Robert Bragg
2011-12-06
Remove unnecessary casts on malloc, calloc & free calls
Alan Coopersmith
2011-12-06
Replace malloc(strlen)+strcpy with strdup
Alan Coopersmith
2011-12-05
Finish conversion to standard C allocation functions
Alan Coopersmith
2011-12-05
Fix some resource & memory leaks in libxtrans.
Alan Hourihane
[next]