index
:
~halfline/libxtrans
master
socket-reopen-fix
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-28
unix: fix reopen function
HEAD
socket-reopen-fix
Ray Strode
1
-40
/
+25
2014-03-31
xtrans 1.3.4
xtrans-1.3.4
master
Hans de Goede
1
-1
/
+1
2014-03-31
Increase UNIX socket buffer size
Mark Kettenis
1
-0
/
+21
2014-03-26
Add missing headers for free() and strlen().
Thomas Klausner
1
-1
/
+2
2014-03-26
Cast ctype(3) function arguments to unsigned char.
Thomas Klausner
1
-2
/
+2
2014-03-26
configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
Hans de Goede
1
-1
/
+1
2014-01-27
xtrans 1.3.3
xtrans-1.3.3
Hans de Goede
1
-1
/
+1
2014-01-27
Add TransIsListening()
Jon TURNEY
2
-0
/
+20
2014-01-13
Enable systemd socket activation
Łukasz Stelmach
1
-1
/
+82
2014-01-13
Define TRANS_RECEIVED flag for transports
Łukasz Stelmach
3
-0
/
+33
2013-12-16
xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
Gaetan Nadon
2
-14
/
+1
2013-12-16
xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
Gaetan Nadon
1
-1
/
+1
2013-12-16
xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING
Gaetan Nadon
1
-5
/
+5
2013-12-14
Don't restrict FD passing to Linux & Solaris
Mark Kettenis
1
-4
/
+0
2013-11-21
Fix alignment issues in FD passing code
Mark Kettenis
1
-8
/
+8
2013-11-21
Remove unused static inlines
Mark Kettenis
1
-16
/
+0
2013-11-07
xtrans 1.3.2
xtrans-1.3.2
Alan Coopersmith
1
-1
/
+1
2013-11-07
Allow XTRANS_SEND_FDS on Solaris as well
Alan Coopersmith
1
-2
/
+2
2013-11-07
Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
Alan Coopersmith
1
-0
/
+35
2013-11-07
Add stubs for send/recv fd functions in local transports
Alan Coopersmith
1
-0
/
+35
2013-11-07
Switch to CMSG_* macros for FD passing
Keith Packard
1
-40
/
+64
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
xtrans-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
xtrans-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
[next]