tests: shunit2: run all tests under Valgrind by default
[project/uci.git] / parse.c
2013-10-29 Felix Fietkauparse: remove a check that is always true (due to unsig...
2011-08-31 Felix Fietkaufix lgpl license headers
2011-04-05 Felix Fietkauconstify arguments to parser function
2011-04-05 Felix Fietkauadd parser helpers similar to the blobmsg parser in...
2008-01-22 Felix Fietkaurefactor, add uci_import
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 Fietkaufix for a double free bug
2008-01-20 Felix Fietkauadd support for listing config files
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 Fietkauadd missing break statements
2008-01-19 Felix Fietkaumore error handling
2008-01-19 Felix Fietkaumore list handling
2008-01-19 Felix Fietkaucleanups, whitespace fixes, some extra data structures...
2008-01-19 Felix Fietkaumore comments
2008-01-19 Felix Fietkauclean up arg checks
2008-01-19 Felix Fietkauinitial import (incomplete)