| Commit message (Expand) | Author | Age | Files | Lines |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-03-01 | 5 | -13/+2 |
* | drop platform support: unifdef QNX. | Mike Gabriel | 2017-03-01 | 2 | -5/+1 |
* | drop platform support: unifdef __osf__. | Mike Gabriel | 2017-03-01 | 1 | -6/+1 |
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-03-01 | 3 | -56/+3 |
* | drop platform support: unifdef hpux and __hppa__. | Mike Gabriel | 2017-03-01 | 5 | -131/+6 |
* | drop platform support: unifdef Lynx. | Mike Gabriel | 2017-03-01 | 5 | -14/+2 |
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-03-01 | 16 | -596/+8 |
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+1 |
* | LibX11: drop unused xlibi18n | Ulrich Sibiller | 2016-11-17 | 15 | -304/+0 |
* | nx-X11/lib/X11/Imakefile: essentially revert 5a90a63. | Mihai Moldovan | 2016-11-05 | 1 | -6/+21 |
* | libX11 + Xserver: fix missing define warning | Ulrich Sibiller | 2016-11-03 | 1 | -1/+1 |
* | xtrans: fix compilation warnings because of missing XTRANS_SEND_FDS | Ulrich Sibiller | 2016-11-02 | 1 | -1/+1 |
* | Remove OS2PIPECONN transport | Ulrich Sibiller | 2016-11-02 | 1 | -2/+2 |
* | Remove unused TLI ("STREAMSCONN") code | Ulrich Sibiller | 2016-11-02 | 1 | -7/+0 |
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 1 | -29/+13 |
* | 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 | 7 | -7/+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 |
* | Delete #if 0 hunks of code | Alan Coopersmith | 2016-10-19 | 4 | -152/+0 |
* | Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths | Alan Coopersmith | 2016-10-19 | 1 | -33/+25 |
* | Bug 93184: read_EncodingInfo invalid free | Alan Coopersmith | 2016-10-19 | 1 | -3/+4 |
* | Remove unused definition of XCONN_CHECK_FREQ | Alan Coopersmith | 2016-10-19 | 1 | -8/+0 |