| Commit message (Expand) | Author | Age | Files | Lines |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -3/+3 |
| * | Better fix, again, for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -2/+2 |
| * | Better fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -8/+11 |
| * | Fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -0/+2 |
| * | Try to get a cleaner exit | ptitSeb | 2022-10-27 | 2 | -0/+6 |
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 3 | -20/+20 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 6 | -248/+406 |
| * | Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an... | ptitSeb | 2022-10-21 | 2 | -10/+10 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 3 | -165/+164 |
| * | Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbols | ptitSeb | 2022-09-10 | 1 | -1/+1 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 4 | -50/+50 |
| * | Fixed potential issue with new loaded lib comparison | ptitSeb | 2022-07-09 | 1 | -1/+1 |
| * | Changed various log level for libdl file open error | 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 an issue with GetNoSelfSymbolStartEnd function that would find in self... | ptitSeb | 2022-06-05 | 1 | -10/+11 |
| * | 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 | 2 | -1/+13 |
| * | Do not use alloca here, it's not temporary storage | ptitSeb | 2022-04-18 | 1 | -2/+1 |
| * | 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 | 2 | -1/+1 |
| * | Fixed dlinfo (helps wine) | ptitSeb | 2022-03-06 | 2 | -2/+2 |
| * | Fixed a rare case of segfault | ptitSeb | 2022-03-06 | 1 | -0/+2 |
| * | 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 | 3 | -4/+114 |
| * | Small cleanup on unloading lib messages | ptitSeb | 2022-01-09 | 1 | -2/+2 |
| * | Added a Workaround when dlsym a native (versionned) symbol without default ve... | ptitSeb | 2022-01-05 | 1 | -0/+18 |
| * | Fixed some issue with getopt (for #170) | ptitSeb | 2021-11-21 | 1 | -1/+33 |
| * | [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 |
| * | Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp... | ptitSeb | 2021-09-18 | 2 | -18/+16 |
| * | Started adding GOWM macro | rajdakin | 2021-07-31 | 2 | -1/+74 |
| * | Made librarian messages on lib dependancies issue on unload as LOG_DEBUG | ptitSeb | 2021-07-26 | 1 | -1/+1 |
| * | 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 | 2 | -13/+17 |
| * | More improvments to elfloader | ptitSeb | 2021-06-23 | 1 | -5/+5 |
| * | 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 |
| * | Added a few more wrapped function and improved getopt handling | ptitSeb | 2021-06-05 | 1 | -0/+13 |
| * | Improved unloading of libs | ptitSeb | 2021-06-04 | 2 | -14/+43 |
| * | Some fine-tunning on wrapped lubncurses and friends | ptitSeb | 2021-06-03 | 1 | -3/+3 |
| * | Added a wrokaround for libtinfo global variables | ptitSeb | 2021-06-03 | 1 | -0/+90 |
| * | Improved custom named libGL handling | ptitSeb | 2021-06-01 | 1 | -1/+5 |
| * | Some adjustements to elfloader needed libs loading | ptitSeb | 2021-05-31 | 1 | -6/+10 |