summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* fix one more unused-but-set variablev0.8.0Felix Fietkau2011-07-191-4/+3
* fix more unused-but-set errorsFelix Fietkau2011-07-181-14/+9
* do not attempt to build lua if disabledFelix Fietkau2011-04-071-11/+16
* fix lua plugin linker errorFelix Fietkau2011-03-271-0/+1
* fix include pathFelix Fietkau2011-03-261-1/+1
* use libdlFelix Fietkau2011-03-261-1/+1
* allow the user to override the lua pathFelix Fietkau2011-03-261-9/+11
* replace the existing build system with cmakeFelix Fietkau2011-03-262-44/+33
* lua: use uci_foreach_element_safe in uci_lua_foreach() - patch by jowFelix Fietkau2010-11-011-2/+2
* provide backwards compatibility in the lua module after the history -> delta ...Felix Fietkau2010-08-201-0/+1
* uci_history -> uci_deltaFelix Fietkau2010-08-201-8/+8
* lua: use extended lookups by defaultFelix Fietkau2009-10-281-7/+7
* lua: add uci.foreach() error handling patch by xMffFelix Fietkau2009-10-191-0/+5
* lua: add a return code for aborting iteration in uci_foreachFelix Fietkau2009-08-251-1/+4
* add plugin supportFelix Fietkau2009-06-081-0/+15
* add reorder to lua apiFelix Fietkau2009-05-231-0/+50
* lua: fix rewriting uci listsv0.7.2Felix Fietkau2009-01-201-1/+12
* add uci.rename()Felix Fietkau2009-01-181-0/+51
* lua: add uci.add_history to the apiFelix Fietkau2008-11-151-0/+13
* lua: fix uci.set_listv0.6.4Felix Fietkau2008-11-141-5/+6
* add .index field to sectionsFelix Fietkau2008-09-051-5/+12
* fix lua binding include pathv0.6.2Felix Fietkau2008-09-051-1/+1
* properly search for lua includes and the library directoryFelix Fietkau2008-08-311-5/+20
* fix uci.save() with cursorsv0.6.1Felix Fietkau2008-08-271-1/+1
* fix uci.get()Felix Fietkau2008-08-271-0/+3
* push out uci error messages to lua as wellFelix Fietkau2008-08-271-50/+29
* add uci.cursor() support based on a patch by CyrusFFFelix Fietkau2008-08-271-83/+171
* add get functions for savedir and confdirFelix Fietkau2008-08-271-0/+16
* fix sanity checks for uci.set to be able to create new sectionsFelix Fietkau2008-08-271-1/+1
* fix incomplete lookups for uci.get()Felix Fietkau2008-08-271-0/+4
* add .anonymous attribute for uci sections in luaFelix2008-08-241-0/+2
* fix 4-arg uci.set()Felix Fietkau2008-08-231-0/+2
* add some missing initializationsFelix Fietkau2008-08-231-2/+2
* port lua bindings to new uci apiFelix Fietkau2008-08-231-142/+112
* lua: allow uci.set() to create/update a list valueFelix Fietkau2008-08-191-2/+22
* add list support to the uci lua bindingFelix Fietkau2008-08-181-17/+26
* add initial work for option datatype abstractionFelix Fietkau2008-08-171-3/+19
* lua binding: add .name attribute for sections pushed by uci.foreach and uci.g...Felix Fietkau2008-06-041-0/+2
* adjust default installation target dir for uci lua bindingFelix Fietkau2008-06-041-2/+5
* use .type instead of .TYPEv0.4.0Felix Fietkau2008-06-031-2/+2
* minor cleanupFelix Fietkau2008-06-031-3/+3
* change the format of uci.get_all() - reduce the number of tables used and mak...Felix Fietkau2008-06-031-10/+2
* implement uci.changes() in lua bindingFelix Fietkau2008-06-031-8/+109
* implement uci.delete() in the lua bindingFelix Fietkau2008-06-031-0/+52
* implement autoload for uci lua binding (optional, enabled by default)Felix Fietkau2008-05-261-7/+32
* fix invocation of uci.commit(), uci.save() without argumentsFelix Fietkau2008-05-261-0/+2
* add uci.add() to lua bindingFelix Fietkau2008-05-261-10/+58
* add 2 and 3 argument versions of uci.get()Felix Fietkau2008-05-011-6/+16
* add uci.foreach()Felix Fietkau2008-05-011-0/+41
* add uci.get_all to the lua binding, which converts a section or package to a ...Felix Fietkau2008-05-011-5/+64