index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
2
-22
/
+17
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
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
[next]