Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-03 | Add additional indexing for sysdb | Stephen Gallagher | 1 | -1/+4 | |
Adds an index for dataExpireTimestamp This is used for determining which users need to be removed during the cleanup task. If enumeration is enabled (or huge numbers of users have been cached), the cleanup task runs very slowly due to the non-indexed search. Also adds an index for ONELEVEL lookups, to speed up situations where we would need to request all entries under a particular node in the LDB. | |||||
2010-04-12 | sysydb: Finally stop using a common event context | Simo Sorce | 1 | -2/+0 | |
This commit completes the migration to a synchronous sysdb | |||||
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -26/+0 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+107 | |
Also update BUILD.txt |