summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README to reflect docs converted from nroff to DocBook XMLGaetan Nadon2010-06-271-3/+3
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: remove trailing spaces in xtrans.xmlGaetan Nadon2010-06-271-203/+202
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: replace groff input format with docbook xml formatGaetan Nadon2010-06-266-844/+1068
| | | | | | | Initial version of xtrans docbook xml. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditionalGaetan Nadon2010-06-252-5/+8
| | | | | | | | | | | | Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. Skip the HTML output format if one of the dependencies is missing. The version 1.9 of the util-macros package is required. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update README to reflect docs moved here from xorg-docs moduleAlan Coopersmith2010-05-211-3/+4
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+1
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use HAVE_GROFF_MM to skip doc when 'm.tmac' macros missingGaetan Nadon2010-02-161-2/+2
| | | | | | This conditional is defined in XORG_WITH_GROFF macro. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use new macros XORG_WITH_GROFF and PS2PDFGaetan Nadon2010-02-053-22/+18
| | | | | | | These control the usage of doc tools Also use XORG_ENABLE_DOCS to control generation of docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-143-42/+57
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* require autoconf 2.60 because of $(docdir) useRémi Cardona2009-12-171-1/+1
| | | | | | | Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-282-2/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-6/+67
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* Bug 24612: Memory & fd leaks in local transportsEric Sesterhenn2009-10-191-1/+8
| | | | | | | X.Org bug #24612 <http://bugs.freedesktop.org/show_bug.cgi?id=24612> Patch #30548 <http://bugs.freedesktop.org/attachment.cgi?id=30548> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* xtrans 1.2.5xtrans-1.2.5Alan Coopersmith2009-10-171-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move Xtrans interface docs from xorg-docs moduleAlan Coopersmith2009-10-173-1/+848
| | | | | | | Only built/installed if --enable-docs is requested, since few people should be writing code using xtrans interfaces directly. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-151-6/+5
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Silence root ownership warnings on CygwinYaakov Selkowitz2009-10-151-2/+2
| | | | | | XWin need not be run as root, nor do Administrators have uid of 0. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* Don't use -lws2_32 on CygwinYaakov Selkowitz2009-10-151-1/+3
| | | | | | | | On Cygwin, both the (builtin) *NIX socket API and WinSock (via w32api) are available, but they cannot be mixed. We use *NIX APIs for everything else, so we do not want to mix in WinSock here. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* Move xtrans.pc to /usr/share/pkg-configMikhail Gusarov2009-10-151-1/+1
| | | | | | | | | This fixes configuration in cross-compilation mode: pkg-config does not look for .pc in /usr/lib/pkg-config during cross-compilation to avoid picking up wrong libraries. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Acked-by: Julien Cristau <jcristau@debian.org>
* Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau2009-10-151-58/+20
| | | | | | | If IPv6 is enabled at build time, assume that the C library will have getaddrinfo at runtime. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Version 1.2.4xtrans-1.2.4Alan Coopersmith2009-07-311-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith2009-07-304-7/+7
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith2009-05-181-1/+8
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Constify path argument to trans_mkdir()Alan Coopersmith2009-04-242-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Update is_numeric base on the declaration change in ↵Benjamin Close2009-02-091-1/+1
| | | | | | 389e01fb51ba2d708015e27d8fc17c88a0e55802 Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
* Revert "Fix "XXX declared 'static' but not defined""Benjamin Close2009-02-092-1/+13
| | | | | | | | | | | | | | | | This reverts commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412. When transport.c is directly include (as in the case of libICE:icetrans.c:32) Xtranssock.c must be included before Xtransutil.c in order for the socket structures to be included. Including Xtransutil.c after Xtranssock.c requires is_number and trans_mkdir to be defined. This reintroduces the warning until a cleaner solution can be found but fixes the build. Found by: Tinderbox Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
* Constify string argument to is_numericAlan Coopersmith2009-02-061-2/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix libICE build after code motion in d192bac409...Alan Coopersmith2009-02-061-0/+8
| | | | | | | | The #ifdef ICE_t case in Xtransutil.c depended on some #includes that are done in files that transport.c previously included before Xtransutil.c but are now after Xtransutil.c is included. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix "XXX declared 'static' but not defined"Tomas Carnecky2009-02-052-13/+1
| | | | | | | | | | | | | The functions are declared static in Xtransint.h but are defined in Xtransutil.c. So when someone (xserver/os/connection.c) incuded Xtransint.h, gcc would throw the warning. I removed the declarations from the header and rearranged includes in transport.c so that Xtransutil.c is included just after Xtransint.h. This way the functions are still defined for the files that need them (Xtranssock.c, Xtranstli.c). Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix "warning: format not a string literal and no format arguments"Tomas Carnecky2009-02-051-4/+4
| | | | | Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-303-7/+10
| | | | | | | | Compiler warnings are spread on other packages, with a warning in the format: /usr/include/X11/Xtrans/Xtranssock.c:548: warning: 'ciptr' may be used uninitialized in this function so the code was slightly changed so that the compiler would not "think" it could be used without initialization.
* Version 1.2.3xtrans-1.2.3Alan Coopersmith2009-01-111-1/+1
|
* Add bugzilla, mailing list & git repo pointers to READMEAlan Coopersmith2009-01-111-14/+36
|
* Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2Alan Coopersmith2008-12-012-1/+6
|
* 18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.Alan Coopersmith2008-12-011-1/+1
| | | | X.Org Bug #18748 <http://bugs.freedesktop.org/show_bug.cgi?id=18748>
* add winsock check for windows buildsAlan Hourihane2008-10-151-0/+1
|
* xtrans 1.2.2xtrans-1.2.2Adam Jackson2008-10-071-1/+1
|
* Finish removing OS/2 supportAdam Jackson2008-10-073-891/+3
|
* Remove DECNET support.Adam Jackson2008-10-076-716/+3
| | | | This hasn't been consumed in the server or libs since 7.0.
* Drastically simplify TRANS_OPEN_MAX.Adam Jackson2008-08-072-50/+3
| | | | If your OS doesn't have sysconf(3), then life is already hard for you.
* Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson2008-08-077-631/+28
|
* Added a flag to enable "The OS already took care of securing this, please ↵Jeremy Huddleston2008-08-051-0/+1
| | | | skip checking xauth" for use with Apple launchd sockets.
* Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic ↵Jeremy Huddleston2008-07-151-0/+14
| | | | addition code in the server isn't bulletproof yet.
* xtrans 1.2.1xtrans-1.2.1Adam Jackson2008-07-021-1/+1
|
* Clear some pointer type mismatch warningsAlan Coopersmith2008-06-241-2/+2
|
* LocalClose() takes a ConnInfoPtr, not an fdAlan Coopersmith2008-06-241-1/+1
|
* Launchd: This functionality has been moved into xorg-serverJeremy Huddleston2008-05-231-62/+1
|