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 |
2008-01-29 |
Felix Fietkau | implement history parsing |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | add extra null pointer check |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | clean up history handling |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | set -O0 for debug builds |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | fix updated parse_tuple function |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | more input validation |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Felix Fietkau | cleanup, move parse_tuple to libuci, add some input... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | cleanup |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | cleanup |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | add missing check |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | ignore the package keyword for uci_load() |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | fix uci_set() |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | fix a typo that was breaking the export |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | implement uci_commit() |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | add an extra check |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | allow accessing files outside of /etc/config |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | another small comment |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | add shared locking for uci_load |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | add a stub for testing uci_set() |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | implement uci_set, improve error handling |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Felix Fietkau | fix assertion debugging |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Felix Fietkau | implement uci get |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Felix Fietkau | add a comment |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Felix Fietkau | remove unnecessary null pointer check |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Felix Fietkau | move get_filename as well |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Felix Fietkau | move uci_list_configs to file.c |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Felix Fietkau | change __uci_list_add to uci_list_insert and remove... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Felix Fietkau | initialize strtok_r context to NULL |
commit | commitdiff | tree | snapshot |
next |