index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86Option.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
xfree86/common: Warning fixes. Mostly const string handling.
Keith Packard
1
-2
/
+3
2013-02-05
Avoid NULL pointer dereference in xf86TokenToOptinfo if token not found
Alan Coopersmith
1
-1
/
+1
2013-01-11
Fix two typos "requires an string value"
Peter Hutterer
1
-1
/
+1
2012-10-04
Fix additional gcc -Wwrite-strings warning in xf86 ddx
Jason Gerecke
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-407
/
+410
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
1
-3
/
+3
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-3
/
+3
2011-10-25
xfree86: Fix a comment, the old function doesn't exist anymore
Peter Hutterer
1
-1
/
+1
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-0
/
+1
2011-09-27
xfree86: switch options from pointer to XF86OptionPtr
Peter Hutterer
1
-56
/
+55
2011-07-27
xfree86: NULL option values are technically valid, don't strdup them
Peter Hutterer
1
-1
/
+1
2011-02-17
xfree86: allow to check for options without warnings in the log
Simon Thum
1
-27
/
+48
2011-02-17
fix percent options parsing
Simon Thum
1
-1
/
+1
2010-12-13
xfree86: swap the order to-be-merged lists in xf86CollectInputOptions.
Peter Hutterer
1
-1
/
+1
2010-12-07
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-4
/
+1
2010-09-18
xfree86: add xf86OptionListDuplicate()
Peter Hutterer
1
-0
/
+19
2010-09-10
xfree86: remove IDevRec, replace with InputInfoRec.
Peter Hutterer
1
-21
/
+5
2010-09-10
xfree86: Remove extraOptions parameter from xf86CollectInputOptions.
Peter Hutterer
1
-12
/
+1
2010-09-10
xfree86: remove extraOptions field from IDevRec.
Peter Hutterer
1
-7
/
+0
2010-06-11
xfree86: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-05-25
xfree86: store the InputAttributes in the input device.
Peter Hutterer
1
-0
/
+4
2010-05-18
xfree86: Add option parsing for percent options.
Peter Hutterer
1
-0
/
+47
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2009-12-22
xfree86: Support non-Option boolean entries in configuration
Dan Nicholson
1
-23
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-43
/
+43
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2007-04-10
XFree86: Fix memory leak in option parsing
Magnus Vigerlöf
1
-2
/
+2
2006-10-23
xfree86/options: don't blindly dereference NULL pointers
Daniel Stone
1
-2
/
+2
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-42
/
+42
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-1
/
+1
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley
1
-39
/
+142
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+777