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