uci: fix a potential use-after-free in uci_set()
[project/uci.git] / lua / uci.c
2018-01-01 Jo-Philipp Wichlua: additionally return name when looking up sections
2018-01-01 Jo-Philipp Wichlua: support extended section notation
2016-10-27 Dirk Feytonsuci/lua: add explicit close() method
2016-10-27 Dirk Feytonsuci/lua: add list_configs() function
2015-11-06 Karl Palssonlua: remove pointless double check of autoload flag
2015-11-05 Jo-Philipp Wichlua: fix invocation of foreach() with nil type and...
2015-03-26 Yousong Zhoulua: restore return value of require('uci') to module...
2014-12-18 Felix Fietkaulua: add lua 5.2 compatibility changes
2013-05-26 Jo-Philipp Wichlua: emit a proper deletion when setting an existing...
2013-04-22 Jérôme PoulinAdd multiple free for each call to lookup_args()
2013-01-04 Felix Fietkauremove plugin support, it has been unused for a long...
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-07-19 Felix Fietkaufix one more unused-but-set variable
2011-07-18 Felix Fietkaufix more unused-but-set errors
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-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-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-04-13 Felix Fietkauadd revert, merge package handler functions
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...