summaryrefslogtreecommitdiffstats
path: root/server/confdb/confdb_setup.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-52/+0
| | | | Also update BUILD.txt
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-2/+3
| | | | | This converts a great many configuration options to the new standard format.
* Separate confdb API from confdb setupStephen Gallagher2009-05-111-0/+51
Refactoring the confdb so that the setup code can be linked separately from the access API. This is being done so that our plugins do not need to link against the collection and ini_config libraries.