| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+4 |
| * | Fixed an issue with Emulated lib refcount | ptitSeb | 2023-02-16 | 1 | -3/+4 |
| * | Fixed a nasty typo in free_neededlibs | ptitSeb | 2023-02-12 | 1 | -1/+1 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 1 | -6/+10 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -73/+80 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -1/+1 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -2/+1 |
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r... | ptitSeb | 2022-11-13 | 1 | -40/+35 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -3/+3 |
| * | Try to get a cleaner exit | ptitSeb | 2022-10-27 | 1 | -0/+5 |
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 1 | -7/+7 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -86/+194 |
| * | Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an... | ptitSeb | 2022-10-21 | 1 | -9/+10 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -146/+145 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -34/+34 |
| * | Fixed potential issue with new loaded lib comparison | ptitSeb | 2022-07-09 | 1 | -1/+1 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -2/+13 |
| * | 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 |