index
:
lib/libxtrans
master
obsd
X transport layer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xtrans.c
Age
Commit message (
Expand
)
Author
2024-05-05
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2024-04-03
TRANS(GetHostname): Fix "‘strncpy’ output truncated.." warning
Kim Woelders
2024-04-03
TRANS(ParseAddress): Fix "assignment discards ‘const’ qualifier" warnings
Kim Woelders
2023-06-15
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2023-03-19
DISPLAY starting with unix: or / is always a socket path
Demi Marie Obenour
2023-03-19
Allow full paths to sockets on non-macOS
Demi Marie Obenour
2023-03-19
Allow partial connection to succeed
Olivier Fourdan
2022-07-01
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2022-05-10
Fix spelling/wording issues
Alan Coopersmith
2020-04-25
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2019-10-14
TEST_t is never defined
Adam Jackson
2019-09-30
Remove non-Solaris SysV support
Adam Jackson
2019-09-30
Delete SCO support
Adam Jackson
2019-09-30
unifdef USG and NCR
Adam Jackson
2018-11-25
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2018-08-25
Use strcasecmp if it's available, instead of lowercasing strings
Alan Coopersmith
2016-08-13
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2016-05-19
Remove GetMyAddr
Adam Jackson
2016-05-19
Remove CLTS code
Adam Jackson
2016-01-02
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2015-12-03
Remove support for SysV on x86 platforms other than Solaris & SCO
Alan Coopersmith
2015-11-28
Replace 'sun' with '__sun'
Richard PALO
2015-11-07
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2014-09-13
Add TRANS(Listen) function to re-enable specific listen sockets
Keith Packard
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-04-08
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
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-02-09
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
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-11-12
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2013-11-07
Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
Keith Packard
2013-11-02
Revert "Remove 'Readv' interface"
Keith Packard
2013-11-02
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2013-10-31
Add APIs to send file descriptors through the network
Keith Packard
2013-10-31
Remove 'Readv' interface
Keith Packard
2013-01-13
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
2012-12-26
Remove unused TLI ("STREAMSCONN") code from xtrans
Alan Coopersmith
2012-01-01
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
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
2011-10-01
Merge remote-tracking branch 'origin/master' into obsd
Matthieu Herrb
[next]