index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmlua.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
Finish lua 5.2 support, trac #865
Johannes Dewender
1
-0
/
+8
2014-06-11
lua: fall through failed lua scripts
Markus Lehtonen
1
-1
/
+1
2014-06-11
lua: Enable Lua
Markus Lehtonen
1
-7
/
+7
2014-06-11
Bump the log level of "unexpanded script" msg
Markus Lehtonen
1
-1
/
+1
2014-06-11
Prevent execution of arbitrary scripts
Markus Lehtonen
1
-0
/
+6
2012-10-09
Add lua 5.2 support.
Anders F Bjorklund
1
-7
/
+33
2012-03-14
Unbreak lua's base64 encode/decode extensions
Panu Matilainen
1
-4
/
+4
2011-11-09
Make base64 encoding/decoding part of rpmio public API
Panu Matilainen
1
-7
/
+7
2011-05-24
Add support for nested Lua macro expansion (RhBug:490740)
Panu Matilainen
1
-20
/
+40
2011-05-24
Plug a memory leak on Lua rpm.expand()
Panu Matilainen
1
-1
/
+3
2010-11-15
Basic protection against Lua os.exit() and posix.exec() (ticket #167)
Panu Matilainen
1
-0
/
+1
2010-09-21
Return typed pointers from rpmluaFree() and rpmluavFree()
Panu Matilainen
1
-2
/
+2
2009-06-26
Fix rpm.unregister() Lua extension
Panu Matilainen
1
-1
/
+1
2009-06-26
Add base64 encode and decode extensions to the lua interface
Panu Matilainen
1
-0
/
+34
2009-01-15
Make sure global state gets NULLed on free
Panu Matilainen
1
-0
/
+1
2009-01-14
Add rpmluaGetGlobalState() to internal lua api
Panu Matilainen
1
-0
/
+6
2008-11-22
Use rpmConfigDir() instead of hardwired value in Lua initialization
Panu Matilainen
1
-3
/
+6
2008-05-06
Eliminate static buffer in lua findkey()
Panu Matilainen
1
-2
/
+12
2008-04-17
Use sizeof() instead of direct element count in rpmluaGetVar()
Jindrich Novy
1
-1
/
+1
2008-04-16
Convert to Lua 5.1 library loading style
Panu Matilainen
1
-15
/
+10
2008-04-16
Start phasing out internal copy of Lua
Panu Matilainen
1
-0
/
+2
2008-03-07
Stop insecurely covering up for lack of snprintf and vsnprintf
Panu Matilainen
1
-8
/
+0
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-6
/
+6
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-4
/
+4
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-2
/
+2
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-4
/
+4
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-6
/
+6
2007-11-02
- Fix segfault in %{lua:...}'s rpm_print
Peter Jones
1
-3
/
+2
2007-10-28
Include "rpmio.h" instead of <rpmio.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmhook.h" instead of <rpmhook.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmerr.h" instead of <rpmerr.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmurl.h" instead of <rpmurl.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-6
/
+6
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-89
/
+23
2004-10-09
Splint fiddles.
jbj
1
-5
/
+8
2004-04-19
Splint fiddles.
jbj
1
-24
/
+33
2004-04-18
Implemented Lua support for the hooking system.
niemeyer
1
-0
/
+139
2004-03-26
Splint fiddles.
jbj
1
-0
/
+2
2004-03-26
splint fiddles.
jbj
1
-7
/
+12
2004-03-24
- Now Lua interface is using a global state.
niemeyer
1
-18
/
+66
2004-03-23
Removing unwanted "static" attribute in "luaL_reg *lib". Using it
niemeyer
1
-1
/
+1
2004-03-23
Spint fiddles.
jbj
1
-22
/
+42
2004-03-23
Splint fiddles.
jbj
1
-54
/
+85
2004-03-19
- New internal Lua support scheme, laying under rpmio.
niemeyer
1
-0
/
+588