Merge branch 'master' of git://nbd.name/uci
[project/uci.git] / ucimap-example.c
2011-10-21 Felix Fietkauadd a few missing null pointer checks, and fix check...
2009-09-06 Felix Fietkauucimap: simplify the parse/format callbacks. the data...
2009-09-05 Felix Fietkaureplace the use of list.h in the ucimap core, relicense...
2009-09-04 Felix Fietkaufix a typo
2009-09-04 Felix Fietkauucimap: add support for saving lists to uci
2009-09-04 Felix Fietkauucimap: add helper function for resizing lists and...
2009-09-04 Felix Fietkauucimap: add custom free() callbacks for options, only...
2009-09-02 Felix Fietkauonly call section ->add callbacks after all fixups...
2009-09-01 Felix Fietkaufix missing api change
2009-08-31 Felix Fietkauucimap: add new UCIMAP_LIST_AUTO for automatically...
2009-08-30 Felix Fietkauturn ucimap-example.c into a test case
2009-08-30 Felix Fietkauucimap: implement format callback for custom data types
2009-08-29 Felix Fietkauucimap: add example for using the alloc callback
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: add an example for optmap data structure encaps...
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-example: make data structures static
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-14 Felix Fietkauadd libucimap