index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
extension.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-4
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-09-18
Build required portions of registry.c automatically [v2]
Keith Packard
1
-0
/
+2
2014-01-12
Clean up warnings in DIX
Keith Packard
1
-7
/
+7
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
1
-10
/
+12
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-117
/
+105
2011-12-13
dix: add a MAXEVENTS define for the number of core + extension events
Peter Hutterer
1
-2
/
+1
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
1
-14
/
+0
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-4
/
+4
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
[next]