index
:
~keithp/libxtrans
fd-passing
master
X Network Transport layer shared code
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
Switch to CMSG_* macros for FD passing
HEAD
master
Keith Packard
2
-41
/
+65
2013-11-07
Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
Keith Packard
3
-0
/
+14
2013-11-06
Update to version 1.3.1
Keith Packard
1
-1
/
+1
2013-11-06
Don't include file descriptor passing code by default
Mark Kettenis
1
-1
/
+3
2013-11-02
Add SEND_FDS version of Readv
Keith Packard
1
-0
/
+24
2013-11-02
Revert "Remove 'Readv' interface"
Keith Packard
2
-0
/
+13
2013-10-31
Update to version 1.3.0
Keith Packard
1
-1
/
+1
2013-10-31
Add APIs to send file descriptors through the network
Keith Packard
4
-17
/
+256
2013-10-31
Remove 'Readv' interface
Keith Packard
2
-13
/
+0
2013-07-09
Add const qualifier to unix_nolisten
Ćukasz Stelmach
1
-1
/
+1
2013-01-27
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Alan Coopersmith
1
-4
/
+0
2013-01-27
Docs: convert function synopses to docbook funcsynopsis markup
Alan Coopersmith
1
-201
/
+360
2013-01-15
autogen.sh: Implement GNOME Build API
Colin Walters
1
-1
/
+3
2013-01-15
configure: Remove AM_MAINTAINER_MODE
Adam Jackson
1
-1
/
+0
2012-12-26
Remove unused TLI ("STREAMSCONN") code from xtrans
Alan Coopersmith
5
-1426
/
+10
2012-03-22
xtrans 1.2.7
xtrans-1.2.7
Alan Coopersmith
1
-1
/
+1
2012-01-11
informaltable cleanup
Matt Dew
1
-32
/
+33
2011-12-13
Xtranssock.c: avoid buffer overrun in SocketReopen
Robert Bragg
1
-6
/
+8
2011-12-06
Remove unnecessary casts on malloc, calloc & free calls
Alan Coopersmith
5
-49
/
+43
2011-12-06
Replace malloc(strlen)+strcpy with strdup
Alan Coopersmith
2
-25
/
+9
2011-12-05
Finish conversion to standard C allocation functions
Alan Coopersmith
6
-118
/
+114
2011-12-05
Fix some resource & memory leaks in libxtrans.
Alan Hourihane
3
-0
/
+6
2011-10-04
Cleanup IDs and links in doc
Matt Dew
1
-14
/
+14
2011-10-01
Convert a bunch of sprintf calls to snprintf
Alan Coopersmith
2
-16
/
+22
2011-10-01
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
6
-16
/
+17
2011-10-01
Fix warning: unused variable 'tmpport' with various configurations
Alan Coopersmith
1
-3
/
+2
2011-10-01
Add _X_UNUSED attributes to silence unused parameter warnings
Alan Coopersmith
4
-12
/
+16
2011-10-01
Mark __xtransname strings for debug messages as const char *
Alan Coopersmith
1
-9
/
+9
2011-10-01
Fix unused variable warnings
Alan Coopersmith
2
-5
/
+5
2011-10-01
Fix warning: ISO C90 forbids mixed declarations and code
Alan Coopersmith
1
-2
/
+2
2011-10-01
Fix printf format string warnings
Alan Coopersmith
3
-19
/
+19
2011-10-01
Convert PRMSG macro to prmsg inline function
Alan Coopersmith
6
-607
/
+569
2011-10-01
Fix warnings about static functions declared but never defined
Alan Coopersmith
2
-1
/
+9
2011-09-21
Removing SUN specific code, let solaris create .X11-pipe with sticky bit on
Arvind Umrao
1
-4
/
+0
2011-09-20
specs: regroup <author> <editor> <othercredit> under authorgroup
Gaetan Nadon
1
-12
/
+12
2011-09-20
specs: refactor copyright legal text for multi licensing
Gaetan Nadon
1
-14
/
+3
2011-09-19
doc: support multi licensed copyright notice and license text
Gaetan Nadon
1
-2
/
+2
2011-09-16
Strip trailing whitespace
Alan Coopersmith
9
-300
/
+300
2011-09-14
docs: fix authors affiliation
Gaetan Nadon
1
-4
/
+7
2011-09-12
docs: use the &fullrelvers; entity to set X11 release information
Gaetan Nadon
1
-2
/
+5
2011-09-11
docs: remove <productnumber> which is not used by default
Gaetan Nadon
1
-1
/
+0
2011-09-08
docbook.am: embed css styles inside the HTML HEAD element
Gaetan Nadon
1
-2
/
+0
2011-09-07
docbook.am: global maintenance update - entities, images and olinking
Gaetan Nadon
1
-52
/
+62
2011-06-12
Install xml versions of specs even if HAVE_XMLTO is false
Gaetan Nadon
2
-2
/
+2
2011-06-11
Install target dbs alongside generated documents
Gaetan Nadon
2
-3
/
+3
2011-04-24
Silence warnings when building with clang
Jeremy Huddleston
3
-0
/
+28
2011-03-30
Documentation: add Docbook external references support
Gaetan Nadon
4
-58
/
+108
2011-03-16
Remove a decnet leftover
Adam Jackson
1
-16
/
+0
2011-03-16
Remove K&R token pasting macros
Adam Jackson
1
-36
/
+0
2011-03-16
Don't special-case allocation for the X server
Adam Jackson
1
-5
/
+0
[next]