2008-02-03 |
Felix Fietkau | add history search path
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | allow the user of the library to override the confdir...
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | some extra null pointer checks
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | parse comments properly
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | allow the make command line to override LD properly
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | add quiet mode flag for cli
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | minor comments
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | save some space
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | better input validation
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | disable EOL check for non-strict mode
|
commit | commitdiff | tree |
2008-02-03 |
Felix Fietkau | fix filename validation
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | fix typo
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | fix more compile errors
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | fix compiler error under linux
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add missing flags
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add shared library support
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add flag for naming unnamed sections
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | remove unused variables
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | split warning options from other compiler options
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | fix file input for cli
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | implement overwriting import
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add support for merged importing
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | optimization
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add stub for uci import
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | constify
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | validate the package name for import
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | more error handling for internal uci_import calls
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | add import merging functionality, fix error handling...
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | implement uci rename
|
commit | commitdiff | tree |
2008-02-02 |
Felix Fietkau | keep unnamed sections unnamed on export
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | accept unnamed sections
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | cli code cleanup
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | proper commit support, better debugging
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | free the history on package unload
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | document UCI_INTERNAL
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | some helpful comments
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | create history files with the proper mode
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | free uci_history entries properly
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | plug a memleak
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | change uci_list_configs api for proper exception handling
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | disable history tracking for non-confdir files
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | add strict mode to the cli usage
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | add strict mode flag (enabled by default, can be disabled...
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | move the stat check to the stream open function
|
commit | commitdiff | tree |
2008-01-30 |
Felix Fietkau | add proper history tracking for delete
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | extra checks
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | implement history parsing
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | add extra null pointer check
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | clean up history handling
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | set -O0 for debug builds
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | fix updated parse_tuple function
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | more input validation
|
commit | commitdiff | tree |
2008-01-29 |
Felix Fietkau | cleanup, move parse_tuple to libuci, add some input...
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | cleanup
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | cleanup
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | add missing check
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | ignore the package keyword for uci_load()
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | fix uci_set()
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | fix a typo that was breaking the export
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | implement uci_commit()
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | add an extra check
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | allow accessing files outside of /etc/config
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | another small comment
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | add shared locking for uci_load
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | add a stub for testing uci_set()
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | implement uci_set, improve error handling
|
commit | commitdiff | tree |
2008-01-28 |
Felix Fietkau | fix assertion debugging
|
commit | commitdiff | tree |
2008-01-27 |
Felix Fietkau | implement uci get
|
commit | commitdiff | tree |
2008-01-26 |
Felix Fietkau | add a comment
|
commit | commitdiff | tree |
2008-01-26 |
Felix Fietkau | remove unnecessary null pointer check
|
commit | commitdiff | tree |
2008-01-26 |
Felix Fietkau | move get_filename as well
|
commit | commitdiff | tree |
2008-01-26 |
Felix Fietkau | move uci_list_configs to file.c
|
commit | commitdiff | tree |
2008-01-26 |
Felix Fietkau | change __uci_list_add to uci_list_insert and remove...
|
commit | commitdiff | tree |
2008-01-25 |
Felix Fietkau | initialize strtok_r context to NULL
|
commit | commitdiff | tree |
2008-01-24 |
Felix Fietkau | add uci_lookup function
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | implement more suggestions by lorenz schori
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | remove more useless stuff
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | remove some obsolete variables. thx, lorenz
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | only use -g if debugging is requested
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | improved debugging
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | major code refactoring for more code reuse and smaller...
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | add back uci_context parameter for uci_list_configs...
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | consistency: rename uci_config to uci_package, rename...
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | fix double free bug
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | refactor uci show code
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | move export functionality to libuci
|
commit | commitdiff | tree |
2008-01-23 |
Felix Fietkau | fix null string test
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | add a few more comments
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | remove junk file
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | reduce the default linebuffer size
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | add support for parsing escaped newline characters
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | parse the package keyword
|
commit | commitdiff | tree |
2008-01-22 |
Felix Fietkau | refactor, add uci_import
|
commit | commitdiff | tree |
2008-01-21 |
Felix Fietkau | more export stuff
|
commit | commitdiff | tree |
2008-01-21 |
Felix Fietkau | add uci export
|
commit | commitdiff | tree |
2008-01-21 |
Felix Fietkau | add dynamically generated section names
|
commit | commitdiff | tree |
2008-01-21 |
Felix Fietkau | comment update
|
commit | commitdiff | tree |
2008-01-21 |
Felix Fietkau | use -fPIC
|
commit | commitdiff | tree |
2008-01-20 |
Felix Fietkau | remove unused argument
|
commit | commitdiff | tree |
2008-01-20 |
Felix Fietkau | cleanups/fixes, more cli stuff
|
commit | commitdiff | tree |
next |