summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Xext/shm: Fix usage of F_GETFD to match standardJeremy Huddleston Sequoia1-1/+2
2016-09-02sync: Don't do return client->noClientExceptionAdam Jackson1-6/+6
2016-08-16xv: Remove some dumb calls SendErrorToClientAdam Jackson1-3/+0
2016-08-15xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner1-1/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard2-16/+13
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2
2016-07-15shm: Also censor images returned by ShmGetImageAndrew Eikum1-0/+17
2016-06-21res: Simplify QueryClientPixmapBytesAdam Jackson1-94/+2
2016-06-10xace: Remove the audit hooks and tune dispatchAdam Jackson2-33/+14
2016-06-08dix: Use OsSignal() not signal()Adam Jackson2-7/+4
2016-05-11dix: Remove pointless client-state callbacksAdam Jackson1-22/+0
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson1-0/+1
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson2-3/+3
2016-03-14security: Fix reversed commentÁngel González1-1/+1
2016-03-14Fix the typo from the previous patch, d'ohAdam Jackson1-1/+1
2016-03-14Xext/vidmode: Reduce verbosity of GetModeLine debug messagesChris Wilson1-106/+106
2016-03-08xvmc: Fix unchecked AddResourceJulien Cristau1-3/+14
2016-03-02xv: fix double free in AddResource failure caseJulien Cristau1-3/+2
2016-03-02xv: Fix unchecked AddResourceAdam Jackson1-2/+4
2016-03-01vidmode: build without xf86vidmodeprotoOlivier Fourdan1-0/+4
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan2-2/+2152
2015-12-08sync: Don't allow creating a system counter before sync is initializedAdam Jackson1-18/+3
2015-12-01Xext/xselinux: Use NotifyFd interfaceKeith Packard1-14/+4
2015-10-27Xext: fix build with --disable-xaceJulien Cristau1-0/+2
2015-10-21Xv: Only stop the adaptors when the Pixmap is finally destroyedChris Wilson1-58/+24
2015-10-19security: Silence some benign -Wformat warningsJeremy Huddleston1-12/+12
2015-10-19xres: Silence -Wunused-function warnings when building !COMPOSITE or !RENDERJeremy Huddleston1-4/+4
2015-09-24Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard2-12/+2
2015-09-24Xext/xselinux: Warning fixesKeith Packard1-2/+6
2015-07-08xge: Hide some implementation detailsAdam Jackson2-8/+7
2015-06-10xace: Add XaceHookIsSet helper functionAndrew Eikum2-0/+18
2015-05-11Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-2/+8
2015-05-07shm: Fix xselinux resource initialization for xinerama pixmapsBrent Collins1-0/+6
2015-05-07shm: Fix use-after-free in ShmDestroyPixmapChris Wilson1-2/+2
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith11-27/+26
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-12-08Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]Alan Coopersmith1-0/+20
2014-12-08xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]Alan Coopersmith1-0/+1
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard13-50/+50
2014-11-12Drop trailing whitespacesPeter Hutterer13-48/+48
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-10-27Xext/shm: Detach SHM segment after Pixmap is releasedChris Wilson1-8/+7
2014-10-23xinerama: Fix access mode in GetImage's drawable lookupAdam Jackson1-1/+1
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-6/+4
2014-10-02security: Remove XpExtension from SecurityTrustedExtensionsDaniel Martin1-1/+0
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt3-26/+24
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt3-88/+3
2014-08-06xv: Fix malloc-failure cases in the fill color key helper.Eric Anholt1-9/+13