summaryrefslogtreecommitdiff
path: root/include/dixstruct.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-08os: Define {ReadFdFrom,WriteFdTo}Client unconditionallyAdam Jackson1-2/+0
2017-10-24dix: Don't track the XKB client versions in the ClientRecAdam Jackson1-2/+1
2017-10-24dix: Don't vary the ClientRec ABI at build timeAdam Jackson1-2/+0
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-1/+1
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard1-0/+6
2016-11-15dix: Make sure client is not in output_pending chain after closed (RH 1382444)Keith Packard1-1/+1
2016-07-21os: Switch server to poll(2) [v3]Keith Packard1-0/+20
2016-07-21dix: Use list for ready clientsKeith Packard1-0/+15
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard1-1/+5
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-13/+10
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard1-1/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-5/+5
2013-11-11Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard1-0/+4
2013-10-31Add interfaces to get FDs from clients over the socketKeith Packard1-0/+8
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer1-1/+0
2013-09-10dix: FIXES is not optionalAdam Jackson1-11/+0
2013-04-23dixstruct.h: fix segfaults - char is unsigned for ARM and PowerPC architecturesAndreas Müller1-1/+1
2013-01-08dix: Make small bitfields that store enums unsignedAaron Plattner1-6/+6
2012-09-20dix: Repack ClientRecAdam Jackson1-20/+18
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-0/+1
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-81/+84
2012-01-12Revert "dix: Repack ClientRec"Keith Packard1-14/+15
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-1/+0
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-0/+1
2012-01-06dix: Repack ClientRecAdam Jackson1-15/+14
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard1-0/+1
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-2/+2
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+2
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+2
2010-09-10os: simplify smart scheduler init processTiago Vignatti1-1/+1
2010-06-30OS support: fix writeable client vs IgnoreClient behaviorJesse Barnes1-0/+1
2010-05-22Declare functions that unconditionally call FatalError as _X_NORETURN.Jamey Sharp1-1/+1
2010-04-26include: remove couple of unused structures fields and bump ABITiago Vignatti1-4/+0
2009-05-27Remove reference to non-existing requestLog and requestLogIndexNicolai Hähnle1-4/+0
2009-03-31Document which bits of ClientRec are currently unusedAdam Jackson1-9/+4
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-19/+19
2008-09-23Rename SaveSetMap() to SaveSetShouldMap().Adam Jackson1-2/+2
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor1-5/+5
2008-08-11The smart scheduler is not optional.Mathieu Bérard1-4/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-3/+1
2008-04-18Death to APPGROUP.Adam Jackson1-3/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-1/+0
2008-02-14Rip out useless indirection in the callback list management.Adam Jackson1-1/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-5/+2
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-4/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+2
2007-10-30reduce wakeups from smart schedulerArjan van de Ven1-4/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-1/+2