index
:
~ajax/xserver-old
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
bus
dmx-2
dmx2-dix-merge
dri-0-1-branch
dri2-swapbuffers
edid
exa-damagetrack
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.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_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
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
extension.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
STSF-CURRENT
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
XFree86 4.3.0.1
xf86-4_3_0_1
PRE_xf86-4_3_0_1
Kaleb Keithley
1
-14
/
+30
2003-11-14
R6.6 is the Xorg base-line
XORG-MAIN
Kaleb Keithley
1
-0
/
+470