index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
/
record.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
record: Fix OOB access in ProcRecordUnregisterClients
Tobias Stoeckmann
1
-1
/
+2
2016-03-08
record: don't call RecordDeleteContext when AddResource fails
Julien Cristau
1
-1
/
+0
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
1
-19
/
+16
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-10
/
+10
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
1
-3
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-29
/
+29
2013-11-12
Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
Alan Coopersmith
1
-0
/
+4
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-2
/
+1
2012-07-09
Use C99 designated initializers in various extension Replies
Alan Coopersmith
1
-12
/
+15
2012-07-09
Use temporary variables instead of parts of reply structures
Alan Coopersmith
1
-4
/
+7
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-8
/
+7
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1436
/
+1322
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
1
-5
/
+3
2011-11-18
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
1
-23
/
+30
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-56
/
+42
2011-05-02
Only free pContext once when AddResource fails in ProcRecordCreateContext
Alan Coopersmith
1
-1
/
+1
2011-03-09
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+0
2011-03-09
record: warning fix
Adam Jackson
1
-1
/
+0
2011-03-03
Merge remote branch 'whot/for-keith'
Keith Packard
1
-3
/
+6
2011-02-24
record: avoid crash when calling RecordFlushReplyBuffer recursively
Erkki Seppälä
1
-1
/
+5
2011-02-17
Input: Allow EventToCore to return multiple events
Daniel Stone
1
-3
/
+6
2010-06-22
record: Prevent a crash on recording client disconnect.
Rami Ylimäki
1
-5
/
+17
2010-06-18
record: Register client private to prevent crash.
Rami Ylimäki
1
-0
/
+3
2010-06-11
record: move free() to after last use of pContext
Matt Turner
1
-2
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-5
/
+3
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-3
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+2
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+5
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-4
/
+4
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-3
/
+2
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-27
/
+27
2010-02-22
Re-enable RECORD extension.
Chris Dekter
1
-53
/
+70
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+2
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+4
2009-08-24
record: include recordproto.h, require recordproto 1.13.99.1
Peter Hutterer
1
-2
/
+1
2009-07-30
record: silence some compiler warnings.
Peter Hutterer
1
-5
/
+5
2009-07-30
record: ifdef out RecordExtensionInit and print a warning to the log.
Peter Hutterer
1
-0
/
+8
2009-07-14
record: switch to byte counting functions
Peter Hutterer
1
-6
/
+7
2009-06-18
record: use dixLookupResourceByClass instead of LookupIDByClass.
Peter Hutterer
1
-6
/
+10
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-5
/
+4
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
1
-93
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-06-11
CVE-2008-1377 - RECORD and Security extensions memory corruption
Matthieu Herrb
1
-3
/
+13
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-9
/
+6
2007-11-20
Revert "registry: Register Record extension protocol names."
Eamon Walsh
1
-20
/
+0
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-6
/
+6
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-6
/
+6
[next]