index
:
~cloos/xserver
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
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
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.2-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
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-1.12
X server
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
parser
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Introduce a consistent coding style
Keith Packard
22
-4749
/
+4521
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
2
-48
/
+48
2011-12-12
xf86 parser: convert Error to a varargs macro to clear gcc format warnings
Alan Coopersmith
15
-100
/
+100
2011-12-12
Add some printf format attributes suggested by gcc
Alan Coopersmith
1
-2
/
+2
2011-12-07
hw/xfree86: fix segfault in config parser when config dir is missing
Keith Packard
1
-0
/
+4
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
2
-18
/
+12
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
5
-15
/
+15
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-2
/
+4
2011-10-31
xfree86: fix potential buffer overflow
Servaas Vandenberghe
1
-4
/
+13
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
2
-3
/
+4
2011-09-29
Remove unused vtSysreq
Alexandr Shadchin
1
-2
/
+0
2011-09-27
xfree86: switch options from pointer to XF86OptionPtr
Peter Hutterer
2
-24
/
+3
2011-05-25
xfree86: Allow "MatchLayout" statements in config files
Oleh Nykyforchyn
3
-0
/
+23
2011-03-28
xfree86: warning fix
Adam Jackson
1
-1
/
+1
2011-03-14
Consolidate all the PATH_MAX handling into misc.h
Christopher James Halse Rogers
1
-8
/
+3
2011-01-08
xfree86: Convert libxf86config to static libtool library
Dan Nicholson
1
-3
/
+4
2010-12-18
Bug 32436 - hw/xfree86/parser/Makefile.am TOP_SRCDIR should be top_srcdir
Alan Coopersmith
1
-1
/
+1
2010-12-07
Convert hw/xfree86/parser code to use asprintf() calls
Alan Coopersmith
3
-19
/
+11
2010-11-10
xfree86: parser: Remove 'CUSTOM' flag option in Monitor section.
Jesse Adkins
3
-9
/
+0
2010-10-18
dri1: Remove "buffers" from the config logic
Adam Jackson
3
-76
/
+0
2010-10-18
xfree86: Remove %M expansion from config parser
Adam Jackson
1
-14
/
+0
2010-10-18
xfree86: Remove an open-coded strtoul()
Adam Jackson
1
-48
/
+1
2010-09-10
os/xfree86: remove macro checking for POSIX symbols
Tiago Vignatti
1
-4
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
2
-8
/
+3
2010-08-27
xfree86: Purge parsePrologueVoid.
Jesse Adkins
1
-3
/
+0
2010-08-27
xfree86: Removed unused messages from Configint.h
Jesse Adkins
1
-6
/
+0
2010-08-27
xfree86: Fix leaks in OpenConfigFile and OpenConfigDir
Jesse Adkins
1
-0
/
+2
2010-08-27
xfree86: Remove comments about unable to use malloc.
Jesse Adkins
1
-2
/
+0
2010-08-13
xfree86: parser: Never use constant strings for driver names (fixes #17438)
Jesse Adkins
2
-4
/
+9
2010-06-10
Merge remote branch 'whot/for-keith'
Keith Packard
3
-43
/
+172
2010-06-11
xfree86: Match devices based on current driver setting
Dan Nicholson
3
-0
/
+23
2010-06-11
xfree86: Allow multiple InputClass Match* entries for && matching
Dan Nicholson
2
-73
/
+116
2010-06-11
xfree86: Match devices based on USB ID
Dan Nicholson
3
-0
/
+21
2010-06-11
xfree86: Match devices based on PnP ID
Dan Nicholson
3
-0
/
+21
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
10
-70
/
+70
2010-06-10
xfree86: Add MatchOS InputClass entry for operating system matching
Dan Nicholson
3
-0
/
+21
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
2
-6
/
+3
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
1
-5
/
+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
1
-16
/
+7
2010-04-21
xfree86: check for NULL pointer before dereferences it in parser code
Tiago Vignatti
1
-2
/
+5
2010-04-21
xfree86: fix not reached code in parser
Tiago Vignatti
1
-2
/
+2
2010-04-08
xfree86: Allow adding sysconfdir and datadir to config search paths
Dan Nicholson
2
-1
/
+17
2010-02-17
parser: corrected xf86getBoolValue to use case insensitive compare
Oliver McFadden
1
-8
/
+8
2010-02-11
Add tag matching to input attributes.
Peter Hutterer
3
-0
/
+21
2010-02-11
Add xstrtokenize to the dix.
Peter Hutterer
1
-41
/
+3
2010-02-11
xfree86: Allow multiple arguments to InputClass matches
Dan Nicholson
2
-15
/
+90
2010-02-11
xfree86: Handle config files ending without newline
Dan Nicholson
1
-7
/
+19
[next]