change uci_list_configs api for proper exception handling
[project/uci.git] / file.c
2008-01-30 Felix Fietkauchange uci_list_configs api for proper exception handling
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 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 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 Fietkauadd shared locking for uci_load
2008-01-26 Felix Fietkauadd a comment
2008-01-26 Felix Fietkaumove get_filename as well
2008-01-26 Felix Fietkaumove uci_list_configs to file.c
2008-01-25 Felix Fietkauinitialize strtok_r context to NULL
2008-01-23 Felix Fietkauremove more useless stuff
2008-01-23 Felix Fietkaumajor code refactoring for more code reuse and smaller...
2008-01-23 Felix Fietkauconsistency: rename uci_config to uci_package, rename...
2008-01-23 Felix Fietkaufix double free bug
2008-01-23 Felix Fietkaumove export functionality to libuci
2008-01-23 Felix Fietkaufix null string test
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