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
/
paths.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-07
Bugfix: When reversed_cwd cannot be resolved, real_cwd is used instead.
Mika Westerberg
1
-0
/
+11
2009-03-07
Fixed mapping of relative paths.
Lauri Aarnio
1
-225
/
+247
2009-02-10
Bugfix: "-A arch" option was not relayed to gcc config
Lauri Aarnio
1
-1
/
+1
2009-02-10
Bugfix: script execution failed to find correct exec policy
Lauri Aarnio
1
-8
/
+15
2009-02-10
Bugfix: Added handling of AT_SYMLINK_NOFOLLOW to fchownat()
Lauri Aarnio
1
-2
/
+4
2009-02-10
Improved debug messages (of the the preload library)
Lauri Aarnio
1
-3
/
+15
2009-01-20
Bugfix: Ensure that absolute paths are always registered to fdpathdb
Lauri Aarnio
1
-0
/
+10
2009-01-20
Suppress unnecessary copies of an error message
Lauri Aarnio
1
-2
/
+14
2009-01-15
Fix typo and identify the string in debug log
Lauri Leukkunen
1
-9
/
+9
2009-01-15
Fix pointer casts
Lauri Leukkunen
1
-2
/
+2
2008-12-11
Fixed /proc/self/exe (and /proc/<MY_PID>/exe)
Lauri Aarnio
1
-21
/
+58
2008-12-07
Fixed building of sb2 itself on Debian "etch"
Lauri Aarnio
1
-1
/
+5
2008-12-07
Fixes for dirfd handling for openat(), faccessat(), etc *at() functions
Lauri Aarnio
1
-1
/
+51
2008-11-03
Minor changes to C code, based on warnings from gcc 4.3.2
Lauri Aarnio
1
-9
/
+25
2008-11-02
Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...
Lauri Aarnio
1
-31
/
+8
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
1
-10
/
+85
2008-10-18
More fixes to handling of exceptionally long pathnames (when getcwd() fails)
Lauri Aarnio
1
-16
/
+57
2008-10-18
Optimized C/Lua interface and path resolution logic (performance optimizations)
Lauri Aarnio
1
-65
/
+100
2008-10-18
Optimized use of getcwd() in luaif/paths.c - replaced getcwd() by getcwd_noma...
Lauri Aarnio
1
-2
/
+2
2008-09-27
Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...
Lauri Aarnio
1
-29
/
+8
2008-09-27
Implemented policy-based execution of native binaries. - Exec policies can be...
Lauri Aarnio
1
-23
/
+99
2008-09-27
Lua engine initialization is now completely in luaif/luiaf.c - previously mos...
Lauri Aarnio
1
-17
/
+2
2008-09-27
Fixed a buffer overflow problem (sometimes PATH_MAX just isn't enough) - Path...
Lauri Aarnio
1
-58
/
+103
2008-09-27
Performace optimization and bugfix to path resolution - eliminated unnecessar...
Lauri Aarnio
1
-19
/
+50
2008-06-17
Path resolution refactored and fixed, now maps intermediate symlinks, too
Lauri Aarnio
1
-129
/
+660
2008-03-14
sb_decolonize_path() bugfix: slashdot makes sense now
Lauri Aarnio
1
-1
/
+4
2008-02-12
Fixed a critical path mapping bug
Lauri Aarnio
1
-16
/
+31
2008-01-31
Introduced R/O mapping mode.
Lauri Aarnio
1
-30
/
+25
2008-01-11
Introduce sb2-show, cleanup some warnings
Lauri Leukkunen
1
-4
/
+19
2008-01-03
Added log post-processing tool and improved logging messages.
Lauri Aarnio
1
-2
/
+18
2007-12-12
Add backtrace() using debug output, not compiled in by default
Lauri Leukkunen
1
-0
/
+16
2007-11-26
Handle lua engine initialization properly
Lauri Leukkunen
1
-6
/
+13
2007-11-20
Fix compilation on linux
Lauri Leukkunen
1
-2
/
+0
2007-11-19
Restructure lua infra
Lauri Leukkunen
1
-0
/
+246