aboutsummaryrefslogtreecommitdiffstats
path: root/uci.py
Commit message (Expand)AuthorAgeFilesLines
* Add documentation of listsGravatar Robin Obůrka 2016-04-101-0/+6
* Add support for listsGravatar Robin Obůrka 2016-04-101-16/+38
* Improve error messageGravatar Robin Obůrka 2016-04-101-1/+1
* Fix author in documentationGravatar Robin Obůrka 2016-04-081-1/+1
* Improve part with examples in documentationGravatar Robin Obůrka 2016-04-081-1/+19
* Defaults the index to 0Gravatar Robin Obůrka 2016-04-081-1/+3
* Fix bug: get_uci_key need module tooGravatar Robin Obůrka 2016-04-081-2/+3
* Add first version of module's documentationGravatar Robin Obůrka 2016-04-071-0/+65
* Use completely new part with logicGravatar Robin Obůrka 2016-04-071-15/+50
* Improve info gathering sectionGravatar Robin Obůrka 2016-04-071-1/+7
* Add more logic into uci_set()Gravatar Robin Obůrka 2016-04-071-0/+3
* Add more logic into get_uci_key()Gravatar Robin Obůrka 2016-04-071-2/+8
* Parameter name is not requiredGravatar Robin Obůrka 2016-04-071-1/+1
* Add switch noreturn to uci_set()Gravatar Robin Obůrka 2016-04-071-3/+4
* Let get_uci_key() build section key tooGravatar Robin Obůrka 2016-04-071-3/+7
* Rename parameter config to sectionGravatar Robin Obůrka 2016-04-071-6/+6
* Provide some basic functionalityGravatar Robin Obůrka 2016-04-061-1/+123
* Initial commit - add skeleton of moduleGravatar Robin Obůrka 2016-04-051-0/+30