project/uci.git
2013-01-04 Felix Fietkauremove plugin support, it has been unused for a long...
2012-12-31 Felix Fietkauremove static libraries/binaries
2012-11-09 Luka Perkovextend delete command so it can delete list elemets...
2012-11-09 Luka Perkovadd new command del_list
2012-10-04 Felix Fietkaulua: include /opt/local/lib and /opt/local/include...
2012-03-28 Felix Fietkaucli: return non-zero status on errors
2012-02-24 Jo-Philipp... Do quote section names to keep the same style as option...
2012-02-24 Jo-Philipp... Section names, option names, list names can only be...
2011-12-20 Jo-Philipp... lua: properly handle corner cases in changes
2011-12-19 Jo-Philipp... lua: expose completely new lists in changes() as well
2011-12-19 Jo-Philipp... Merge branch 'master' of git://nbd.name/uci
2011-11-14 Jo-Philipp... lua: simplify add_list changes handling, always create...
2011-11-14 Jo-Philipp... lua: expose add_list change items as table values
2011-11-12 Jo-Philipp... lua: simplify add_list changes handling, always create...
2011-11-12 Jo-Philipp... lua: expose add_list change items as table values
2011-10-21 Felix Fietkaufix segfault on import of anonymous sections
2011-10-21 Felix Fietkaulua: always return after calling luaL_error (patch...
2011-10-21 Felix Fietkaucli: check against multiple -f invocations to avoid...
2011-10-21 Felix Fietkauucimap: initialize an uninitialized pointer (patch...
2011-10-21 Felix Fietkauucimap: fix a memory leak (patch by Stanislav Fomichev)
2011-10-21 Felix Fietkauadd a few missing null pointer checks, and fix check...
2011-10-21 Felix Fietkaucheck result of memory allocations (patch by Stanislav...
2011-10-21 Felix Fietkauucimap: fix use-after-free on cleanup (patch by Stanisl...
2011-10-21 Felix Fietkaufree memory for uci hooks
2011-09-15 Felix Fietkaulua: allow overriding of LUA_CFLAGS
2011-09-15 Felix Fietkaulua: use pkg-config to find the correct lua cflags
2011-08-31 Felix Fietkaufix lgpl license headers
2011-07-19 Felix Fietkaufix one more unused-but-set variable
2011-07-18 Felix Fietkaufix more unused-but-set errors
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
next