index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-1633
/
+1501
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
2
-6
/
+4
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
2
-33
/
+33
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-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
1
-9
/
+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
2
-8
/
+8
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2
-8
/
+8
2007-11-05
Record: Remove usage of alloca
Daniel Stone
2
-8
/
+8
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
2007-08-12
Merge branch 'master' into mpx
Peter Hutterer
1
-2
/
+0
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2007-04-02
Merge branch 'master' into mpx
Peter Hutterer
1
-4
/
+4
[next]