cli: fix realloc issue spotted by cppcheck
[project/uci.git] / ucimap.h
2013-10-29 Felix Fietkauucimap: get rid of duplicate initialization warnings
2013-10-15 Luka Perkovstyle: fix whitespace errors
2011-08-31 Felix Fietkaufix lgpl license headers
2009-09-05 Felix Fietkauadd some comments to the header file
2009-09-05 Felix Fietkaureplace the use of list.h in the ucimap core, relicense...
2009-09-04 Felix Fietkauucimap: add helper function for resizing lists and...
2009-09-04 Felix Fietkauadd sanity checks for optmap section type vs sectionmap...
2009-09-04 Felix Fietkauucimap: add custom free() callbacks for options, only...
2009-09-04 Felix Fietkauadd ucimap_free_section to the api
2009-09-04 Felix Fietkauadd type safety checks for option maps
2009-09-02 Felix Fietkauonly call section ->add callbacks after all fixups...
2009-09-01 Felix Fietkaurename ucimap_data::section to ptr
2009-09-01 Felix Fietkauexpose the ucimap_parse_section function in the api...
2009-08-31 Felix Fietkauprotect ucimap.h against multiple inclusions
2009-08-31 Felix Fietkauucimap: add new UCIMAP_LIST_AUTO for automatically...
2009-08-30 Felix Fietkauucimap: clarify alloc
2009-08-30 Felix Fietkauucimap: some hints
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: cleanup OPTMAP_OPTION macro, rename to UCIMAP_O...
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...
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-14 Felix Fietkauadd libucimap