index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
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
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
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_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-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
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
extension.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
dix: fix memory leak in ProcListExtensions
Tiago Vignatti
1
-3
/
+2
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+2
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-4
/
+4
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-3
/
+8
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-15
/
+15
2010-04-07
dix: be more verbose when we run out of opcodes
Paulo Ricardo Zanoni
1
-1
/
+4
2009-07-14
dix: switch to byte-counting functions.
Peter Hutterer
1
-1
/
+1
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-1
/
+3
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-5
/
+5
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-10-31
Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
Peter Hutterer
1
-2
/
+0
2008-07-25
Fix AddExtension now that CloseDownProc can be NULL.
Mathieu Bérard
1
-1
/
+1
2008-07-24
Allow extension closedown hook to be null.
Adam Jackson
1
-1
/
+2
2007-11-26
registry: swap out the DTRACE XErrorDB stuff for the new registry call.
Eamon Walsh
1
-14
/
+0
2007-11-26
registry: Rebase registry to use the server config file of protocol names.
Eamon Walsh
1
-0
/
+2
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+2
2007-11-05
DIX: Remove usage of alloca
Daniel Stone
1
-2
/
+2
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+2
2007-10-02
Xserver: fix potential crash
Dodji Seketeli
1
-0
/
+2
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-37
/
+3
2007-08-03
security: drop the "declare extension security" dix call. Use the
Eamon Walsh
1
-8
/
+0
2007-04-17
xace: change the semantics of the return value of XACE hooks to allow
Eamon Walsh
1
-3
/
+3
2007-04-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-1
/
+1
2007-04-04
devPrivates rework: properly free devPrivates on compatibility structures,
Eamon Walsh
1
-0
/
+2
2007-03-25
General DIX static and dead code cleanup.
Adam Jackson
1
-81
/
+0
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-1
/
+1
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
1
-12
/
+12
2006-12-01
Define calls away when not building XACE, allowing ifdef's to be removed.
Eamon Walsh
1
-14
/
+3
2006-11-03
Add DTrace probe points for X server <-> client communications
Alan Coopersmith
1
-0
/
+14
2006-09-08
Zero out newly created ExtensionEntry structures, but only after the
Eamon Walsh
1
-3
/
+3
2006-08-21
Merge branch 'XACE-modular' into my-XACE-modular
Eamon Walsh
1
-2
/
+0
2006-08-10
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Alan Coopersmith
1
-2
/
+0
2006-08-02
Rebase Security extension to use devPrivates for storing security state.
Eamon Walsh
1
-3
/
+1
2006-07-31
Added devPrivates support to the ExtensionEntry structure.
Eamon Walsh
1
-2
/
+36
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
2006-06-20
Move Xserver API for security extension to securitysrv.h
Alan Coopersmith
1
-2
/
+1
2006-06-19
Replace XC-SECURITY code with XACE security hooks
Eamon Walsh
1
-31
/
+28
2006-06-01
Kill LBX, too.
Daniel Stone
1
-17
/
+0
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
1
-6
/
+6
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
-3
/
+3
2005-03-07
xc/programs/Xserver/dix/atom.c
Roland Mainz
1
-25
/
+9
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
[next]