summaryrefslogtreecommitdiff
path: root/dist/config.py
Commit message (Expand)AuthorAgeFilesLines
* Typo in script: api_data.py, not config_data.py.Michael Cahill2012-01-231-3/+4
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-1/+1
* Reformat config tables in the documentation to make them more compact.Michael Cahill2011-11-151-5/+6
* Make handling of empty lists in config strings robust against empty inputs.Michael Cahill2011-11-081-1/+10
* Mark empty defaults as explicitly empty and make integer zeros appear.Michael Cahill2011-09-201-16/+19
* Cleanup auto-generated documentation for config items without empty defaults.Michael Cahill2011-07-291-1/+1
* Deal with duplicates in config.py: that's simpler than worrying aboutMichael Cahill2011-07-221-0/+7
* Use the type information when generating documentation for configuration items.Michael Cahill2011-07-121-9/+57
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-4/+4
* Add various validation steps to config checking.Michael Cahill2011-06-031-0/+32
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-251-6/+7
* Fix wrapping in config_def.c to avoid long lines.Michael Cahill2011-04-081-1/+1
* Generate configuration-handling code with a Python script.Michael Cahill2011-03-161-0/+79