| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace fixes | Ulrich Sibiller | 2016-11-02 | 3 | -4/+4 |
* | Xtrans: update to Xorg/xtrans upstream (1.3.5+) | Ulrich Sibiller | 2016-11-02 | 7 | -912/+1352 |
* | Remove __UNIXOS2__ references | Ulrich Sibiller | 2016-11-02 | 3 | -8/+8 |
* | remove CLTS code | Adam Jackson | 2016-11-02 | 5 | -491/+1 |
* | use %p in format strings | Ulrich Sibiller | 2016-11-02 | 2 | -5/+5 |
* | replace PRMSG by prmsg | Ulrich Sibiller | 2016-11-02 | 6 | -524/+499 |
* | align license headers with Xorg/xtrans upstream | Ulrich Sibiller | 2016-11-02 | 7 | -22/+29 |
* | move helper functions to file end | Ulrich Sibiller | 2016-11-02 | 1 | -142/+148 |
* | Fixed #ifdef checks that were using i386 to use __i386__ | Jeremy Huddleston | 2016-11-02 | 3 | -11/+11 |
* | whitespace cleanup | Ulrich Sibiller | 2016-11-02 | 6 | -107/+108 |
* | Drastically simplify TRANS_OPEN_MAX. | Adam Jackson | 2016-11-02 | 2 | -54/+3 |
* | undef __QNX__ | Ulrich Sibiller | 2016-11-02 | 2 | -5/+5 |
* | undef Lynx | Ulrich Sibiller | 2016-11-02 | 4 | -21/+5 |
* | undef AIXV3 | Ulrich Sibiller | 2016-11-02 | 2 | -4/+4 |
* | undef hpux | Ulrich Sibiller | 2016-11-02 | 3 | -91/+4 |
* | undef __UNIXOS2__ | Ulrich Sibiller | 2016-11-02 | 4 | -49/+0 |
* | Remove OS2PIPECONN transport | Ulrich Sibiller | 2016-11-02 | 6 | -901/+8 |
* | Remove unused TLI ("STREAMSCONN") code | Ulrich Sibiller | 2016-11-02 | 6 | -1446/+10 |
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 7 | -764/+16 |
* | remove unused mkks.sh | Ulrich Sibiller | 2016-11-02 | 1 | -11/+0 |
* | remove unused jump_* files from libX11 | Ulrich Sibiller | 2016-11-02 | 3 | -1618/+0 |
* | remove *-def.cpp | Ulrich Sibiller | 2016-11-02 | 1 | -2011/+0 |
* | libX11/Imakefile: handle libX11 links | Ulrich Sibiller | 2016-11-02 | 1 | -0/+27 |
* | libX11/Imakefile: add missing dependencies on ks_tables.h | Ulrich Sibiller | 2016-11-02 | 1 | -0/+3 |
* | Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of... | Mike Gabriel | 2016-10-31 | 9 | -17/+0 |
* | Plug a memory leak | Emilio Pozuelo Monfort | 2016-10-27 | 1 | -0/+2 |
* | LRGB.c: Fix label defined but not used | Ulrich Sibiller | 2016-10-20 | 1 | -3/+0 |
* | Fixes: warning: variable 'req' set but not,used | walter harms | 2016-10-20 | 17 | -18/+18 |
* | fix: warning: pointer targets in passing argument 2 of '_XSend' differ in sig... | walter harms | 2016-10-20 | 1 | -2/+2 |
* | no need to check args for Xfree() | walter harms | 2016-10-20 | 1 | -41/+33 |
* | remove stray extern | walter harms | 2016-10-20 | 1 | -1/+1 |
* | Fix warnings in XlibInt.c | Ulrich Sibiller | 2016-10-20 | 2 | -0/+7 |
* | imLcIm.c: Fix unused variables | Ulrich Sibiller | 2016-10-20 | 1 | -3/+4 |
* | Pending.c: Fix compilation warning | Ulrich Sibiller | 2016-10-20 | 1 | -2/+2 |
* | Fix libX11 implicit declaration warnings | Ulrich Sibiller | 2016-10-20 | 1 | -2/+2 |
* | Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ... | Mike Gabriel | 2016-10-20 | 1 | -41/+0 |
* | Validation of server responses in XGetImage() | Tobias Stoeckmann | 2016-10-19 | 1 | -9/+20 |
* | The validation of server responses avoids out of boundary accesses. | Tobias Stoeckmann | 2016-10-19 | 3 | -11/+27 |
* | xcms: use size_t for pointer offsets passed to strncmp | Alan Coopersmith | 2016-10-19 | 5 | -10/+10 |
* | xcms: use unsigned indexes when looping through unsigned values | Alan Coopersmith | 2016-10-19 | 6 | -11/+11 |
* | xcms: use size_t for strlen/sizeof values instead of converting to int & back | Alan Coopersmith | 2016-10-19 | 2 | -2/+2 |
* | Xlib.h: Fix macros imitating C functions. | Dominik Muth | 2016-10-19 | 1 | -17/+17 |
* | XKB: fix XkbGetKeyboardByName with Xming server | Olivier Fourdan | 2016-10-19 | 1 | -1/+5 |
* | lcPubWrap: replace malloc(strlen) + strcpy with strdup | Alan Coopersmith | 2016-10-19 | 1 | -2/+1 |
* | XlcDL.c: reduce code duplication | Alan Coopersmith | 2016-10-19 | 1 | -12/+10 |
* | XlcDL.c: replace strcpy+strcat sequences with snprintf | Alan Coopersmith | 2016-10-19 | 1 | -6/+8 |
* | XDefaultOMIF: Remove comments referring to ancient Sun bug ids | Alan Coopersmith | 2016-10-19 | 1 | -14/+1 |
* | XDefaultOMIF: additional code simplification | Alan Coopersmith | 2016-10-19 | 1 | -32/+11 |
* | XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup | Alan Coopersmith | 2016-10-19 | 1 | -15/+8 |
* | Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM | Alan Coopersmith | 2016-10-19 | 1 | -2/+1 |