| Age | Commit message (Expand) | Author |
| 2008-08-18 | add list support to the uci lua binding | Felix Fietkau |
| 2008-08-18 | add list support | Felix Fietkau |
| 2008-08-17 | add initial work for option datatype abstraction | Felix Fietkau |
| 2008-08-17 | bump library version to 0.5 | Felix Fietkau |
| 2008-08-17 | implement extended uci lookup syntax | Felix Fietkau |
| 2008-08-17 | Fix uci show for sections and options. | Felix Fietkau |
| 2008-07-31 | another one | Felix Fietkau |
| 2008-07-31 | fix a really stupid bug | Felix Fietkau |
| 2008-07-31 | fix some parser glitches | Felix Fietkau |
| 2008-07-30 | some more input validation | Felix Fietkau |
| 2008-06-20 | fix a stupid duplicate value checking bug (patch by Frédéric Moulins) | Felix Fietkau |
| 2008-06-06 | allow the cli to override the confdir | Felix Fietkau |
| 2008-06-04 | use the correct soname for libuci | Felix Fietkau |
| 2008-06-04 | replace the uci_escape function with something cleaner, fixes some quoted string escaping issues | Felix Fietkau |
| 2008-06-04 | don't record a changed value if the new value matches the old one | Felix Fietkau |
| 2008-06-04 | lua binding: add .name attribute for sections pushed by uci.foreach and uci.get_all | Felix Fietkau |
| 2008-06-04 | adjust default installation target dir for uci lua binding | Felix Fietkau |
| 2008-06-03 | use .type instead of .TYPE | Felix Fietkau |
| 2008-06-03 | minor cleanup | Felix Fietkau |
| 2008-06-03 | change the format of uci.get_all() - reduce the number of tables used and make it possible to do uci.get_all("package").section.option | Felix Fietkau |
| 2008-06-03 | implement uci.changes() in lua binding | Felix Fietkau |
| 2008-06-03 | load the saved history by default to make things easier for the lua binding | Felix Fietkau |
| 2008-06-03 | implement uci.delete() in the lua binding | Felix Fietkau |
| 2008-06-03 | more const stuff | Felix Fietkau |
| 2008-05-26 | implement autoload for uci lua binding (optional, enabled by default) | Felix Fietkau |
| 2008-05-26 | fix invocation of uci.commit(), uci.save() without arguments | Felix Fietkau |
| 2008-05-26 | add uci.add() to lua binding | Felix Fietkau |
| 2008-05-26 | more const stuff | Felix Fietkau |
| 2008-05-03 | allow more types of characters for uci package names | Felix Fietkau |
| 2008-05-01 | add 2 and 3 argument versions of uci.get() | Felix Fietkau |
| 2008-05-01 | constify | Felix Fietkau |
| 2008-05-01 | add uci.foreach() | Felix Fietkau |
| 2008-05-01 | add uci.get_all to the lua binding, which converts a section or package to a lua datastructure | Felix Fietkau |
| 2008-05-01 | fix lua plugin linking | Felix Fietkau |
| 2008-04-13 | add revert, merge package handler functions | Felix Fietkau |
| 2008-04-13 | constify | Felix Fietkau |
| 2008-04-13 | compile fixes for native compilation | Felix Fietkau |
| 2008-04-13 | build variable sharing between uci and uci-lua, proper installation for lua plugin | Felix Fietkau |
| 2008-04-13 | fix unused variable | Felix Fietkau |
| 2008-04-13 | add make install to the uci build directory | Felix Fietkau |
| 2008-04-13 | set, save, commit for the lua plugin | Felix Fietkau |
| 2008-04-13 | typechecking, add set_confdir and set_savedir | Felix Fietkau |
| 2008-04-13 | add uci.unload to the lua plugin | Felix Fietkau |
| 2008-04-13 | add rudimentary lua binding for uci (can only do "load" and "get" at the moment and does not free memory on gc) | Felix Fietkau |
| 2008-04-09 | rename ctx->errno to ctx->err to avoid conflicts with a #define errno in the system headers | Felix Fietkau |
| 2008-04-08 | parser: fix precedence of quoting over ; as command terminator, thx to netprince for spotting the bug | Felix Fietkau |
| 2008-03-27 | add missing helptext for commit | Felix Fietkau |
| 2008-02-12 | fix a bug that prevented modifying empty config files | Felix Fietkau |
| 2008-02-12 | add an extra check for uci_lookup | Felix Fietkau |
| 2008-02-12 | more functionality for plugins | Felix Fietkau |