summaryrefslogtreecommitdiff
path: root/dix/registry.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24Fix a leak in the code that parses the protocol names.Eamon Walsh1-18/+26
Also added some comments. Reported by Ben Gamari (bug #16492).
2007-11-26registry: Add a call for DTRACE compatibility.Eamon Walsh1-0/+19
2007-11-26registry: Rebase registry to use the server config file of protocol names.Eamon Walsh1-195/+128
2007-10-25registry: Remove synthetic bit from event types in lookup function.Eamon Walsh1-1/+1
2007-10-23Revert "registry: special case minor number when looking up core requests."Eamon Walsh1-2/+0
This reverts commit 31110d6837ee52fd654729d9e5c4b0c5395abab0. This is handled properly by StandardMinorOpcode().
2007-10-18registry: special case minor number when looking up core requests.Eamon Walsh1-0/+2
2007-10-18registry: Add "X11:" prefix to core protocol names.Eamon Walsh1-175/+176
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-0/+375
Supports protocol requests, events, and errors, and resource names. Modify XRES extension to use it.