Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settings: Use thread-safe dirname(3) | Tobias Brunner | 2014-02-24 | 1 | -5/+3 |
* | settings: Use dirname(3) correctly | Tobias Brunner | 2014-02-24 | 1 | -4/+4 |
* | settings: Add support to enumerate sections and key/value pairs with fallbacks | Tobias Brunner | 2014-02-12 | 1 | -28/+157 |
* | settings: Implement subsections and key/value pairs with sorted arrays | Tobias Brunner | 2014-02-12 | 1 | -68/+74 |
* | settings: Add method that allows to define fallback sections for other sections | Tobias Brunner | 2014-02-12 | 1 | -13/+141 |
* | settings: Make print_key() not rely on null-terminated beginning of key buffer | Tobias Brunner | 2014-02-12 | 1 | -10/+5 |
* | settings: Allow empty strings in section key | Tobias Brunner | 2014-02-12 | 1 | -23/+31 |
* | settings: Add a set_default_str() to set a different default for a key | Martin Willi | 2013-05-06 | 1 | -0/+21 |
* | Moved settings_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -0/+1227 |