summaryrefslogtreecommitdiff
path: root/record
Commit message (Expand)AuthorAgeFilesLines
* record: Fix out of bounds access in SwapCreateRegister()Povilas Kanapickas2021-12-141-2/+2
* Remove autotools supportPovilas Kanapickas2021-10-271-7/+0
* Fix XRecordRegisterClients() Integer underflowMatthieu Herrb2020-08-251-5/+5
* Fix spelling/wording issuesAlan Coopersmith2020-07-051-2/+2
* os: Don't crash in AttendClient if the client is goneAaron Plattner2019-11-191-2/+2
* record: Fix undefined memcpy in RecordAClientStateChangeAdam Jackson2019-10-151-1/+2
* assert(a && b) --> assert(a); assert(b)Adam Richter2019-05-021-1/+2
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+10
* record: Fix OOB access in ProcRecordUnregisterClientsTobias Stoeckmann2017-03-201-1/+2
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-011-10/+10
* record: don't call RecordDeleteContext when AddResource failsJulien Cristau2016-03-081-1/+0
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-212-22/+17
* Drop trailing whitespacesPeter Hutterer2014-11-121-10/+10
* Clean up a few function prototypes to not place formals in /**/Keith Packard2014-01-121-3/+2
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-29/+29
* Avoid conflicts with Solaris <sys/regset.h> defines that clash with our namesAlan Coopersmith2013-11-121-0/+4
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-091-2/+1
* Use C99 designated initializers in various extension RepliesAlan Coopersmith2012-07-091-12/+15
* Use temporary variables instead of parts of reply structuresAlan Coopersmith2012-07-091-4/+7
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-091-8/+7
* Introduce a consistent coding styleKeith Packard2012-03-213-1633/+1501
* Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2011-12-011-5/+3
* record: Prevent out of bounds access when recording a reply.Rami Ylimäki2011-11-181-23/+30
* Use internal temp variable for swap macrosMatt Turner2011-09-211-56/+42
* Only free pContext once when AddResource fails in ProcRecordCreateContextAlan Coopersmith2011-05-021-1/+1
* Merge remote branch 'whot/for-keith'Keith Packard2011-03-091-1/+0
|\
| * record: warning fixAdam Jackson2011-03-091-1/+0
* | Merge remote branch 'whot/for-keith'Keith Packard2011-03-031-3/+6
|\ \ | |/
| * Input: Allow EventToCore to return multiple eventsDaniel Stone2011-02-171-3/+6
* | record: avoid crash when calling RecordFlushReplyBuffer recursivelyErkki Seppälä2011-02-241-1/+5
|/
* record: Prevent a crash on recording client disconnect.Rami Ylimäki2010-06-221-5/+17
* record: Register client private to prevent crash.Rami Ylimäki2010-06-181-0/+3
* record: move free() to after last use of pContextMatt Turner2010-06-111-2/+2
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-062-6/+4
* Replace deprecated bzero with memsetMikhail Gusarov2010-06-061-3/+3
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-2/+2
* Move each screen's x/y origin into ScreenRec.Jamey Sharp2010-06-031-4/+5
* Delete panoramiXdataPtr: it's redundant.Jamey Sharp2010-06-031-4/+4
* Add typed resource-lookup errors for non-core resource types.Jamey Sharp2010-05-191-3/+2
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-2/+2
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-132-33/+33
* Re-enable RECORD extension.Chris Dekter2010-02-221-53/+70
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-3/+1
* Ensure all resource types created have names registeredAlan Coopersmith2009-12-181-0/+2
* Miscellaneous compilation warning fixesJeremy Huddleston2009-12-081-9/+2
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-2/+4
* record: include recordproto.h, require recordproto 1.13.99.1Peter Hutterer2009-08-241-2/+1
* record: silence some compiler warnings.Peter Hutterer2009-07-301-5/+5
* record: ifdef out RecordExtensionInit and print a warning to the log.Peter Hutterer2009-07-301-0/+8
* record: switch to byte counting functionsPeter Hutterer2009-07-141-6/+7