Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-13 | Bump to 1.0.2xtrans-1.0.2 | Adam Jackson | |
2006-10-12 | Fix the ChangeLog hook to distcheck. | Adam Jackson | |
2006-09-15 | Remove GIT_DIR setting from git log command | Alan Coopersmith | |
2006-09-15 | Copy additional copyright/license statements from source to COPYING | Alan Coopersmith | |
2006-09-13 | Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c" | Alan Coopersmith | |
Bug #728: <https://bugs.freedesktop.org/show_bug.cgi?id=728> Patch #3527: <https://bugs.freedesktop.org/attachment.cgi?id=3527> bzero sockaddr structures before passing to kernel to convince memory checkers that they are initialized before use | |||
2006-08-24 | Use SUN_LEN if it is defined on non-BSD44SOCKETS systems | Alan Coopersmith | |
2006-08-24 | Bug 4982: use offsetof for manipulating struct sockaddr_un | Petr Salinger | |
X.Org Bugzilla #4982 <https://bugs.freedesktop.org/show_bug.cgi?id=4982> Patch #5424 <https://bugs.freedesktop.org/attachment.cgi?id=5424> | |||
2006-08-24 | Try to capture the insanity of xtrans in a short README document | Alan Coopersmith | |
2006-08-24 | More sprintf -> snprintf conversions | Alan Coopersmith | |
2006-08-23 | Replace static ChangeLog with dist-hook to generate from git-log | Alan Coopersmith | |
2006-08-23 | Add ResetListener for named pipe transport | Alan Coopersmith | |
(more merging of Xtrans code from Solaris xtrans) | |||
2006-08-22 | Merge more fixes from Solaris xtrans | Alan Coopersmith | |
Convert sprintf -> snprintf Don't use fake readv/writev on Solaris x86. | |||
2006-08-21 | Merge Solaris named pipe transport support into LOCALCONN | Alan Coopersmith | |
Also clean up #ifdefs in Xtranslcl for which transport types are supported Add "pipe" alias for named pipe transport on Solaris to match Solaris Xlib. | |||
2006-08-21 | Add --enable-local-transport and set it on by default on SVR4 OS'es | Alan Coopersmith | |
2006-08-21 | Add *~ to .gitignore to skip emacs droppings | Alan Coopersmith | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-06-30 | Bump to 1.0.1. | Donnie Berkholz | |
2006-06-20 | Check setuild() return value. Bugzilla #7116.xtrans-1_0_1 | Matthieu Herrb | |
2006-05-25 | No code change. Just fix comment that said SOCKCONN to become TCPCONN. | Jeremy C. Reed | |
(This dates back to 1994 or before.) | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_903XORG-6_99_99_902MODULAR_COPY | Kevin E Martin | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902 | Kean Johnson | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-03 | Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSDXORG-6_8_99_901 | Alan Coopersmith | |
fix for xtrans (Robert Millan) | |||
2005-10-02 | //bugs.freedesktop.org/show_bug.cgi?id=4256> Patch #3046 | Alan Coopersmith | |
<https://bugs.freedesktop.org/attachment.cgi?id=3046> Define MAXHOSTNAMELEN if platform doesn't (Michael Banck) | |||
2005-08-19 | Bugzilla #3957 <https://bugs.freedesktop.org/show_bug.cgi?id=3957> Patch | Alan Coopersmith | |
#2924 <https://bugs.freedesktop.org/attachment.cgi?id=2924> xtrans changes for AIX (Dan McNichol, IBM) Bugzilla #3957 <https://bugs.freedesktop.org/show_bug.cgi?id=3957> Patch #2925 <https://bugs.freedesktop.org/attachment.cgi?id=2925> xtrans changes for AIX (Dan McNichol, IBM) | |||
2005-08-17 | On FreeBSD, some of the symbols necessary for secure RPC support are in | Eric Anholt | |
librpcsvc, so check for their presence in rpcsvc so that the library will be added. | |||
2005-08-16 | Define BSD44SOCKETS if struct sockaddr_in has a sin_len member | Alan Coopersmith | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-26 | Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c) | Alan Coopersmith | |
2005-07-26 | Add config.h includes for modularization Use RETSIGTYPE if defined byXORG-6_8_99_900 | Alan Coopersmith | |
autoconf in addition to Imake's SIGNALRETURNSINT. Use HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's HAS_VFORK | |||
2005-07-23 | typo | Matthieu Herrb | |
2005-07-17 | Move AC_MSG_RESULT so it shows up in the right place, not after other tests | Alan Coopersmith | |
are executed | |||
2005-07-14 | Split out TCP library/IPv6 support checks into XTRANS_TCP_FLAGS for sharing | Alan Coopersmith | |
with code like xdm that doesn't use Xtrans but accesses TCP sockets directly. Clean up --enable flags and report settings in configure output. | |||
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-07-03 | Change <X11/os.h> to "os.h".XORG-6_8_99_16XORG-6_8_99_15 | Daniel Stone | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_14 | Daniel Stone | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||
2005-07-02 | Make includedir=@includedir@ in xtrans.pc.in, not with /X11/Xtrans. | Daniel Stone | |
2005-06-22 | Apply these patches from Theo van Klaveren: | Søren Sandmann Pedersen | |
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck. | |||
2005-06-22 | Add the rest of my patch from bugzilla #1605 to define INADDR_NONE onXORG-6_8_99_13 | Alan Coopersmith | |
platforms that don't define it in the system headers. | |||
2005-06-22 | Apply patch by Alan Coopersmith from #1605 to fix address resolution of | Kristian Høgsberg | |
hostnames starting with a digit for 64 bit architechtures. | |||
2005-06-18 | Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since | Alan Coopersmith | |
multiple modules will need them | |||
2005-06-09 | Use $(includedir)/X11/Xtrans for Xtransincludedir | Alexander Gottwald | |
2005-06-08 | Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir, | Eric Anholt | |
so that the aclocal calls in other modules will pick it up if this prefix's aclocal dir is not in a default path for system aclocal. | |||
2005-05-25 | - Add FSlib to symlink.sh | Søren Sandmann Pedersen | |
- Change Xtrans includedir back to be X11/Xtrans, so that users of it can continue to include <X11/*> - Add build system for FSlib - Conditionally include config.h in xc/lib/FS - Remove redundant include of FSproto.h in xc/lib/FS - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed. | |||
2005-05-23 | Change xtransincludedir in pkg-config file to match change in Makefile.am. | Josh Triplett | |
2005-05-21 | xtrans: | Alan Coopersmith | |
Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports ICE: Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. X11: Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans. | |||
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | |
2005-05-13 | - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in | Søren Sandmann Pedersen | |
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source |