index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
dmx: Build fix for -Werror=implicit-function-declaration
HEAD
master
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
2011-11-23
Convert AllocXTestDevice to use asprintf
Alan Coopersmith
1
-4
/
+3
2011-11-23
Convert some malloc + strncpy pairs into strndup calls
Alan Coopersmith
3
-11
/
+4
2011-11-23
Add fallback implementation of strndup()
Alan Coopersmith
8
-1
/
+133
2011-11-23
Fix Sun compiler check that got turned around
Alan Coopersmith
1
-1
/
+1
2011-11-23
Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8
Alan Coopersmith
1
-2
/
+2
2011-11-23
Enable memory checking during unit testing
Alan Coopersmith
2
-0
/
+2
2011-11-23
Don't require ld -wrap for tests that don't need it
Alan Coopersmith
3
-3
/
+10
2011-11-23
Don't fallback to wsfb or fbdev on Solaris
Alan Coopersmith
1
-0
/
+2
2011-11-23
Fix Xdmx build on Linux to work with strlcpy changes
Alan Coopersmith
2
-0
/
+5
2011-11-21
docs: spell "X Server Version" consistently in titles. Add where missing.
Gaetan Nadon
6
-4
/
+8
2011-11-20
Bump version to 1.11.99.1 (1.12 development release 1)
xorg-server-1.11.99.1
Keith Packard
1
-2
/
+2
2011-11-20
Add 'optionstr.h' to include/Makefile.am
Keith Packard
1
-0
/
+1
2011-11-18
rootless: Fix a server crash when choosing a color with the gimp color wheel
dtakahashi42
1
-2
/
+2
2011-11-18
edid: Add quirk for Acer Aspire One 110
Ross Burton
1
-0
/
+5
2011-11-18
dri2: Register the DRI2DrawableType after server regeneration
Chris Wilson
2
-2
/
+15
2011-11-18
DRI2: Avoid a NULL pointer dereference
Chris Wilson
1
-1
/
+2
2011-11-18
VidMode: prevent crash with no modes
Chris Wilson
1
-0
/
+3
2011-11-18
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
3
-24
/
+33
2011-11-18
xfree86: Deprecate the use of xf86PciInfo.h
Jeremy Huddleston
6
-10
/
+3
2011-11-18
xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...
Jeremy Huddleston
1
-4
/
+4
2011-11-14
xfree86: Fix RandR rotation across server generations
Pierre-Loup A. Griffais
1
-0
/
+3
2011-11-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
11
-37
/
+27
2011-11-10
Xext: remove unused variable 'n'
Peter Hutterer
1
-1
/
+1
2011-11-10
Xext: don't swap CARD8 in SProcSELinuxQueryVersion
Peter Hutterer
1
-5
/
+0
2011-11-09
input: replace remaining GetPairedDevice() with GetMaster()
Peter Hutterer
7
-27
/
+20
[next]