index
:
delta/xserver.git
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
baserock/1.17+jetson
baserock/1.18+jetson
baserock/jjardon/xfont2
baserock/morph
baserock/xorg-server-1.17.2-20-gb3d5c01+libsystemd_fix
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
xephyr-crash
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
xwayland-1.12
xwayland-21.1
xwayland-22.1
xwayland-23.1
gitlab.freedesktop.org: xorg/xserver.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
record
Commit message (
Expand
)
Author
Age
Files
Lines
*
record: Fix out of bounds access in SwapCreateRegister()
Povilas Kanapickas
2021-12-14
1
-2
/
+2
*
Remove autotools support
Povilas Kanapickas
2021-10-27
1
-7
/
+0
*
Fix XRecordRegisterClients() Integer underflow
Matthieu Herrb
2020-08-25
1
-5
/
+5
*
Fix spelling/wording issues
Alan Coopersmith
2020-07-05
1
-2
/
+2
*
os: Don't crash in AttendClient if the client is gone
Aaron Plattner
2019-11-19
1
-2
/
+2
*
record: Fix undefined memcpy in RecordAClientStateChange
Adam Jackson
2019-10-15
1
-1
/
+2
*
assert(a && b) --> assert(a); assert(b)
Adam Richter
2019-05-02
1
-1
/
+2
*
Add a Meson build system alongside autotools.
Eric Anholt
2017-04-26
1
-0
/
+10
*
record: Fix OOB access in ProcRecordUnregisterClients
Tobias Stoeckmann
2017-03-20
1
-1
/
+2
*
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
2017-03-01
1
-10
/
+10
*
record: don't call RecordDeleteContext when AddResource fails
Julien Cristau
2016-03-08
1
-1
/
+0
*
Convert top level extensions to new *allocarray functions
Alan Coopersmith
2015-04-21
2
-22
/
+17
*
Drop trailing whitespaces
Peter Hutterer
2014-11-12
1
-10
/
+10
*
Clean up a few function prototypes to not place formals in /**/
Keith Packard
2014-01-12
1
-3
/
+2
*
Replace 'pointer' type with 'void *'
Keith Packard
2014-01-12
1
-29
/
+29
*
Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
Alan Coopersmith
2013-11-12
1
-0
/
+4
*
Move extension initialisation prototypes into extinit.h
Daniel Stone
2012-07-09
1
-2
/
+1
*
Use C99 designated initializers in various extension Replies
Alan Coopersmith
2012-07-09
1
-12
/
+15
*
Use temporary variables instead of parts of reply structures
Alan Coopersmith
2012-07-09
1
-4
/
+7
*
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
2012-07-09
1
-8
/
+7
*
Introduce a consistent coding style
Keith Packard
2012-03-21
3
-1633
/
+1501
*
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
2011-12-01
1
-5
/
+3
*
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
2011-11-18
1
-23
/
+30
*
Use internal temp variable for swap macros
Matt Turner
2011-09-21
1
-56
/
+42
*
Only free pContext once when AddResource fails in ProcRecordCreateContext
Alan Coopersmith
2011-05-02
1
-1
/
+1
*
Merge remote branch 'whot/for-keith'
Keith Packard
2011-03-09
1
-1
/
+0
|
\
|
*
record: warning fix
Adam Jackson
2011-03-09
1
-1
/
+0
*
|
Merge remote branch 'whot/for-keith'
Keith Packard
2011-03-03
1
-3
/
+6
|
\
\
|
|
/
|
*
Input: Allow EventToCore to return multiple events
Daniel Stone
2011-02-17
1
-3
/
+6
*
|
record: avoid crash when calling RecordFlushReplyBuffer recursively
Erkki Seppälä
2011-02-24
1
-1
/
+5
|
/
*
record: Prevent a crash on recording client disconnect.
Rami Ylimäki
2010-06-22
1
-5
/
+17
*
record: Register client private to prevent crash.
Rami Ylimäki
2010-06-18
1
-0
/
+3
*
record: move free() to after last use of pContext
Matt Turner
2010-06-11
1
-2
/
+2
*
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
2010-06-06
2
-6
/
+4
*
Replace deprecated bzero with memset
Mikhail Gusarov
2010-06-06
1
-3
/
+3
*
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2010-06-05
1
-2
/
+2
*
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
2010-06-03
1
-4
/
+5
*
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
2010-06-03
1
-4
/
+4
*
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
2010-05-19
1
-3
/
+2
*
Eliminate boilerplate around client->noClientException.
Jamey Sharp
2010-05-13
1
-2
/
+2
*
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
2010-05-13
2
-33
/
+33
*
Re-enable RECORD extension.
Chris Dekter
2010-02-22
1
-53
/
+70
*
Add type name argument to CreateNewResourceType
Alan Coopersmith
2009-12-18
1
-3
/
+1
*
Ensure all resource types created have names registered
Alan Coopersmith
2009-12-18
1
-0
/
+2
*
Miscellaneous compilation warning fixes
Jeremy Huddleston
2009-12-08
1
-9
/
+2
*
input: define server-supported protocol versions in one single file.
Peter Hutterer
2009-09-21
1
-2
/
+4
*
record: include recordproto.h, require recordproto 1.13.99.1
Peter Hutterer
2009-08-24
1
-2
/
+1
*
record: silence some compiler warnings.
Peter Hutterer
2009-07-30
1
-5
/
+5
*
record: ifdef out RecordExtensionInit and print a warning to the log.
Peter Hutterer
2009-07-30
1
-0
/
+8
*
record: switch to byte counting functions
Peter Hutterer
2009-07-14
1
-6
/
+7
[next]