expose the ucimap_parse_section function in the api, do not defer fixups if immediate...
[project/uci.git] / ucimap.c
2009-09-01 Felix Fietkauexpose the ucimap_parse_section function in the api...
2009-08-31 Felix Fietkauucimap: add new UCIMAP_LIST_AUTO for automatically...
2009-08-30 Felix Fietkauucimap: fix boolean interpretation, add range checks...
2009-08-30 Felix Fietkauucimap: implement format callback for custom data types
2009-08-29 Felix Fietkauucimap: allow api users to take over allocation of...
2009-08-29 Felix Fietkauucimap: move the section data to a dedicated field...
2009-08-29 Felix Fietkauucimap: rename uci_sectmap* to uci_sectionmap*
2009-08-29 Felix Fietkauucimap: add callback for validation/conversion and...
2009-08-29 Felix Fietkaushorten callback names
2009-08-29 Felix Fietkauucimap: ignore unhandled data structure changes for now
2009-08-29 Felix Fietkaufix ucimap_set_changed
2009-08-29 Felix Fietkauucimap: free memory allocated for fixups
2009-08-29 Felix Fietkauucimap: clean up list handling, use arrays instead...
2009-08-29 Felix Fietkauucimap: allow sectmaps to specify the option map data...
2009-04-10 Felix Fietkaufix const related compile error with newer gcc
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-14 Felix Fietkauadd libucimap