summaryrefslogtreecommitdiff
path: root/record
AgeCommit message (Expand)AuthorFilesLines
2020-08-25Fix XRecordRegisterClients() Integer underflowMatthieu Herrb1-5/+5
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2019-11-19os: Don't crash in AttendClient if the client is goneAaron Plattner1-2/+2
2019-10-15record: Fix undefined memcpy in RecordAClientStateChangeAdam Jackson1-1/+2
2019-05-02assert(a && b) --> assert(a); assert(b)Adam Richter1-1/+2
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+10
2017-03-20record: Fix OOB access in ProcRecordUnregisterClientsTobias Stoeckmann1-1/+2
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-10/+10
2016-03-08record: don't call RecordDeleteContext when AddResource failsJulien Cristau1-1/+0
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith2-22/+17
2014-11-12Drop trailing whitespacesPeter Hutterer1-10/+10
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-3/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-29/+29
2013-11-12Avoid conflicts with Solaris <sys/regset.h> defines that clash with our namesAlan Coopersmith1-0/+4
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-2/+1
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith1-12/+15
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-4/+7
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-8/+7
2012-03-21Introduce a consistent coding styleKeith Packard3-1633/+1501
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard1-5/+3
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-23/+30
2011-09-21Use internal temp variable for swap macrosMatt Turner1-56/+42
2011-05-02Only free pContext once when AddResource fails in ProcRecordCreateContextAlan Coopersmith1-1/+1
2011-03-09Merge remote branch 'whot/for-keith'Keith Packard1-1/+0
2011-03-09record: warning fixAdam Jackson1-1/+0
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard1-3/+6
2011-02-24record: avoid crash when calling RecordFlushReplyBuffer recursivelyErkki Seppälä1-1/+5
2011-02-17Input: Allow EventToCore to return multiple eventsDaniel Stone1-3/+6
2010-06-22record: Prevent a crash on recording client disconnect.Rami Ylimäki1-5/+17
2010-06-18record: Register client private to prevent crash.Rami Ylimäki1-0/+3
2010-06-11record: move free() to after last use of pContextMatt Turner1-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-6/+4
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-3/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+2
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-4/+5
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-4/+4
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-3/+2
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-33/+33
2010-02-22Re-enable RECORD extension.Chris Dekter1-53/+70
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-9/+2
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+4
2009-08-24record: include recordproto.h, require recordproto 1.13.99.1Peter Hutterer1-2/+1
2009-07-30record: silence some compiler warnings.Peter Hutterer1-5/+5
2009-07-30record: ifdef out RecordExtensionInit and print a warning to the log.Peter Hutterer1-0/+8
2009-07-14record: switch to byte counting functionsPeter Hutterer1-6/+7
2009-06-18record: use dixLookupResourceByClass instead of LookupIDByClass.Peter Hutterer1-6/+10
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-5/+4