index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
/
record.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-11-05
Record: Remove usage of alloca
Daniel Stone
1
-6
/
+6
2007-10-15
registry: Register Record extension protocol names.
Eamon Walsh
1
-0
/
+20
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-9
/
+6
2006-12-11
dix: Moving SpriteRec into DeviceIntRec
Peter Hutterer
1
-1
/
+2
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-3
/
+0
2006-05-10
Bug #3561: Crash fix in the Record extension. (Paul Anderson)
Adam Jackson
1
-4
/
+4
2006-03-28
Big old pile of warning fixes.
Adam Jackson
1
-120
/
+46
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-5
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-2
/
+2
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+2
[next]