index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-06
xv: test correct number of requests. (v2)
Dave Airlie
1
-2
/
+2
2011-12-06
xaa: avoid possible freed pointer reuse in epilogue
Dave Airlie
1
-0
/
+1
2011-12-06
Xi: avoid overrun of callback array.
Dave Airlie
1
-2
/
+2
2011-12-06
xext: don't free uninitialised pointer when malloc fails. (v2)
Dave Airlie
1
-2
/
+1
2011-12-06
fbdevhw: iterate over all modes that match a mode. (v3)
Adam Jackson
1
-8
/
+10
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
7
-36
/
+20
2011-12-01
Merge remote-tracking branch 'jcristau/for-keith'
Keith Packard
1
-1
/
+1
2011-12-01
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
7
-40
/
+70
2011-12-01
Remove another if (E != NULL) check around free(E)
Matt Turner
1
-2
/
+0
2011-11-29
test: remove unneeded printf statements from misc.c
Peter Hutterer
1
-3
/
+0
2011-11-29
include: add BUG_WARN macro for internal bug cases.
Peter Hutterer
1
-0
/
+7
2011-11-29
Xi: add FreeInputMask function
Peter Hutterer
1
-2
/
+10
2011-11-29
Xi: add helper functions to alloc/free InputClientPtrs
Peter Hutterer
1
-5
/
+18
2011-11-29
dix: use a single return statement in CheckPassiveGrabsOnWindow
Peter Hutterer
1
-6
/
+6
2011-11-29
dix: rename GetWindowXI2Mask to WindowXI2MaskIsset
Peter Hutterer
2
-7
/
+8
2011-11-29
Xi: use single return code from XIPassiveGrabDevice
Peter Hutterer
1
-16
/
+20
2011-11-29
include: fix mask size calculation
Peter Hutterer
1
-1
/
+1
2011-11-24
dmx: Build fix for -Werror=implicit-function-declaration on linux
Jeremy Huddleston
1
-0
/
+1
2011-11-24
parser: free val.str after xstrtokenize
Paulo Zanoni
1
-0
/
+9
2011-11-24
parser: free val.str after xf86getBoolValue
Paulo Zanoni
1
-0
/
+6
2011-11-24
parser: free scandir's list
Paulo Zanoni
1
-3
/
+3
2011-11-24
Correctly free config file names
Paulo Zanoni
4
-20
/
+20
2011-11-24
glx: don't leak driConfigs
Paulo Zanoni
3
-9
/
+34
2011-11-24
glx: don't leak fbconfigs
Paulo Zanoni
1
-0
/
+9
2011-11-24
glx: fix memory leak when destroying screen
Paulo Zanoni
1
-0
/
+1
2011-11-23
dmx: Build fix for -Werror=implicit-function-declaration
Jeremy Huddleston
6
-0
/
+95
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86Modes code
Alan Coopersmith
4
-8
/
+8
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
22
-53
/
+54
2011-11-23
FindModule: stop copying const char *dirname to char *dirpath
Alan Coopersmith
1
-8
/
+3
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
16
-32
/
+32
2011-11-23
Fix gcc -Wwrite-strings warnings in XkbGetRulesDflts
Alan Coopersmith
1
-16
/
+5
2011-11-23
Remove redundant redeclarations of functions in the same header file
Alan Coopersmith
3
-13
/
+0
2011-11-23
sun_agp: cast key to uintptr_t before casting to (int *)
Alan Coopersmith
1
-1
/
+1
2011-11-23
Mark XKB char * as const to clean up gcc -Wwrite-strings warnings
Alan Coopersmith
8
-22
/
+22
2011-11-23
Mark arguments to fopen/popen/system wrappers as const char *
Alan Coopersmith
2
-6
/
+6
2011-11-23
Reduce unnecessary string copying in xkbtext routines
Alan Coopersmith
1
-10
/
+8
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
20
-115
/
+119
2011-11-23
Remove xf86FormatPciBusNumber from API, inline the one place its used
Alan Coopersmith
2
-12
/
+6
2011-11-23
Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.c
Alan Coopersmith
3
-123
/
+52
2011-11-23
Remove bad code from DoShowOptions (Xorg -showopts handler)
Alan Coopersmith
1
-10
/
+2
2011-11-23
Convert glx/single2.c:DoGetString() to use asprintf()
Alan Coopersmith
1
-3
/
+1
2011-11-23
LogVMessageVerb: Fix const mismatch warning
Alan Coopersmith
1
-1
/
+1
2011-11-23
AuthAudit: clean up string handling calls
Alan Coopersmith
1
-6
/
+5
2011-11-23
Remove unnecessary variable rtrn in XkbKeysymText
Alan Coopersmith
1
-4
/
+4
2011-11-23
Make XIGetKnownProperty take a const char * argument
Alan Coopersmith
2
-2
/
+2
2011-11-23
Convert ProcRenderQueryFilters to use memcpy instead of strncpy
Alan Coopersmith
1
-2
/
+2
2011-11-23
Convert DetermineClientCmd to use strdup instead of malloc+strncpy
Alan Coopersmith
1
-7
/
+1
2011-11-23
Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpy
Alan Coopersmith
1
-7
/
+4
2011-11-23
matchDriverFromFiles: use one snprintf instead of strncpy/cat series
Alan Coopersmith
1
-3
/
+2
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
13
-33
/
+21
[next]