project/uci.git
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
2008-01-19 Felix Fietkaumore error handling
2008-01-19 Felix Fietkaumore deps
2008-01-19 Felix Fietkaumore list handling
2008-01-19 Felix Fietkauadd some more list handling
2008-01-19 Felix Fietkauadd -Wno-unused and -Werror
2008-01-19 Felix Fietkaucleanups, whitespace fixes, some extra data structures...
2008-01-19 Felix Fietkaumove some macro magic out of libuci.c
2008-01-19 Felix Fietkaumake uci_errstr const
2008-01-19 Felix Fietkaumore comments
2008-01-19 Felix Fietkauclean up arg checks
2008-01-19 Felix Fietkauadd .gitignore
2008-01-19 Felix Fietkauinitial import (incomplete)