summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* lua: add missing forward declarationPetr Štetiar2019-12-071-0/+2
* lua: fix error handlingPetr Štetiar2019-11-141-10/+10
* lua: fix memory leak in set methodPetr Štetiar2019-11-141-1/+3
* lua: fix memory leak in changes methodPetr Štetiar2019-11-141-7/+8
* lua: fix copy&paste in error stringPetr Štetiar2019-11-141-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-11-141-1/+2
* cmake: build Lua module only if enabledPetr Štetiar2019-11-141-20/+12
* lua: additionally return name when looking up sectionsJo-Philipp Wich2018-01-011-3/+8
* lua: support extended section notationJo-Philipp Wich2018-01-011-7/+36
* uci/lua: add explicit close() methodDirk Feytons2016-10-271-2/+14
* uci/lua: add list_configs() functionDirk Feytons2016-10-271-0/+21
* projects/uci: lua: use built in pkg-config support for alternativesKarl Palsson2016-04-221-8/+2
* lua: remove pointless double check of autoload flagKarl Palsson2015-11-061-4/+1
* lua: fix invocation of foreach() with nil type and implicit selfJo-Philipp Wich2015-11-051-1/+1
* lua: restore return value of require('uci') to module table.Yousong Zhou2015-03-261-1/+2
* lua: add lua 5.2 compatibility changesFelix Fietkau2014-12-181-6/+30
* uci: fix Lua findingYegor Yefremov2014-04-061-1/+1
* lua: emit a proper deletion when setting an existing list to a new list with ...Jo-Philipp Wich2013-05-261-1/+8
* Add multiple free for each call to lookup_args()Jérôme Poulin2013-04-221-0/+10
* remove plugin support, it has been unused for a long time and should not be u...Felix Fietkau2013-01-041-15/+0
* lua: include /opt/local/lib and /opt/local/include in the search path on mac ...Felix Fietkau2012-10-041-0/+5
* lua: properly handle corner cases in changesJo-Philipp Wich2011-12-201-21/+24
* lua: expose completely new lists in changes() as wellJo-Philipp Wich2011-12-191-5/+16
* lua: simplify add_list changes handling, always create a table for LIST_ADD c...Jo-Philipp Wich2011-11-121-13/+11
* lua: expose add_list change items as table valuesJo-Philipp Wich2011-11-121-6/+35
* lua: always return after calling luaL_error (patch by Stanislav Fomichev)Felix Fietkau2011-10-211-9/+15
* lua: allow overriding of LUA_CFLAGSFelix Fietkau2011-09-151-7/+9
* lua: use pkg-config to find the correct lua cflagsFelix Fietkau2011-09-151-1/+10
* 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