| Commit message (Expand) | Author | Age | Files | Lines |
| * | [REFACTOR] Refactor main.c (#1362) | howard97 | 2024-03-25 | 1 | -2156/+5 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 1 | -25/+40 |
| * | [RCFILE] Fixed some issues with wine program detection | ptitSeb | 2024-03-12 | 1 | -2/+3 |
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame... | ptitSeb | 2024-03-12 | 1 | -23/+29 |
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa... | ptitSeb | 2024-03-09 | 1 | -44/+11 |
| * | Added back full handling of winepreloader prereserve memory | ptitSeb | 2024-03-06 | 1 | -3/+4 |
| * | [LA64] Detect the existence of LBT extension (#1325) | Yang Liu | 2024-03-04 | 1 | -4/+7 |
| * | Added a warning on interpreter only build when DynaRec is available (#1316) | Yang Liu | 2024-03-03 | 1 | -3/+8 |
| * | [LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302) | Yang Liu | 2024-02-29 | 1 | -1/+9 |
| * | [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w... | ptitSeb | 2024-02-28 | 1 | -1/+1 |
| * | [RV64_INTERP] Added TSC freq support (#1293) | Yang Liu | 2024-02-28 | 1 | -1/+1 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -1/+9 |
| * | Added some hack to rename wine binary process too (help mesa pick up the corr... | ptitSeb | 2024-02-24 | 1 | -0/+2 |
| * | Fixed a warning | ptitSeb | 2024-02-24 | 1 | -1/+1 |
| * | Small memory leak fixed with PRELOAD library | ptitSeb | 2024-02-24 | 1 | -1/+1 |
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),... | ptitSeb | 2024-02-23 | 1 | -0/+26 |
| * | Show box64 version inside trace file | ptitSeb | 2024-02-16 | 1 | -0/+1 |
| * | Fixe builds (non trace and android/termux) | ptitSeb | 2024-02-15 | 1 | -0/+2 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -8/+60 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -4/+4 |
| * | Prefer emulated version tbbmalloc.so.2 if present | ptitSeb | 2024-02-09 | 1 | -0/+1 |
| * | Hack to add some paramter when launching steam under wine to easy memory and ... | ptitSeb | 2024-02-08 | 1 | -20/+40 |
| * | More work on libcurl and friends (and set to used emulated version of curl if... | ptitSeb | 2024-02-08 | 1 | -1/+2 |
| * | TEGRAX1 config also have BOX64_MMAP32 activated by default | ptitSeb | 2024-02-07 | 1 | -1/+1 |
| * | Disabling WINEFSYNC for now, that seems to be not working fine | ptitSeb | 2024-02-07 | 1 | -0/+4 |
| * | [ARM64_DYNAREC] Reworked, again, strongmem emulation | ptitSeb | 2024-02-06 | 1 | -2/+2 |
| * | Reworked, again, exit process | ptitSeb | 2024-02-06 | 1 | -0/+2 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ... | ptitSeb | 2024-02-05 | 1 | -0/+11 |
| * | [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false... | ptitSeb | 2024-02-03 | 1 | -0/+1 |
| * | [DYNAREC] Improved trace a bit | ptitSeb | 2024-02-01 | 1 | -0/+1 |
| * | When BOX64_VERSION is set, just print the version and exit (#1238) | josch | 2024-01-31 | 1 | -0/+5 |
| * | Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ... | ptitSeb | 2024-01-31 | 1 | -5/+1 |
| * | Fixed SnapDragon builds | ptitSeb | 2024-01-27 | 1 | -1/+1 |
| * | Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) | ptitSeb | 2024-01-27 | 1 | -0/+10 |
| * | Add 'BOX64_MMAP32' to help info (#1220) | KreitinnSoftware | 2024-01-26 | 1 | -0/+1 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 1 | -0/+16 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -2/+6 |
| * | [ARM64_DYNAREC] Re-enable Atomics, seems stable now | ptitSeb | 2024-01-12 | 1 | -2/+2 |
| * | [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In... | ptitSeb | 2024-01-02 | 1 | -1/+1 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -23/+0 |
| * | Added 2 more wrapped gtk3 functions | ptitSeb | 2023-12-26 | 1 | -4/+0 |
| * | Apply parameters when binary is behind a symlink | ptitSeb | 2023-12-23 | 1 | -0/+2 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -0/+14 |
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -2/+2 |
| * | [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee... | ptitSeb | 2023-12-13 | 1 | -1/+3 |
| * | Fix for non-dynarec build | ptitSeb | 2023-12-06 | 1 | -1/+1 |
| * | Changes to be committed: (#1110) | Creeper-xie | 2023-12-04 | 1 | -4/+8 |
| * | [ARM64] Documented most HWCAP flags | ptitSeb | 2023-12-03 | 1 | -28/+29 |
| * | [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u... | ptitSeb | 2023-12-02 | 1 | -2/+2 |
| * | [TERMUX] Added faked wrapped termux-exec and simplified output (#1103) | Lily | 2023-12-02 | 1 | -41/+58 |