| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrappi... | ptitSeb | 2025-01-26 | 1 | -1/+2 |
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -17/+17 |
| * | [BOX32] Use 32bits malloc when building LinkMaplib | ptitSeb | 2025-01-06 | 1 | -7/+7 |
| * | [RCFILE] More adjustments with new strongmem | ptitSeb | 2024-11-20 | 1 | -1/+1 |
| * | [ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps #14... | ptitSeb | 2024-11-07 | 1 | -0/+6 |
| * | [RCFIEL] Add an option to force usage of native EGL/GLESv2 library | ptitSeb | 2024-11-02 | 1 | -0/+7 |
| * | [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin... | ptitSeb | 2024-10-04 | 1 | -1/+1 |
| * | [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887) | Pablo Labs | 2024-09-29 | 1 | -1/+1 |
| * | Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801) | Yip Coekjan | 2024-09-06 | 1 | -6/+9 |
| * | [BOX32] Small improvments on memory management | ptitSeb | 2024-09-04 | 1 | -18/+18 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -16/+92 |
| * | [BOX32] Added 32bits elf alloc and load | ptitSeb | 2024-08-17 | 1 | -0/+4 |
| * | [STATICBUILD] Fixed a warning (for #1377) | ptitSeb | 2024-07-10 | 1 | -1/+1 |
| * | [INTERPRETER] Added BMI1, BMI2 and ADX extensions | ptitSeb | 2024-05-31 | 1 | -1/+1 |
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+19 |
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -1/+1 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 1 | -5/+10 |
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa... | ptitSeb | 2024-03-09 | 1 | -5/+12 |
| * | Added wrapped support for EGL/GLESv2 | ptitSeb | 2024-02-29 | 1 | -0/+6 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -0/+60 |
| * | [ELFLOADER] Improved inter-library dependancie managment | ptitSeb | 2024-02-16 | 1 | -5/+28 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -130/+59 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -4/+12 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -16/+87 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 |
| * | Added libutil and libresolv to the list of essential libs (not affected by BO... | ptitSeb | 2024-01-07 | 1 | -1/+1 |
| * | More work on xcb wrapping, as xcb_connection_t needs alignment | ptitSeb | 2023-12-26 | 1 | -1/+1 |
| * | [ANDROID] Fix Compiling (#1091) | Lily | 2023-11-27 | 1 | -0/+5 |
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -57/+3 |
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -0/+4 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -0/+2 |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 1 | -20/+20 |
| * | Cached Emulated symboled are fetched faster now | ptitSeb | 2023-08-20 | 1 | -23/+23 |
| * | Refactored how wrapped symbols are fetch and stored | ptitSeb | 2023-08-20 | 1 | -87/+114 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ |
|
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| * | | Added more path option when searching for x86_64 libraries | ptitSeb | 2023-07-12 | 1 | -0/+7 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -8/+16 |
| * | | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805) | ptitSeb | 2023-06-04 | 1 | -0/+5 |
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con... | ptitSeb | 2023-05-31 | 1 | -0/+5 |
| * | | Don't Inc/Dec library refcount recursively (helps #240 but it's not enough) | ptitSeb | 2023-05-10 | 1 | -8/+8 |
| |/ |
|
| * | Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ... | ptitSeb | 2023-04-26 | 1 | -1/+11 |
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -2/+22 |
| * | Fixed segfault at exit of apps | ptitSeb | 2023-04-16 | 1 | -46/+49 |
| * | Another fix for dlopen/dlclose sequence (should be ok now, at last) | ptitSeb | 2023-04-16 | 1 | -3/+6 |
| * | More fixes for dlclose/dlopen sequences | ptitSeb | 2023-04-15 | 1 | -1/+10 |
| * | Improve loading/unloading of libs, and fixed a regression when dlopen a lib a... | ptitSeb | 2023-04-12 | 1 | -9/+37 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -23/+58 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -18/+14 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -12/+12 |