| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-24 | lib: add talloc reference from string map iterator to map | David Bremner | |
| This is needed so that when the map is modified during traversal, and thus unlinked by the database code, the map is not disposed of until the iterator is done with it. | |||
| 2016-09-21 | lib: extend private string map API with iterators | David Bremner | |
| Support for prefix based iterators is perhaps overengineering, but I wanted to mimic the existing database_config API. | |||
| 2016-09-21 | lib: private string map (associative array) API | David Bremner | |
| The choice of array implementation is deliberate, for future iterator support | |||
