index
:
sbox2
2.0-maintenance
master
Scratchbox v2 (mirrored from https://gitlab.freedesktop.org/archived-projects/sbox2)
lle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luaif
/
luaif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-10
Bugfix: script execution failed to find correct exec policy
Lauri Aarnio
1
-0
/
+2
2009-02-10
Added support for SBOX_REDIRECT_FORCE environment variable
Lauri Aarnio
1
-35
/
+47
2009-02-10
Simplified support for SBOX_REDIRECT_IGNORE environment variable
Lauri Aarnio
1
-0
/
+53
2009-02-10
Added a mechanism for finding currently active exec policy
Lauri Aarnio
1
-0
/
+8
2009-02-10
Changed how "libsb2.so" is located from tools or native rootstraps
Lauri Aarnio
1
-0
/
+8
2009-02-10
Improved debug messages (of the the preload library)
Lauri Aarnio
1
-1
/
+53
2009-01-20
Removed debug marker function from preload library.
Mika Westerberg
1
-22
/
+0
2009-01-10
Adjusted debug message level in luaif.c:lua_sb_test_path_match()
Lauri Aarnio
1
-1
/
+1
2008-12-11
Fixed /proc/self/exe (and /proc/<MY_PID>/exe)
Lauri Aarnio
1
-0
/
+29
2008-12-11
Performance optimization: Support for rule trees (and restructured "devel" mode)
Lauri Aarnio
1
-1
/
+1
2008-12-07
Performance improvements: Implemented part of rule selection logic in C
Lauri Aarnio
1
-0
/
+86
2008-12-07
emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/W
Lauri Aarnio
1
-0
/
+9
2008-12-07
Fixed mapping mode selection within persistent sessions
Lauri Aarnio
1
-0
/
+9
2008-12-07
Fixes for dirfd handling for openat(), faccessat(), etc *at() functions
Lauri Aarnio
1
-0
/
+8
2008-12-07
Added support for debugging x86 binaries under emulation mode.
Mika Westerberg
1
-0
/
+24
2008-11-03
Minor changes to C code, based on warnings from gcc 4.3.2
Lauri Aarnio
1
-1
/
+6
2008-11-02
Performance optimization: Load argvenvp.lua (and argvenvp_gcc.lua) on demand ...
Lauri Aarnio
1
-0
/
+8
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
1
-1
/
+9
2008-10-23
Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...
Lauri Aarnio
1
-0
/
+14
2008-10-18
Fixes to preload library initialization - The preload library may be called e...
Lauri Aarnio
1
-15
/
+2
2008-10-18
Important bugfix to preload library initialization for multithreaded applicat...
Lauri Aarnio
1
-44
/
+62
2008-10-18
Logging routines now print process and thread ids for multithreaded programs ...
Lauri Aarnio
1
-1
/
+4
2008-10-18
sb2-show can be used to manually execute lua scripts in the sb2 context - add...
Lauri Aarnio
1
-15
/
+34
2008-09-27
Bugfix: Clean lua stack at read_string_variable_from_lua() - my bug, my fix..
Lauri Aarnio
1
-0
/
+1
2008-09-27
Added interface version check to the C/Lua script interface. - Backgroud: If ...
Lauri Aarnio
1
-14
/
+41
2008-09-27
Bugfixes: Protect important environment variables - This commit fixes a bug w...
Lauri Aarnio
1
-2
/
+14
2008-09-27
Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...
Lauri Aarnio
1
-20
/
+18
2008-09-27
sb2-show can be used to query string variables from the Lua engine - Also int...
Lauri Aarnio
1
-0
/
+24
2008-09-27
Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...
Lauri Aarnio
1
-0
/
+4
2008-09-27
Changed logging level of missing exec.policies (warning -> notice) - Other ma...
Lauri Aarnio
1
-0
/
+2
2008-09-27
Lua engine initialization is now completely in luaif/luiaf.c - previously mos...
Lauri Aarnio
1
-2
/
+32
2008-06-17
Performance optimization: Reduced unnecessary logger calls from mapping.lua
Lauri Aarnio
1
-0
/
+15
2008-06-17
added "noise2" logging level
Lauri Aarnio
1
-0
/
+4
2008-03-14
Updates to path mapping code and mapping modes
Lauri Aarnio
1
-0
/
+32
2008-03-14
Important bugfix to libpthread interface
Lauri Aarnio
1
-5
/
+99
2007-12-10
Fix host-gcc
Lauri Leukkunen
1
-0
/
+14
2007-11-26
Handle lua engine initialization properly
Lauri Leukkunen
1
-5
/
+8
2007-11-20
Fix compilation on linux
Lauri Leukkunen
1
-2
/
+0
2007-11-19
Restructure lua infra
Lauri Leukkunen
1
-16
/
+7
2007-11-19
Move lua engine stuff to luaif/
Lauri Leukkunen
1
-0
/
+279