summaryrefslogtreecommitdiff
path: root/luaext
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in Lua rex extensionMichal Domonkos2021-08-201-3/+6
* Move redirect2null() out of posix extensions but preserve compatibilityPanu Matilainen2019-03-011-20/+0
* Fix nonsensical error message from posix.redirect2null()Panu Matilainen2019-03-011-1/+1
* Modernize Lua library/module initialization, drop support for Lua < 5.2Panu Matilainen2019-02-212-4/+4
* Move lua os.exit() override from posix module to rpmluaPanu Matilainen2019-02-212-28/+0
* Move lua fork-tracking variable to librpmioPanu Matilainen2019-02-211-5/+5
* Remove useless Lua userconfig filedaurnimator2018-10-162-59/+1
* Remove unreachable linit moduledaurnimator2018-10-165-108/+2
* Fix out-of-tree build regressionPanu Matilainen2018-06-271-1/+1
* lua: fix memory leak in Pexec()Igor Gnatenko2018-05-311-0/+1
* Factor out and unify setting CLOEXECKir Kolyshkin2018-05-301-11/+2
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-271-1/+1
* Set FD_CLOEXEC on opened files before exec from lua script is calledLubos Kardos2016-05-311-0/+12
* Add posix.redirect2nullZbigniew Jędrzejewski-Szmek2016-03-101-0/+20
* remove luaL_checkint, deprecated in lua 5.3Johannes Dewender2015-06-011-6/+6
* Finish lua 5.2 support, trac #865Johannes Dewender2013-04-051-6/+15
* Add lua 5.2 support.Anders F Bjorklund2012-10-092-5/+9
* Use pkg-config to find Lua + determine flags (ticket #88)Panu Matilainen2011-03-281-2/+2
* Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen2010-11-152-2/+38
* New gcc versions comlpain about undefined behaviour...Michael Schroeder2010-04-121-2/+2
* Fix include path of luaext subdirPanu Matilainen2010-01-271-2/+1
* Remove largely unnecessary putenv() replacementPanu Matilainen2010-01-041-0/+8
* Use rpm's own strdup() clone everywherePanu Matilainen2010-01-041-1/+2
* Help compilers/analyzers a bit with luaL_error()Panu Matilainen2009-09-071-3/+3
* Use rpmConfigDir() instead of hardwired value in Lua initializationPanu Matilainen2008-11-221-1/+1
* setenv() + unsetenv() are always available in rpmPanu Matilainen2008-10-201-6/+0
* Add posix.mkstemp() to Lua posix libPanu Matilainen2008-10-201-0/+32
* Reuse toplevel WITH_LUA_LIB setting instead of manual settingPanu Matilainen2008-10-141-1/+1
* (char)NULL doesn't make much sense, use \0 insteadPanu Matilainen2008-06-301-1/+1
* Fixup leftovers from lua/local -> luaext/ movePanu Matilainen2008-04-161-3/+3
* Add modemuncher + lua init stuff to extra distPanu Matilainen2008-04-161-0/+5
* Start phasing out internal copy of LuaPanu Matilainen2008-04-1611-0/+1616