| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in s... | ptitSeb | 2025-03-27 | 2 | -13/+16 |
| * | [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 | 2 | -23/+23 |
| * | Fixed dlsym with RTLD_NEXT and preloaded libs | ptitSeb | 2025-01-15 | 2 | -1/+62 |
| * | [BOX32] Improved elf memory managment for 32bits process | ptitSeb | 2025-01-11 | 1 | -1/+1 |
| * | [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][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb... | ptitSeb | 2024-10-19 | 1 | -0/+108 |
| * | [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 |
| * | [TRACE] Fixed a potential segfault when trying to trace a function from a dlo... | ptitSeb | 2024-09-19 | 1 | -1/+1 |
| * | [BOX32][ELFLOADER] Fixed some issue with symbol resolver | ptitSeb | 2024-09-14 | 1 | -0/+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 | 2 | -20/+20 |
| * | [TRACE] Improved trace on symbol name | ptitSeb | 2024-08-29 | 1 | -1/+15 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 3 | -24/+137 |
| * | [BOX32] Added 32bits elf alloc and load | ptitSeb | 2024-08-17 | 1 | -0/+4 |
| * | [BOX32] prepare elfheader_t structure for 32bits elfs | ptitSeb | 2024-08-17 | 1 | -2/+6 |
| * | [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 |
| * | Added one xslt wrapped constant (for #1534) | ptitSeb | 2024-05-29 | 1 | -1/+15 |
| * | 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 |
| * | Some work on gtk and co wrapping | ptitSeb | 2024-03-07 | 1 | -4/+4 |
| * | [ELFLOADER] Fixes some issue with symbol version matching and unload of faill... | ptitSeb | 2024-03-04 | 1 | -1/+8 |
| * | 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 | 3 | -0/+86 |
| * | This should improve stability when unloading libs | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| * | [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 | 6 | -419/+235 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 3 | -32/+41 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 2 | -19/+89 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 2 | -3/+3 |
| * | [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocations | ptitSeb | 2024-01-15 | 1 | -2/+2 |
| * | Added libutil and libresolv to the list of essential libs (not affected by BO... | ptitSeb | 2024-01-07 | 1 | -1/+1 |
| * | Rollback commit 9201559 as it breaks some programs using getopts (should help... | ptitSeb | 2024-01-06 | 1 | -2/+2 |
| * | More work on xcb wrapping, as xcb_connection_t needs alignment | ptitSeb | 2023-12-26 | 1 | -1/+1 |
| * | Removed a bridge field from librarian, it's not used anymore | ptitSeb | 2023-12-21 | 2 | -6/+0 |
| * | [ELFLOADER] Some fixes to localy openned libs when symbols might collide with... | ptitSeb | 2023-11-28 | 1 | -28/+30 |
| * | [ANDROID] Fix Compiling (#1091) | Lily | 2023-11-27 | 1 | -0/+5 |
| * | Small improvment in global hacking | ptitSeb | 2023-11-12 | 1 | -2/+2 |
| * | [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 | 2 | -48/+98 |
| * | Cached Emulated symboled are fetched faster now | ptitSeb | 2023-08-20 | 1 | -23/+23 |