| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+10 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -1/+11 |
| |\ |
|
| | * | Fixed a improved HotPage handling | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -0/+10 |
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -0/+7 |
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-20 | 1 | -0/+7 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+14 |
| |/ |
|
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+10 |
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -2/+28 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -1/+1 |
| * | Fixed parameter order for BOX64_DYNAREC_HOTPAGE env parsing. (#511) | Tristan Morgan | 2023-02-09 | 1 | -1/+1 |
| * | [DYNAREC] Made FASTROUND the default (faster, less accurate) | ptitSeb | 2023-01-29 | 1 | -3/+3 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+10 |
| * | Fix, for good, non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -15/+16 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -5/+9 |
| * | [TRACE] Fixed BOX64_TRACE_INIT | ptitSeb | 2022-12-04 | 1 | -2/+5 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -0/+7 |
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -3/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -3/+13 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+13 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 1 | -0/+10 |
| * | Use dummy crashhandler lib by default | ptitSeb | 2022-11-29 | 1 | -4/+4 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -48/+52 |
| * | [DYNAREC] Refactored Strong Memory Model emulation | ptitSeb | 2022-11-26 | 1 | -1/+1 |
| * | Added BOX64_CRASHHANDLER env. var. | ptitSeb | 2022-11-14 | 1 | -1/+20 |
| * | Improved cpu cores detection and reporting | ptitSeb | 2022-11-11 | 1 | -1/+4 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 1 | -0/+4 |
| * | Re-disabled the abort when quitting, seems stable now | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -4/+1 |
| * | Don't enable steamwebhelper yet | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | Fixed FT_Outline_Decompose wrapped function | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | Re-enabled the abort if exit is too long, seems to be still needed | ptitSeb | 2022-10-27 | 1 | -1/+1 |
| * | Try to get a cleaner exit | ptitSeb | 2022-10-27 | 1 | -0/+2 |
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -3/+10 |
| * | Improved handling of execve and posix_spawn, especialy with arv[0] is not the... | ptitSeb | 2022-10-27 | 1 | -11/+13 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -5/+8 |
| * | [DYNAREC] Added BIGBLOCK=3 level | ptitSeb | 2022-10-25 | 1 | -2/+2 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -5/+5 |
| * | [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS | ptitSeb | 2022-10-22 | 1 | -0/+12 |
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -15/+41 |
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for #... | ptitSeb | 2022-09-08 | 1 | -0/+10 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -32/+35 |
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -0/+14 |
| * | Disabling steamwebhelper again, it was eanbled by mystake | ptitSeb | 2022-07-23 | 1 | -1/+1 |
| * | Fixed a typo | ptitSeb | 2022-07-17 | 1 | -1/+1 |
| * | Added '+' in FILE_TRACE_NAME to append trace | ptitSeb | 2022-07-17 | 1 | -6/+17 |
| * | Fixed BOX86_ENVx handling (for #347) | ptitSeb | 2022-07-14 | 1 | -1/+1 |
| * | Added BOX64_ENV to create env. var. at load time (for #347) | ptitSeb | 2022-07-11 | 1 | -0/+35 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -0/+21 |