Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation of lists | Robin Obůrka | 2016-04-10 | 1 | -0/+6 |
| | |||||
* | Add support for lists | Robin Obůrka | 2016-04-10 | 1 | -16/+38 |
| | |||||
* | Improve error message | Robin Obůrka | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Fix author in documentation | Robin Obůrka | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Improve part with examples in documentation | Robin Obůrka | 2016-04-08 | 1 | -1/+19 |
| | |||||
* | Defaults the index to 0 | Robin Obůrka | 2016-04-08 | 1 | -1/+3 |
| | | | | Then is possible to address unique anonymous section with type only. | ||||
* | Fix bug: get_uci_key need module too | Robin Obůrka | 2016-04-08 | 1 | -2/+3 |
| | |||||
* | Add first version of module's documentation | Robin Obůrka | 2016-04-07 | 1 | -0/+65 |
| | |||||
* | Use completely new part with logic | Robin Obůrka | 2016-04-07 | 1 | -15/+50 |
| | |||||
* | Improve info gathering section | Robin Obůrka | 2016-04-07 | 1 | -1/+7 |
| | |||||
* | Add more logic into uci_set() | Robin Obůrka | 2016-04-07 | 1 | -0/+3 |
| | | | | It handles empty value. | ||||
* | Add more logic into get_uci_key() | Robin Obůrka | 2016-04-07 | 1 | -2/+8 |
| | | | | It recognise key and section. | ||||
* | Parameter name is not required | Robin Obůrka | 2016-04-07 | 1 | -1/+1 |
| | | | | It is useful for section management. | ||||
* | Add switch noreturn to uci_set() | Robin Obůrka | 2016-04-07 | 1 | -3/+4 |
| | |||||
* | Let get_uci_key() build section key too | Robin Obůrka | 2016-04-07 | 1 | -3/+7 |
| | | | | It will be used later for section management. | ||||
* | Rename parameter config to section | Robin Obůrka | 2016-04-07 | 1 | -6/+6 |
| | | | | | | The official structure is package.config.option but uci tool has structure config.section.option. I don't want to confuse people. So I defined structure package.section.option. | ||||
* | Provide some basic functionality | Robin Obůrka | 2016-04-06 | 1 | -1/+123 |
| | | | | | | | | | | | | This code is able to: - Delete option - Set existing option - Detect changed/unchanged state in previously mentioned points ... and not able to: - Handle lists - Create config if it doesn't exist - Mark unique anonymous config section by some user friendly way | ||||
* | Initial commit - add skeleton of module | Robin Obůrka | 2016-04-05 | 1 | -0/+30 |