project/uci.git
2011-07-18 Felix Fietkauremove unused but set variable to fix a compiler warning
2011-04-06 Felix Fietkaudo not attempt to build lua if disabled
2011-04-05 Felix Fietkauconstify arguments to parser function
2011-04-05 Felix Fietkauadd parser helpers similar to the blobmsg parser in...
2011-04-02 Felix Fietkaucli: do not return 0 if the command was invalid
2011-03-27 Felix Fietkaualso link the shared libuci to libdl
2011-03-27 Felix Fietkaufix lua plugin linker error
2011-03-26 Felix Fietkaufix building without plugin support
2011-03-26 Felix Fietkaufix include path
2011-03-26 Felix Fietkauuse libdl
2011-03-26 Felix Fietkauallow the user to override the lua path
2011-03-26 Felix Fietkaumove ucimap to a separate library
2011-03-26 Felix Fietkaureplace the existing build system with cmake
2011-03-15 Felix Fietkauimprove support for C++ stuff
2011-01-19 Felix Fietkaufix uci_list_set_pos to reorder sections properly,...
2010-12-28 Felix Fietkaumake uci_file_commit() static
2010-11-01 Felix Fietkaulua: use uci_foreach_element_safe in uci_lua_foreach...
2010-09-28 Felix Fietkauadd a helper function for looking up an option string
2010-09-28 Felix Fietkaufix return value in inline lookup functions
2010-08-21 Lars-Peter... ucimap: ucimap_parse: consider smap_offset when allocat...
2010-08-21 Felix Fietkauadd convenience functions for looking up packages/secti...
2010-08-21 Felix Fietkauremove the unused "complete" parameter for uci_fill_ptr()
2010-08-21 Felix Fietkauadd support for partial lookups - skip lookup for fille...
2010-08-20 Felix Fietkauprovide backwards compatibility in the lua module after...
2010-08-20 Felix Fietkaumake uci_lookup_ptr() use the extended flag properly...
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...
next