| 2008-04-13 | 
Felix Fietkau | set, save, commit for the lua plugin | 
commit | commitdiff | tree | snapshot | 
| 2008-04-13 | 
Felix Fietkau | typechecking, add set_confdir and set_savedir | 
commit | commitdiff | tree | snapshot | 
| 2008-04-13 | 
Felix Fietkau | add uci.unload to the lua plugin | 
commit | commitdiff | tree | snapshot | 
| 2008-04-13 | 
Felix Fietkau | add rudimentary lua binding for uci (can only do "load...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-09 | 
Felix Fietkau | rename ctx->errno to ctx->err to avoid conflicts with...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-08 | 
Felix Fietkau | parser: fix precedence of quoting over ; as command...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-27 | 
Felix Fietkau | add missing helptext for commit | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | fix a bug that prevented modifying empty config files | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | add an extra check for uci_lookup | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | more functionality for plugins | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | create the history savedir on uci_save() if it does...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | more plugin support | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | add feature flags for the build process, improve automa...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | make more functions available externally | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | consistency | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | improve error handling | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | fold err.h into uci_internal.h | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | add uci_set_backend() | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | use the per-package backend on commit | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | cleanup | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | remove some unused stuff | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | fix uci_set | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | more debugging | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | add comment about memory handling in list_configs | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | add abstraction for listing config files as well | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | bump library version | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | some backend abstraction | 
commit | commitdiff | tree | snapshot | 
| 2008-02-12 | 
Felix Fietkau | fold uci_file_cleanup into uci_cleanup | 
commit | commitdiff | tree | snapshot | 
| 2008-02-09 | 
Felix Fietkau | bump library version number | 
commit | commitdiff | tree | snapshot | 
| 2008-02-09 | 
Felix Fietkau | reorganize some code, add an extra command for adding...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-09 | 
Felix Fietkau | remove accidentally committed junk | 
commit | commitdiff | tree | snapshot | 
| 2008-02-06 | 
Felix Fietkau | extend uci_set so that it can store the resulting eleme...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-06 | 
Felix Fietkau | use strsep instead of strtok to avoid a segfault | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | fix uci_parse_tuple | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | add a missing nullpointer check | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | fix an off-by-one error that prevented the open() check...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | allow merge-import, even if the config file does not...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | add missing line to command line help | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | add missing include statement | 
commit | commitdiff | tree | snapshot | 
| 2008-02-05 | 
Felix Fietkau | implement the uci changes command to display uncommitte...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | implement batch mode in cli | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | improve the argument parser | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | export a function for parsing shell-style arguments...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | only overwrite config files at commit time when actual...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | improve validation, accept more characters in the secti...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-04 | 
Felix Fietkau | make the value of an option optional (found by lubek) | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | fix a small memleak | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | fix a few bugs found during code review | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | implement uci revert | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | move history code into history.c | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | fix accidental lowercasing of license headers | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | cli: don't commit, if the savedir was overwritten | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | add a comment about history path | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | make use of the history path feature in the cli | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | add history search path | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | allow the user of the library to override the confdir...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | some extra null pointer checks | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | parse comments properly | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | allow the make command line to override LD properly | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | add quiet mode flag for cli | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | minor comments | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | save some space | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | better input validation | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | disable EOL check for non-strict mode | 
commit | commitdiff | tree | snapshot | 
| 2008-02-03 | 
Felix Fietkau | fix filename validation | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | fix typo | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | fix more compile errors | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | fix compiler error under linux | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add missing flags | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add shared library support | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add flag for naming unnamed sections | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | remove unused variables | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | split warning options from other compiler options | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | fix file input for cli | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | implement overwriting import | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add support for merged importing | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | optimization | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add stub for uci import | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | constify | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | validate the package name for import | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | more error handling for internal uci_import calls | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | add import merging functionality, fix error handling...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | implement uci rename | 
commit | commitdiff | tree | snapshot | 
| 2008-02-02 | 
Felix Fietkau | keep unnamed sections unnamed on export | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | accept unnamed sections | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | cli code cleanup | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | proper commit support, better debugging | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | free the history on package unload | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | document UCI_INTERNAL | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | some helpful comments | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | create history files with the proper mode | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | free uci_history entries properly | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | plug a memleak | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | change uci_list_configs api for proper exception handling | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | disable history tracking for non-confdir files | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | add strict mode to the cli usage | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | add strict mode flag (enabled by default, can be disabl...  | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | move the stat check to the stream open function | 
commit | commitdiff | tree | snapshot | 
| 2008-01-30 | 
Felix Fietkau | add proper history tracking for delete | 
commit | commitdiff | tree | snapshot | 
| 2008-01-29 | 
Felix Fietkau | extra checks | 
commit | commitdiff | tree | snapshot | 
| next |