aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver
Commit message (Expand)AuthorAgeFilesLines
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-28235-756/+1121
* On realloc failure, free font_path_string instead of leaking itMike Gabriel2015-12-281-4/+7
* Replace 'pointer' type with 'void *'Keith Packard2015-12-28200-1367/+1378
* Re-add -sync option back to nxagent to allow synchronous debugging of the nxa...Mike Gabriel2015-10-063-0/+12
* Correct manpages: --help -> -helpMike DePaulo2015-09-282-2/+2
* nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf.Mike Gabriel2015-09-286-18/+9
* imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX build...Mike Gabriel2015-09-2812-45/+1
* Drop unused / untested Xserver GLX extension support / build logic.Mike Gabriel2015-09-2813-208/+5
* Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree.Mike Gabriel2015-09-2834-244/+1505
* use xfree instead of free for xalloced dataUlrich Sibiller2015-09-262-3/+3
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-0232-5/+131
* Backport: Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard2015-06-072-13/+2
* Backport: randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard2015-06-073-21/+5
* Backport: randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner2015-06-071-1/+1
* Backport: ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith2015-06-071-0/+1
* Backport: RRModeCreate: plug memory leak of newModes if AddResource failsAlan Coopersmith2015-06-071-2/+4
* Backport: randr: fix server crash in RRGetScreenInfoJulien Cristau2015-06-071-2/+3
* Backport: randr: check for virtual size limits before set crtcTiago Vignatti2015-06-071-0/+12
* Backport: Free randr crtc and output pointer arraysKeith Packard2015-06-071-0/+2
* Backport: Drop a reference to user mode after createKeith Packard2015-06-071-1/+2
* Backport: Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd2015-06-071-0/+1
* Merge pull request #46 from ArcticaProject/pr/Xext-cve-fixesMike Gabriel2015-05-311-0/+20
|\
| * Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]pr/Xext-cve-fixesAlan Coopersmith2015-05-301-0/+20
* | dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).pr/dix-cve-fixesKeith Packard2015-05-301-1/+1
* | dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith2015-05-301-1/+3
* | Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo...Mike DePaulo2015-05-301-0/+5
|/
* Merge pull request #36 from ArcticaProject/pr/render-cve-fixesMike Gabriel2015-05-261-2/+18
|\
| * render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]pr/render-cve-fixesAlan Coopersmith2015-05-241-1/+16
| * render: check request size before reading it [CVE-2014-8100 1/2]Julien Cristau2015-05-241-1/+2
* | hw/nxagent clean-up: Drop NXrandr.{c|h} client lib copy-of-code from nxagent ...Mike Gabriel2015-05-204-1033/+3
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr sh...Mike Gabriel2015-05-203-4/+4
|/
* library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ...Mike Gabriel2015-05-011-2/+2
* dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).Keith Packard2015-05-011-1/+1
* imake cleanup: Drop references to X11 build-logic that is not present in nx-X11.Mike Gabriel2015-04-283-586/+7
* library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shar...Mike Gabriel2015-04-221-4/+4
* library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanupMike Gabriel2015-04-2219-76/+38
* imake cleanup (nx-X11/programs/Xserver/Imakefile): Drop build rules for XF86S...Mike Gabriel2015-04-171-286/+2
* NXAGENT_UPGRADE code cleanup:Mike Gabriel2015-04-1651-38857/+6098
* imake cleanup: nx-X11/programs/Xserver/Imakefile (drop non-provided Xserver v...Mike Gabriel2015-04-051-286/+1
* imake cleanup: Drop all references to XprtServer and BuildXprint*.Mike Gabriel2015-04-0410-2944/+8
* imake cleanup: Drop all references to XdmxServer and BuildXdmx*.Mike Gabriel2015-04-044-1209/+1
* imake cleanup: Drop all references to XVirtualFramebufferServer.Mike Gabriel2015-04-042-45/+3
* imake cleanup: Drop all references to XNestServer.Mike Gabriel2015-04-042-45/+3
* imake cleanup: Drop all references to XWinServer.Mike Gabriel2015-04-041-97/+2
* nx-X11: add more NULL guards to TEST and DEBUG sections of Render.c.Mihai Moldovan2015-03-291-65/+90
* nx-X11: fix typo in previous commit.Mihai Moldovan2015-03-291-1/+1
* nx-X11: handle source pictures (those without a Drawable surface) gracefully.Mihai Moldovan2015-03-294-20/+89
* nx-X11/**: Drop non-imake Makefile* files.Mike Gabriel2015-03-042-726/+0
* library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l...Mike Gabriel2015-03-032-2/+2
* xkb: Check strings length against request sizeOlivier Fourdan2015-02-171-25/+41