remove unused hook support
[project/uci.git] / lua /
2013-01-04 Felix Fietkauremove plugin support, it has been unused for a long...
2012-10-04 Felix Fietkaulua: include /opt/local/lib and /opt/local/include...
2011-12-20 Jo-Philipp Wichlua: properly handle corner cases in changes
2011-12-19 Jo-Philipp Wichlua: expose completely new lists in changes() as well
2011-11-14 Jo-Philipp Wichlua: simplify add_list changes handling, always create...
2011-11-14 Jo-Philipp Wichlua: expose add_list change items as table values
2011-11-12 Jo-Philipp Wichlua: simplify add_list changes handling, always create...
2011-11-12 Jo-Philipp Wichlua: expose add_list change items as table values
2011-10-21 Felix Fietkaulua: always return after calling luaL_error (patch...
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-07-19 Felix Fietkaufix one more unused-but-set variable
2011-07-18 Felix Fietkaufix more unused-but-set errors
2011-04-06 Felix Fietkaudo not attempt to build lua if disabled
2011-03-27 Felix Fietkaufix lua plugin linker error
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 Fietkaureplace the existing build system with cmake
2010-11-01 Felix Fietkaulua: use uci_foreach_element_safe in uci_lua_foreach...
2010-08-20 Felix Fietkauprovide backwards compatibility in the lua module after...
2010-08-20 Felix Fietkauuci_history -> uci_delta
2009-10-28 Felix Fietkaulua: use extended lookups by default
2009-10-19 Felix Fietkaulua: add uci.foreach() error handling patch by xMff
2009-08-24 Felix Fietkaulua: add a return code for aborting iteration in uci_fo...
2009-06-08 Felix Fietkauadd plugin support
2009-05-23 Felix Fietkauadd reorder to lua api
2009-01-20 Felix Fietkaulua: fix rewriting uci lists
2009-01-18 Felix Fietkauadd uci.rename()
2008-11-15 Felix Fietkaulua: add uci.add_history to the api
2008-11-14 Felix Fietkaulua: fix uci.set_list
2008-09-05 Felix Fietkauadd .index field to sections
2008-09-04 Felix Fietkaufix lua binding include path
2008-08-31 Felix Fietkauproperly search for lua includes and the library directory
2008-08-27 Felix Fietkaufix uci.save() with cursors
2008-08-27 Felix Fietkaufix uci.get()
2008-08-27 Felix Fietkaupush out uci error messages to lua as well
2008-08-27 Felix Fietkauadd uci.cursor() support based on a patch by CyrusFF
2008-08-27 Felix Fietkauadd get functions for savedir and confdir
2008-08-27 Felix Fietkaufix sanity checks for uci.set to be able to create...
2008-08-27 Felix Fietkaufix incomplete lookups for uci.get()
2008-08-24 Felixadd .anonymous attribute for uci sections in lua
2008-08-23 Felix Fietkaufix 4-arg uci.set()
2008-08-23 Felix Fietkauadd some missing initializations
2008-08-23 Felix Fietkauport lua bindings to new uci api
2008-08-19 Felix Fietkaulua: allow uci.set() to create/update a list value
2008-08-18 Felix Fietkauadd list support to the uci lua binding
2008-08-17 Felix Fietkauadd initial work for option datatype abstraction
2008-06-04 Felix Fietkaulua binding: add .name attribute for sections pushed...
2008-06-04 Felix Fietkauadjust default installation target dir for uci lua...
2008-06-03 Felix Fietkauuse .type instead of .TYPE
2008-06-03 Felix Fietkauminor cleanup
2008-06-03 Felix Fietkauchange the format of uci.get_all() - reduce the number...
2008-06-03 Felix Fietkauimplement uci.changes() in lua binding
2008-06-03 Felix Fietkauimplement uci.delete() in the lua binding
2008-05-26 Felix Fietkauimplement autoload for uci lua binding (optional, enabl...
2008-05-26 Felix Fietkaufix invocation of uci.commit(), uci.save() without...
2008-05-26 Felix Fietkauadd uci.add() to lua binding
2008-05-01 Felix Fietkauadd 2 and 3 argument versions of uci.get()
2008-05-01 Felix Fietkauadd uci.foreach()
2008-05-01 Felix Fietkauadd uci.get_all to the lua binding, which converts...
2008-05-01 Felix Fietkaufix lua plugin linking
2008-04-13 Felix Fietkauadd revert, merge package handler functions
2008-04-13 Felix Fietkaucompile fixes for native compilation
2008-04-13 Felix Fietkaubuild variable sharing between uci and uci-lua, proper...
2008-04-13 Felix Fietkaufix unused variable
2008-04-13 Felix Fietkauset, save, commit for the lua plugin
2008-04-13 Felix Fietkautypechecking, add set_confdir and set_savedir
2008-04-13 Felix Fietkauadd uci.unload to the lua plugin
2008-04-13 Felix Fietkauadd rudimentary lua binding for uci (can only do "load...