| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WRAPPER] Fixed wrapped dlerror behaviour | ptitSeb | 2024-11-29 | 1 | -3/+11 |
| * | [WRAPPER] merged android naming so no more ifdef is needed | ptitSeb | 2024-11-04 | 1 | -5/+2 |
| * | [BOX32] Fixed dlvsym for RTLD_NEXT, like dlsym | ptitSeb | 2024-10-13 | 1 | -1/+10 |
| * | [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits call | ptitSeb | 2024-10-10 | 1 | -1/+8 |
| * | [BOX32] Fixed 32bits dlsym on RTLD_NEXT not working | ptitSeb | 2024-10-10 | 1 | -0/+2 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -0/+46 |
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -3/+1 |
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa... | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -0/+4 |
| * | [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose) | ptitSeb | 2024-02-16 | 1 | -1/+5 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -30/+17 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -17/+21 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -1/+34 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 |
| * | [TRACE] Better trace for wrapped dladdr1 calls | ptitSeb | 2024-01-12 | 1 | -1/+1 |
| * | [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001) | KreitinnSoftware | 2023-10-01 | 1 | -1/+5 |
| * | Use libdl whenever libc is used (for #984) | ptitSeb | 2023-09-28 | 1 | -3/+0 |
| * | Small changes to wrapped libdl on last_error handling | ptitSeb | 2023-09-16 | 1 | -19/+19 |
| * | [ANDROID] And yet again another build fix, some many missing declaration comp... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | 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 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -1/+1 |
| * | | made my_dlsym protected by static mutex (help #829) | ptitSeb | 2023-06-10 | 1 | -1/+14 |
| * | | Fix for local library open using dlopen that are then promoted to global with... | ptitSeb | 2023-04-28 | 1 | -0/+2 |
| |/ |
|
| * | Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ... | ptitSeb | 2023-04-26 | 1 | -1/+13 |
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -7/+5 |
| * | Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ... | ptitSeb | 2023-04-22 | 1 | -0/+1 |
| * | inc ref count for dlopen with RTL_NOLOAD | ptitSeb | 2023-04-22 | 1 | -3/+2 |
| * | Improved/fixed handling of dlopen with RTLD_NOLOAD flag | ptitSeb | 2023-04-16 | 1 | -3/+25 |
| * | More fixes for dlclose/dlopen sequences | ptitSeb | 2023-04-15 | 1 | -37/+58 |
| * | Improve loading/unloading of libs, and fixed a regression when dlopen a lib a... | ptitSeb | 2023-04-12 | 1 | -8/+1 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -1/+3 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -18/+30 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -2/+2 |
| * | Added preliminary support for d3dadapter9, but need more work on calling conv... | ptitSeb | 2023-02-12 | 1 | -0/+5 |
| * | dlopen with RTLD_NOLOAD flags should inc refcount if lib is present | ptitSeb | 2023-01-29 | 1 | -2/+0 |
| * | Fixed another regression from last lib init/fini refactor (fixed SiliconZero ... | ptitSeb | 2023-01-28 | 1 | -7/+5 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 1 | -1/+0 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -11/+15 |
| * | Added empty wrapped _dl_find_object function (for #487, probably other too, b... | ptitSeb | 2022-12-31 | 1 | -0/+15 |
| * | dlopen will not return value less than 3 (fixed deadcells) | ptitSeb | 2022-11-28 | 1 | -2/+7 |
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r... | ptitSeb | 2022-11-13 | 1 | -4/+4 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | Fixed dlopen that should increment refcount even with RTLD_NOLOAD | ptitSeb | 2022-10-27 | 1 | -2/+1 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -27/+27 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -33/+33 |
| * | Small change in one of dlsym_error log | ptitSeb | 2022-07-10 | 1 | -1/+1 |
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -119/+40 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -2/+6 |
| * | Various changes and improvement centered around steam (but still not good eno... | ptitSeb | 2022-03-04 | 1 | -23/+35 |