| Commit message (Expand) | Author | Age | Files | Lines |
* | Display.c: pid is always 0, remove check | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | Window.c: Fix reference before check for null pointer | Ulrich Sibiller | 2017-03-10 | 1 | -3/+7 |
* | Keyboard.c: Simplify if clause | Ulrich Sibiller | 2017-03-10 | 1 | -4/+2 |
* | Rootless.c: Fix wrongly negated comparisons | Ulrich Sibiller | 2017-03-10 | 1 | -2/+2 |
* | Args.c: Fix missing parentheses | Ulrich Sibiller | 2017-03-10 | 1 | -0/+2 |
* | nxcomp/ChannelEndPoint.cpp: we're not really testing for a character, but a p... | Mihai Moldovan | 2017-03-09 | 1 | -1/+1 |
* | Merge branch 'uli42-pr/backup_null_rulesfile' into 3.6.x | Mihai Moldovan | 2017-03-07 | 1 | -5/+25 |
|\ |
|
| * | xkb: Allow NULL as rulesFile in XkbSetRulesDflts. | Peter Hutterer | 2017-03-07 | 1 | -5/+25 |
|/ |
|
* | Merge branch 'uli42-pr/cve-2017-2624' into 3.6.x | Mihai Moldovan | 2017-03-07 | 5 | -3/+63 |
|\ |
|
| * | os: add timingsafe_memcmp to Imake | Ulrich Sibiller | 2017-03-04 | 2 | -2/+10 |
| * | Backport CVE-2017-2624 (timingsafe_memcmp) | Ulrich Sibiller | 2017-03-03 | 4 | -3/+55 |
|/ |
|
* | Merge branch 'uli42-pr/fix_validatestring' into 3.6.x | Mike Gabriel | 2017-03-03 | 18 | -90/+73 |
|\ |
|
| * | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 48 | -347/+340 |
| * | nxagent: move validateString as inline func to Utils.h | Ulrich Sibiller | 2017-03-03 | 7 | -9/+8 |
| * | xkb: add missing const | Ulrich Sibiller | 2017-03-03 | 1 | -1/+2 |
| * | xkb: remove XkbAtomGetString, replace with NameForAtom. | Peter Hutterer | 2017-03-03 | 5 | -15/+8 |
| * | Replace _XkbDupString with Xstrdup | Alan Coopersmith | 2017-03-03 | 9 | -72/+55 |
| * | nxagent: half number of NameForAtom calls | Ulrich Sibiller | 2017-03-03 | 6 | -2/+9 |
* | | Merge branch 'uli42-pr/remove_allocate_local' into 3.6.x | Mike Gabriel | 2017-03-03 | 48 | -347/+340 |
|\ \
| |/
|/| |
|
| * | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 48 | -347/+340 |
|/ |
|
* | Merge branch 'sunweaver-pr/really-enable-MITSHM-in-fboverlay-c' into 3.6.x | Mihai Moldovan | 2017-03-03 | 4 | -2/+54 |
|\ |
|
| * | Xserver/mi/miscrinit.c: Use new shmint.h for making ShmRegisterFbFuncs() avai... | Mike Gabriel | 2017-03-03 | 1 | -2/+1 |
| * | Xserver/fb/fboverlay.c: Define -DMITSHM at build as it is used in fboverlay.c. | Mike Gabriel | 2017-03-03 | 2 | -0/+9 |
| * | Xserver/Xext/shmint.h: Provide header file exporting ShmRegisterFunc and ShmR... | Mike Gabriel | 2017-03-03 | 1 | -0/+44 |
|/ |
|
* | Merge branch 'sunweaver-pr/fix-unused-libNX_X11-files' into 3.6.x | Mihai Moldovan | 2017-03-03 | 11 | -2368/+14 |
|\ |
|
| * | libNX_X11: Fully drop loadable i18n module support in libNX_X11. | Mike Gabriel | 2017-03-03 | 6 | -2340/+3 |
| * | libNX_X11/lcUTF8.c: Drop not-used X11/lcUniConv/ascii.h. | Mike Gabriel | 2017-03-03 | 2 | -28/+0 |
| * | doc/libNX_X11/lcUniConv: Move over the rather-documentary files 8bit_tab_to_h... | Mike Gabriel | 2017-03-03 | 2 | -0/+0 |
| * | doc/libNX_X11/lcUniConv: Pull over README from X.org's libX11 to document the... | Mike Gabriel | 2017-03-03 | 1 | -0/+11 |
|/ |
|
* | Merge branch 'sunweaver-pr/happyvalgrind-in-glXQueryVersion' into 3.6.x | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
|\ |
|
| * | Xserver/GL/glx/glxcmd.c: Fix uninitialized xGLXQueryVersionReply. | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
|/ |
|
* | misc nx-X11/programs/Xserver/randr/: switch to using xreallocarray, since it ... | Mihai Moldovan | 2017-03-03 | 6 | -60/+0 |
* | misc nx-X11/programs/Xserver/{composite,dix,randr}/: switch to using realloca... | Mihai Moldovan | 2017-03-03 | 7 | -62/+0 |
* | nx-X11/programs/Xserver/include/os.h: backport xallocarray(). | Mihai Moldovan | 2017-03-03 | 1 | -0/+2 |
* | nx-X11/{config/cf/{{Imake,X11}.tmpl,linux.cf},programs/Xserver/{include/os.h,... | Mihai Moldovan | 2017-03-03 | 6 | -3/+70 |
* | misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ... | Mihai Moldovan | 2017-03-03 | 12 | -557/+402 |
* | nx-X11/programs/Xserver/mi/{Imakefile,mibank.{c,h}}: backport ffaae7c0c69a51a... | Mihai Moldovan | 2017-03-03 | 3 | -2697/+0 |
* | Merge branch 'sunweaver-pr/happyvalgrind-nxagentResetSignalHandlers' into 3.6.x | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
|\ |
|
| * | hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle... | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'uli42-pr/happyvalgrind' into 3.6.x | Mike Gabriel | 2017-03-03 | 17 | -47/+93 |
|\ |
|
| * | Fix "uninitialised byte(s)" complaints from valgrind | Ulrich Sibiller | 2017-03-02 | 17 | -47/+93 |
|/ |
|
* | Merge branch 'sunweaver-pr/allow-empty-nx-options-string' into 3.6.x | Mihai Moldovan | 2017-03-02 | 1 | -2/+3 |
|\ |
|
| * | nxcomp/Loop.cpp: Allow nx/nx:<disp> as DISPLAY variable (i.e. an empty nx/nx ... | Mike Gabriel | 2017-03-02 | 1 | -1/+2 |
| * | nxcomp/Loop.cpp: Ignore, options= nx/nx parameter, if file options path start... | Mike Gabriel | 2017-03-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sunweaver-pr/constify-atom-name-strings' into 3.6.x | Mihai Moldovan | 2017-03-02 | 10 | -26/+25 |
|\ |
|
| * | Xserver/dix/atom.c (et al.): Constify atom name strings. | Mike Gabriel | 2017-03-02 | 10 | -26/+25 |
|/ |
|
* | Merge branch 'sunweaver-pr/randr-regression-fix-re-adding-RegisterResourceNam... | Mihai Moldovan | 2017-03-01 | 5 | -0/+25 |
|\ |
|
| * | nx-libs.spec: Add BR filesystem for SUSE builds (as it provides /usr/share/fo... | Mike Gabriel | 2017-03-01 | 1 | -0/+4 |
| * | nx-libs.spec: Add BR for Fedora/RHEL builds: xorg-x11-font-utils. | Mike Gabriel | 2017-03-01 | 1 | -0/+1 |
| * | nx-libs.spec: Versioned BR on libXfont-devel (and alike) (>= 1.4.2). | Mike Gabriel | 2017-03-01 | 1 | -3/+3 |