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
/
property.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-15
dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEvent
Keith Packard
1
-4
/
+6
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
1
-6
/
+6
2015-11-30
dix: Remove redundant ChangeWindowProperty
Adam Jackson
1
-8
/
+0
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-5
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-2
/
+2
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
1
-7
/
+6
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
1
-29
/
+33
2012-07-09
Rework reply initialization in ProcGetProperty & NullPropertyReply
Alan Coopersmith
1
-13
/
+18
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-263
/
+243
2012-01-09
Revert "dix: don't return BadMatch from GetProperty (#23562)"
Chris Halse Rogers
1
-1
/
+1
2010-12-31
DIX: Reset window properties when freeing them
Daniel Stone
1
-0
/
+3
2010-09-10
Fix property and selection devPrivate allocation.
Eamon Walsh
1
-1
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-16
/
+16
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-9
/
+6
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-9
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-22
/
+22
2009-09-03
dix: don't return BadMatch from GetProperty (#23562)
Peter Hutterer
1
-1
/
+1
2009-07-22
Check if new space was actually allocated before freeing.
Pierre Willenbrock
1
-3
/
+8
2009-07-14
dix: switch to byte-counting functions.
Peter Hutterer
1
-3
/
+3
2009-06-30
dix/property.c: use memcpy where appropriate.
Eamon Walsh
1
-11
/
+6
2009-06-26
xace: add a new hook for checking property content after it has been set.
Eamon Walsh
1
-10
/
+22
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-0
/
+2
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-6
/
+6
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
-5
/
+5
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
1
-118
/
+107
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-9
/
+7
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
1
-4
/
+6
2008-02-29
dix: Refactoring of property code to allow for polyinstantiation.
Eamon Walsh
1
-117
/
+104
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
1
-9
/
+7
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-70
/
+85
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-8
/
+8
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-8
/
+8
2007-11-05
DIX: Remove usage of alloca
Daniel Stone
1
-8
/
+8
2007-10-10
xace: move the property deletion hook inside the DeleteProperty function.
Eamon Walsh
1
-9
/
+8
2007-10-10
xace: remove the special-cased "ignore" functionality from the property code.
Eamon Walsh
1
-6
/
+5
2007-09-26
dix: unify ErrorFs. prepend all with [dix].
Peter Hutterer
1
-4
/
+4
2007-08-15
xace: add hooks + new access codes: core protocol property requests
Eamon Walsh
1
-8
/
+11
2007-08-02
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-43
/
+21
2007-07-21
Partial redundancy elimination in PropertyNotify generation.
Adam Jackson
1
-43
/
+21
2007-04-17
xace: change the semantics of the return value of XACE hooks to allow
Eamon Walsh
1
-40
/
+24
2007-03-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-3
/
+3
2007-03-23
xace: pass serverClient as default argument to dixChangeWindowProperty
Eamon Walsh
1
-1
/
+1
2007-03-22
xace: drop the name argument from the property callback.
Eamon Walsh
1
-8
/
+6
2007-03-22
dix: reorganize property code to better support xace hook; requires new API for
Eamon Walsh
1
-17
/
+38
2007-03-22
xace: add new argument to property hook for property structure itself.
Eamon Walsh
1
-30
/
+37
2007-03-22
dix: devPrivates support for PropertyRec.
Eamon Walsh
1
-0
/
+4
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
1
-3
/
+3
[next]