project/uci.git
2010-08-20 Felix Fietkausplit off and compile delta.c separately
2010-08-20 Felix Fietkauuci_history -> uci_delta
2010-08-20 Felix Fietkausplit off and compile util.c separately
2010-08-20 Felix Fietkauexport uci_parse_ptr
2010-08-20 Felix Fietkausplit off and compile file.c separately
2010-08-17 Felix Fietkausimplify dependency handling
2010-08-17 Felix Fietkausimplify code (thx, henning)
2009-12-01 Justin BronderFix memory leak in uci_list_config_files
2009-12-01 Justin BronderAllow setting of libdirname.
2009-11-06 Felix Fietkaufix compile on snow leopard
2009-10-28 Felix Fietkaulua: use extended lookups by default
2009-10-19 Felix Fietkaulua: add uci.foreach() error handling patch by xMff
2009-09-17 Felix Fietkaufix uci_lookup_ptr comments
2009-09-06 Felix Fietkauadd test/save to .gitignore
2009-09-06 Felix Fietkauucimap: simplify the parse/format callbacks. the data...
2009-09-06 Felix Fietkauucimap: fix list size initialization, validate list...
2009-09-06 Felix Fietkauucimap: fix list initialization
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 Fietkauremove ucimap type->name conversion unless DEBUG is...
2009-09-04 Felix Fietkaufix a typo
2009-09-04 Felix Fietkauucimap: add support for saving lists to uci
2009-09-04 Felix Fietkautest: do not print expected error messages
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 Fietkaufix a null pointer deref in uci_file_commit when overwr...
2009-09-04 Felix Fietkauadd type safety checks for option maps
2009-09-04 Felix Fietkaubuild ucimap-example in make all
2009-09-02 Felix Fietkauonly call section ->add callbacks after all fixups...
2009-09-01 Felix Fietkaufix missing api change
2009-09-01 Felix Fietkaupreserve section list order
2009-09-01 Felix Fietkaurename ucimap_data::section to ptr
2009-09-01 Felix Fietkauadd missing build dependencies
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 Fietkaumove ucimap into the core library
2009-08-31 Felix Fietkauucimap: add new UCIMAP_LIST_AUTO for automatically...
2009-08-30 Felix Fietkauucimap: properly test bool interpretation
2009-08-30 Felix Fietkauucimap: fix boolean interpretation, add range checks...
2009-08-30 Felix Fietkauadd missing lib flags for ucimap-example
2009-08-30 Felix Fietkauremove ucimap-example during make clean
2009-08-30 Felix Fietkauturn ucimap-example.c into a test case
2009-08-30 Felix Fietkauadd missing null pointer check after malloc
2009-08-30 Felix Fietkauucimap: clarify alloc
2009-08-30 Felix Fietkaubump major version
2009-08-30 Felix Fietkauucimap: some hints
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: 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: 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: 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-08-29 Felix Fietkauucimap-example: make data structures static
2009-08-24 Felix Fietkaulua: add a return code for aborting iteration in uci_fo...
2009-08-18 Felix Fietkaudo not fail when attempting to set a nonexistant option...
2009-08-18 Felix Fietkauwhen running uci set with an empty value, fall back...
2009-06-08 Felix Fietkauadd plugin support
2009-05-23 Felix Fietkauadd reorder to lua api
2009-05-23 Felix Fietkauadd section reordering to libuci and cli
2009-04-30 Felix Fietkauincrease argv in batch mode to silence a false gcc...
2009-04-23 Felix Fietkaudon't bail out on locking errors, when flock() is not...
2009-04-11 Felix Fietkaucreate missing lib dir on installation
2009-04-10 Felix Fietkaufix const related compile error with newer gcc
2009-03-24 Felix Fietkauadd missing fflush() on close - fixes a bug in the...
2009-02-23 Felix Fietkaufix compilation on later glibc/gcc versions with strict...
2009-01-20 Felix Fietkaufix signed vs unsigned char validation bug
2009-01-20 Felix Fietkaulua: fix rewriting uci lists
2009-01-20 Felix Fietkaumake the uci_ptr struct reusable after a call to uci_de...
2009-01-18 Felix Fietkauadd uci.rename()
2008-12-27 Felix Fietkaubump major version
2008-12-27 Felix Fietkaufix uci rename for anonymous sections
2008-12-23 Felix Fietkauadd initial version of the shell api
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-25 Felix Fietkaufix memory leak reported in https://dev.openwrt.org...
2008-11-15 Felix Fietkaulua: add uci.add_history to the api
2008-11-14 Felix Fietkauadd libucimap
2008-11-14 Felix Fietkauinstall development headers
2008-11-14 Felix Fietkaudon't redefine container_of if it's already defined
2008-11-14 Felix Fietkaulua: fix uci.set_list
2008-10-15 Felix Fietkaumake extended syntax on uci show optional (but enabled...
2008-10-15 Felix Fietkauput more descriptive names on anonymous sections when...
2008-09-05 Felix Fietkauoverhaul package and section type validation - makes...
2008-09-05 Felix Fietkauadd .index field to sections
2008-09-04 Felix Fietkaufix lua binding include path
2008-09-04 Felix Fietkaufix uci batch nesting check (patch by lars)
2008-09-04 Felix Fietkaufix segmentation fault / endless loop on history loads
2008-08-31 Felix Fietkauproperly search for lua includes and the library directory
2008-08-31 Jens MueckeAdd mkdir to Makefile and Makefile.inc, use $prefix...
2008-08-31 Felix Fietkaufix segfault in uci batch
2008-08-27 Felix Fietkaufix uci.save() with cursors
next