more functionality for plugins
[project/uci.git] / list.c
2008-02-12 Felix Fietkaumore plugin support
2008-02-12 Felix Fietkauconsistency
2008-02-12 Felix Fietkauadd uci_set_backend()
2008-02-12 Felix Fietkaufix uci_set
2008-02-09 Felix Fietkaureorganize some code, add an extra command for adding...
2008-02-06 Felix Fietkauextend uci_set so that it can store the resulting eleme...
2008-02-05 Felix Fietkauadd a missing nullpointer check
2008-02-05 Felix Fietkauimplement the uci changes command to display uncommitte...
2008-02-04 Felix Fietkauimprove validation, accept more characters in the secti...
2008-02-03 Felix Fietkaufix a few bugs found during code review
2008-02-03 Felix Fietkaufix accidental lowercasing of license headers
2008-02-03 Felix Fietkausave some space
2008-02-03 Felix Fietkaubetter input validation
2008-02-02 Felix Fietkauremove unused variables
2008-02-02 Felix Fietkauadd support for merged importing
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 Fietkauproper commit support, better debugging
2008-01-30 Felix Fietkaufree the history on package unload
2008-01-30 Felix Fietkausome helpful comments
2008-01-30 Felix Fietkaufree uci_history entries properly
2008-01-30 Felix Fietkauplug a memleak
2008-01-30 Felix Fietkaudisable history tracking for non-confdir files
2008-01-30 Felix Fietkauadd proper history tracking for delete
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-28 Felix Fietkaufix uci_set()
2008-01-28 Felix Fietkauallow accessing files outside of /etc/config
2008-01-28 Felix Fietkauimplement uci_set, improve error handling
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-24 Felix Fietkauadd uci_lookup function
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-21 Felix Fietkauadd dynamically generated section names
2008-01-20 Felix Fietkauremove unused argument
2008-01-20 Felix Fietkaucleanups/fixes, more cli stuff
2008-01-20 Felix Fietkauimplement config unload
2008-01-20 Felix Fietkauadd support for listing config files
2008-01-19 Felix Fietkaumore config functions
2008-01-19 Felix Fietkaumore cleanup/list fixes
2008-01-19 Felix Fietkaumore error handling
2008-01-19 Felix Fietkaumore list handling
2008-01-19 Felix Fietkauadd some more list handling
2008-01-19 Felix Fietkaumove some macro magic out of libuci.c