| Age | Commit message (Expand) | Author |
| 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 |
| 2008-02-12 | create the history savedir on uci_save() if it does not exist | Felix Fietkau |
| 2008-02-12 | more plugin support | Felix Fietkau |
| 2008-02-12 | add feature flags for the build process, improve automatic rebuild | Felix Fietkau |
| 2008-02-12 | make more functions available externally | Felix Fietkau |
| 2008-02-12 | consistency | Felix Fietkau |
| 2008-02-12 | improve error handling | Felix Fietkau |
| 2008-02-12 | fold err.h into uci_internal.h | Felix Fietkau |
| 2008-02-12 | add uci_set_backend() | Felix Fietkau |
| 2008-02-12 | use the per-package backend on commit | Felix Fietkau |
| 2008-02-12 | cleanup | Felix Fietkau |
| 2008-02-12 | remove some unused stuff | Felix Fietkau |
| 2008-02-12 | fix uci_set | Felix Fietkau |
| 2008-02-12 | more debugging | Felix Fietkau |
| 2008-02-12 | add comment about memory handling in list_configs | Felix Fietkau |
| 2008-02-12 | add abstraction for listing config files as well | Felix Fietkau |
| 2008-02-12 | bump library version | Felix Fietkau |
| 2008-02-12 | some backend abstraction | Felix Fietkau |
| 2008-02-12 | fold uci_file_cleanup into uci_cleanup | Felix Fietkau |
| 2008-02-09 | bump library version number | Felix Fietkau |
| 2008-02-09 | reorganize some code, add an extra command for adding unnamed sections | Felix Fietkau |
| 2008-02-09 | remove accidentally committed junk | Felix Fietkau |
| 2008-02-06 | extend uci_set so that it can store the resulting element in a variable | Felix Fietkau |
| 2008-02-06 | use strsep instead of strtok to avoid a segfault | Felix Fietkau |
| 2008-02-05 | fix uci_parse_tuple | Felix Fietkau |
| 2008-02-05 | add a missing nullpointer check | Felix Fietkau |
| 2008-02-05 | fix an off-by-one error that prevented the open() check from succeeding, if stdin is closed | Felix Fietkau |
| 2008-02-05 | allow merge-import, even if the config file does not exist yet | Felix Fietkau |
| 2008-02-05 | add missing line to command line help | Felix Fietkau |
| 2008-02-05 | add missing include statement | Felix Fietkau |
| 2008-02-05 | implement the uci changes command to display uncommitted changes | Felix Fietkau |
| 2008-02-04 | implement batch mode in cli | Felix Fietkau |
| 2008-02-04 | improve the argument parser | Felix Fietkau |