summaryrefslogtreecommitdiff
path: root/Xext/sync.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1bAdam Jackson1-12/+12
2012-07-10Sync: Always initialise system counter listDaniel Stone1-2/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-8/+10
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-45/+50
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-5/+6
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+7
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer1-5/+43
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+1
2012-03-22Xext: strdup() the SystemSyncCounter namePeter Hutterer1-1/+2
2012-03-22Xext: store the bracket values for idle counters in the privatePeter Hutterer1-18/+27
2012-03-22Xext: pass the counter into block/wakeup handlersPeter Hutterer1-4/+4
2012-03-22Xext: add a private field to SyncSystemCountersPeter Hutterer1-0/+10
2012-03-22Xext: localise pIdleTimeValueLess/GreaterPeter Hutterer1-12/+16
2012-03-22Xext: localise use of IdleTimeCounterPeter Hutterer1-7/+9
2012-03-22sync: Use a linked list instead of an array for SysCounterList.Jamey Sharp1-39/+14
2012-03-22Xext: SyncCreateSystemCounter returns a SyncCounter*Peter Hutterer1-1/+1
2012-03-22Xext: typedef QueryValue and BracketValue prototypesPeter Hutterer1-5/+2
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-1261/+1131
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-117/+69
2011-01-05X Sync CleanupsJames Jones1-56/+86
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8
2010-12-19Xext: Fix edge case with {Positive, Negative}Transition triggers.Christopher James Halse Rogers1-0/+22
2010-12-06sync: syncObject may be None in SyncInitTriggerKeith Packard1-2/+2
2010-12-06Expose Sync Fence Object protocolJames Jones1-0/+24
2010-12-06Add XSyncAwaitFence() handlerJames Jones1-31/+152
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones1-4/+223
2010-12-06Add fence sync driver interfaceJames Jones1-1/+5
2010-12-06Move some sync code to miextJames Jones1-1/+0
2010-12-06Factor out generic code from ProcSyncAwait()James Jones1-43/+63
2010-12-06Make Await SyncTrigger functions genericJames Jones1-113/+199
2010-12-06Create SyncObject base type.James Jones1-34/+61
2010-12-06Add and use SERVER_SYNC_*_VERSIONJames Jones1-2/+3
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-30/+0
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-8/+11
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-5/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-6/+3
2010-05-18SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-27/+27
2010-05-10Fix wrong bracket values when startOver = FALSE.David James1-11/+8
2010-04-21Death to Multibuffer extensionTiago Vignatti1-1/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-11/+5
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+6
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-2/+6
2009-08-14Xext: fix up wrong conditions for negative sync transitions.Peter Hutterer1-18/+14
2009-08-13Xext: add missing return code check to ProcSyncDestroyAlarmPeter Hutterer1-0/+1