index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
dix: unexport eventconvert.h functions
Enrico Weigelt, metux IT consult
1
-1
/
+2
2023-12-17
record: Support architectures with sizeof(void*) > sizeof(long)
Alex Richardson
1
-2
/
+13
2021-12-14
record: Fix out of bounds access in SwapCreateRegister()
Povilas Kanapickas
1
-2
/
+2
2021-10-27
Remove autotools support
Povilas Kanapickas
1
-7
/
+0
2020-08-25
Fix XRecordRegisterClients() Integer underflow
Matthieu Herrb
1
-5
/
+5
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
1
-2
/
+2
2019-11-19
os: Don't crash in AttendClient if the client is gone
Aaron Plattner
1
-2
/
+2
2019-10-15
record: Fix undefined memcpy in RecordAClientStateChange
Adam Jackson
1
-1
/
+2
2019-05-02
assert(a && b) --> assert(a); assert(b)
Adam Richter
1
-1
/
+2
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+10
2017-03-20
record: Fix OOB access in ProcRecordUnregisterClients
Tobias Stoeckmann
1
-1
/
+2
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-10
/
+10
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
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
[next]