fix incomplete lookups for uci.get()
[project/uci.git] / lua / uci.c
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...