project/uci.git
2008-02-02 Felix Fietkaufix compiler error under linux
2008-02-02 Felix Fietkauadd missing flags
2008-02-02 Felix Fietkauadd shared library support
2008-02-02 Felix Fietkauadd flag for naming unnamed sections
2008-02-02 Felix Fietkauremove unused variables
2008-02-02 Felix Fietkausplit warning options from other compiler options
2008-02-02 Felix Fietkaufix file input for cli
2008-02-02 Felix Fietkauimplement overwriting import
2008-02-02 Felix Fietkauadd support for merged importing
2008-02-02 Felix Fietkauoptimization
2008-02-02 Felix Fietkauadd stub for uci import
2008-02-02 Felix Fietkauconstify
2008-02-02 Felix Fietkauvalidate the package name for import
2008-02-02 Felix Fietkaumore error handling for internal uci_import calls
2008-02-02 Felix Fietkauadd import merging functionality, fix error handling...
2008-02-02 Felix Fietkauimplement uci rename
2008-02-02 Felix Fietkaukeep unnamed sections unnamed on export
2008-01-30 Felix Fietkauaccept unnamed sections
2008-01-30 Felix Fietkaucli code cleanup
2008-01-30 Felix Fietkauproper commit support, better debugging
2008-01-30 Felix Fietkaufree the history on package unload
2008-01-30 Felix Fietkaudocument UCI_INTERNAL
2008-01-30 Felix Fietkausome helpful comments
2008-01-30 Felix Fietkaucreate history files with the proper mode
2008-01-30 Felix Fietkaufree uci_history entries properly
2008-01-30 Felix Fietkauplug a memleak
2008-01-30 Felix Fietkauchange uci_list_configs api for proper exception handling
2008-01-30 Felix Fietkaudisable history tracking for non-confdir files
2008-01-30 Felix Fietkauadd strict mode to the cli usage
2008-01-30 Felix Fietkauadd strict mode flag (enabled by default, can be disabl...
2008-01-30 Felix Fietkaumove the stat check to the stream open function
2008-01-30 Felix Fietkauadd proper history tracking for delete
2008-01-29 Felix Fietkauextra checks
2008-01-29 Felix Fietkauimplement history parsing
2008-01-29 Felix Fietkauadd extra null pointer check
2008-01-29 Felix Fietkauclean up history handling
2008-01-29 Felix Fietkauset -O0 for debug builds
2008-01-29 Felix Fietkaufix updated parse_tuple function
2008-01-29 Felix Fietkaumore input validation
2008-01-29 Felix Fietkaucleanup, move parse_tuple to libuci, add some input...
2008-01-28 Felix Fietkaucleanup
2008-01-28 Felix Fietkaucleanup
2008-01-28 Felix Fietkauadd missing check
2008-01-28 Felix Fietkauignore the package keyword for uci_load()
2008-01-28 Felix Fietkaufix uci_set()
2008-01-28 Felix Fietkaufix a typo that was breaking the export
2008-01-28 Felix Fietkauimplement uci_commit()
2008-01-28 Felix Fietkauadd an extra check
2008-01-28 Felix Fietkauallow accessing files outside of /etc/config
2008-01-28 Felix Fietkauanother small comment
2008-01-28 Felix Fietkauadd shared locking for uci_load
2008-01-28 Felix Fietkauadd a stub for testing uci_set()
2008-01-28 Felix Fietkauimplement uci_set, improve error handling
2008-01-28 Felix Fietkaufix assertion debugging
2008-01-27 Felix Fietkauimplement uci get
2008-01-26 Felix Fietkauadd a comment
2008-01-26 Felix Fietkauremove unnecessary null pointer check
2008-01-26 Felix Fietkaumove get_filename as well
2008-01-26 Felix Fietkaumove uci_list_configs to file.c
2008-01-26 Felix Fietkauchange __uci_list_add to uci_list_insert and remove...
2008-01-25 Felix Fietkauinitialize strtok_r context to NULL
2008-01-24 Felix Fietkauadd uci_lookup function
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori
2008-01-23 Felix Fietkauremove more useless stuff
2008-01-23 Felix Fietkauremove some obsolete variables. thx, lorenz
2008-01-23 Felix Fietkauonly use -g if debugging is requested
2008-01-23 Felix Fietkauimproved debugging
2008-01-23 Felix Fietkaumajor code refactoring for more code reuse and smaller...
2008-01-23 Felix Fietkauadd back uci_context parameter for uci_list_configs...
2008-01-23 Felix Fietkauconsistency: rename uci_config to uci_package, rename...
2008-01-23 Felix Fietkaufix double free bug
2008-01-23 Felix Fietkaurefactor uci show code
2008-01-23 Felix Fietkaumove export functionality to libuci
2008-01-23 Felix Fietkaufix null string test
2008-01-22 Felix Fietkauadd a few more comments
2008-01-22 Felix Fietkauremove junk file
2008-01-22 Felix Fietkaureduce the default linebuffer size
2008-01-22 Felix Fietkauadd support for parsing escaped newline characters
2008-01-22 Felix Fietkauparse the package keyword
2008-01-22 Felix Fietkaurefactor, add uci_import
2008-01-21 Felix Fietkaumore export stuff
2008-01-21 Felix Fietkauadd uci export
2008-01-21 Felix Fietkauadd dynamically generated section names
2008-01-21 Felix Fietkaucomment update
2008-01-21 Felix Fietkauuse -fPIC
2008-01-20 Felix Fietkauremove unused argument
2008-01-20 Felix Fietkaucleanups/fixes, more cli stuff
2008-01-20 Felix Fietkaureturn a pointer to the uci_config struct in uci_load
2008-01-20 Felix Fietkauimplement config unload
2008-01-20 Felix Fietkauignore gdb files
2008-01-20 Felix Fietkaufix for a double free bug
2008-01-20 Felix Fietkauadd support for listing config files
2008-01-20 Felix Fietkauremove some old junk
2008-01-20 Felix Fietkauprint the reason for parse errors in error messages
2008-01-20 Felix Fietkauimproved parser
2008-01-20 Felix Fietkaubetter config file handling
2008-01-19 Felix Fietkaumore config functions
2008-01-19 Felix Fietkaumore cleanup/list fixes
2008-01-19 Felix Fietkauremove some crap
2008-01-19 Felix Fietkauadd missing break statements
next