index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
librarian
/
library.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a potential crash with previous commit
ptitSeb
2022-06-11
1
-1
/
+1
*
Added support to load different libs with same name from different folders (f...
ptitSeb
2022-06-11
1
-4
/
+9
*
Fixed wrapped lib dependancies not loading
ptitSeb
2022-05-10
1
-1
/
+1
*
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
2022-05-09
1
-4
/
+6
*
Some refactor on wrapped lib handling, to limit calloc/free used and get more...
ptitSeb
2022-05-09
1
-0
/
+13
*
Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...
ptitSeb
2022-03-27
1
-1
/
+22
*
More work around steam and proton/SteamPlay (working, but need also latest bo...
ptitSeb
2022-03-26
1
-0
/
+2
*
Small change is symbol gathering for wrapped libs
ptitSeb
2022-03-07
1
-0
/
+2
*
Fix some special case on mmap64 wrapping
ptitSeb
2022-03-07
1
-1
/
+0
*
Fixed dlinfo (helps wine)
ptitSeb
2022-03-06
1
-1
/
+1
*
Improved speed of mmap changes
ptitSeb
2022-03-06
1
-0
/
+1
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
1
-1
/
+63
*
Added a Workaround when dlsym a native (versionned) symbol without default ve...
ptitSeb
2022-01-05
1
-0
/
+18
*
[DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...
ptitSeb
2021-11-18
1
-1
/
+2
*
[DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...
ptitSeb
2021-11-18
1
-0
/
+6
*
[TRACE] Fixed trace on function from a dlopen library not triggering preperly
ptitSeb
2021-11-17
1
-1
/
+1
*
Started adding GOWM macro
rajdakin
2021-07-31
1
-1
/
+73
*
Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...
ptitSeb
2021-07-14
1
-2
/
+3
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
1
-6
/
+10
*
Improved emulated library loader, to not stop at first binary found even if n...
ptitSeb
2021-06-16
1
-5
/
+6
*
Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...
ptitSeb
2021-06-16
1
-0
/
+3
*
Fixed a crash with some glibc wrapped /not-yet wrapped libs
ptitSeb
2021-06-15
1
-1
/
+1
*
Improved unloading of libs
ptitSeb
2021-06-04
1
-3
/
+9
*
Improved custom named libGL handling
ptitSeb
2021-06-01
1
-1
/
+5
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-57
/
+68
*
Fixed a 64bit issue with end pointer for emulated lib symbols
ptitSeb
2021-04-26
1
-1
/
+1
*
Third pass, bumped the minimal CMake version up to 3.4
rajdakin
2021-04-14
1
-3
/
+2
*
First pass
rajdakin
2021-04-14
1
-3
/
+7
*
Grab thread emu when calling init Library instead of NULL
ptitSeb
2021-04-10
1
-1
/
+1
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-1
/
+2
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-1
/
+3
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-7
/
+12
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
1
-5
/
+5
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-0
/
+700