summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-16os: Set oc->fd to -1 when connection is closedserver-1.19-backportsKeith Packard1-0/+1
2017-06-16os: Check oc->trans_conn before using oc->fd in YieldControlNoInputKeith Packard1-10/+9
2017-06-16os: Don't call ospoll_listen/ospoll_mute after connection is closedKeith Packard1-4/+6
2017-06-16os: Use CloseDownFileDescriptor from AbortClient, including ospoll_removeKeith Packard3-11/+12
2017-06-16os: Eliminate ConnectionTranslationKeith Packard2-140/+1
2017-06-16dix: Remove clients from input and output ready queues after closingKeith Packard1-2/+2
2017-06-16os: Mark client as ready to read when closing due to write failure [100863]Keith Packard1-1/+5
2017-06-16os: un-duplicate code to close client on write failureKeith Packard1-13/+21
2017-03-15xserver 1.19.3xorg-server-1.19.3Adam Jackson1-3/+3
2017-03-15os: Fix iteration over busfaultsChris Wilson1-6/+7
2017-03-15render: Fix out of boundary heap accessTobias Stoeckmann1-0/+4
2017-03-15glamor: Fix missing declaration in dash vertex shaderDr.-Ing. Dieter Jurzitza1-0/+1
2017-03-13xwayland: Monitor client states to destroy callbacksxwayland-1.19-branchOlivier Fourdan1-8/+52
2017-03-13xwayland: clear cursor frame callbackOlivier Fourdan1-2/+12
2017-03-10present: disable page flip only when a slave crtc is activeQiang Yu2-2/+14
2017-03-10Revert "prime: Sync shared pixmap from root window instead of screen pixmap"Chris Wilson1-12/+4
2017-03-10Revert "present: Allow flipping with PRIME slave outputs"Adam Jackson1-0/+4
2017-03-02xserver 1.19.2, no, reallyxorg-server-1.19.2Adam Jackson1-1/+1
2017-03-02xserver 1.19.2Adam Jackson1-2/+2
2017-03-02os: Squash missing declaration warning for timingsafe_memcmpAdam Jackson1-0/+3
2017-03-02Revert "xserver 1.19.2"Adam Jackson1-2/+2
2017-03-02xserver 1.19.2Adam Jackson1-2/+2
2017-03-02xwayland: do not set checkRepeat on master kbdOlivier Fourdan1-5/+0
2017-03-02xwayland: Make sure we have a focus windowOlivier Fourdan1-0/+6
2017-03-01Brown bag commit to fix 957e8d (arc4random_buf() support)Matthieu Herrb2-1/+2
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.Matthieu Herrb5-56/+3
2017-02-28Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb3-0/+15
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb5-2/+56
2017-02-28os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer3-0/+12
2017-02-23damage: Validate source pictures bound to windows before unwrappingMichel Dänzer2-1/+11
2017-02-23present: Allow flipping with PRIME slave outputsMichel Dänzer1-4/+0
2017-02-23prime: Sync shared pixmap from root window instead of screen pixmapMichel Dänzer1-7/+24
2017-02-23glamor: Two pass won't work on memory pixmapsOlivier Fourdan1-0/+4
2017-02-23xwayland: Add hack for FWXGA resolution #99574Svitozar Cherepii1-0/+7
2017-02-23xwayland: CRTC should support all rotationsOlivier Fourdan1-1/+8
2017-02-23xwayland: Apply output rotation for screen sizeOlivier Fourdan1-12/+16
2017-02-17xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-17xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4
2017-02-17xfree86: Take the input lock for xf86RecolorCursorChris Wilson1-6/+18
2017-01-11xserver 1.19.1xorg-server-1.19.1Adam Jackson1-3/+3
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard3-0/+20
2017-01-11randr: fix xserver crash when xrandr setprovideroutputsourceQiang Yu1-0/+3
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2017-01-11present: Only call present_flip_notify if vblank->queued == FALSEMichel Dänzer1-1/+4
2017-01-11edid: Add quirk for ADA 1024x600 7" display.Kai-Heng Feng1-0/+5
2017-01-11os: return 0 from check_timers if we touched any of themPeter Hutterer1-1/+3
2017-01-11xinerama: Swap the response in RRXineramaWriteMonitorMichal Srb1-0/+7
2017-01-11glamor: Trust eglGetPlatformDisplayEXT if it existsHans De Goede2-5/+5
2017-01-11os,dix: Depend custom libs on libs, not objectsMihail Konev2-4/+4
2017-01-11Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker3-1/+25