index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MMAP] Better guessing of wine process mapping regions
ptitSeb
2025-04-18
1
-10
/
+14
*
Eliminated many compilation warnings (#2535)
Yang Liu
2025-04-15
1
-3
/
+4
*
[WOW64] Splitted freq and cleanup functions from x64emu (#2521)
Yang Liu
2025-04-11
1
-3
/
+4
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-7
/
+7
*
Corrected arguments of my_epoll_pwait2 (#2501)
Krzysztof Aleksander Pyrkosz
2025-04-05
1
-1
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+2
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-0
/
+1
*
[WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460)
ptitSeb
2025-03-31
4
-0
/
+12
*
Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in s...
ptitSeb
2025-03-27
6
-4
/
+8
*
[WRAPPER] Reverted previus commit
ptitSeb
2025-03-20
2
-527
/
+0
*
[WRAPPER] Forgot those file in previous commit
ptitSeb
2025-03-20
2
-0
/
+527
*
[WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and libavcode...
ptitSeb
2025-03-20
18
-0
/
+1452
*
[WRAPPER] Added a couple of GL extensions
ptitSeb
2025-03-20
4
-0
/
+17
*
[BOX32] Small refactor on memory managment
ptitSeb
2025-03-17
1
-0
/
+6
*
[VULKAN] Added support for Vulkan 1.4
ptitSeb
2025-03-12
1
-0
/
+21
*
[TRACE] Better logs for vulkan functions wrappers
ptitSeb
2025-03-11
1
-7
/
+7
*
[WRAPPER] Added a few more Vulkan extensions
ptitSeb
2025-03-11
4
-1
/
+48
*
[WRAPPER] Completed and fixed VK_NV_cooperative_vector extension
ptitSeb
2025-03-11
1
-1
/
+3
*
[WRAPPER] missing functions and features (#2434)
airidosas252
2025-03-11
3
-1
/
+10
*
[TRACE] Improved a bit a few traces
ptitSeb
2025-03-08
1
-0
/
+1
*
[WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...
ptitSeb
2025-03-07
1
-13
/
+13
*
Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422)
Leslie Zhai
2025-03-06
1
-1
/
+1
*
[ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameter
ptitSeb
2025-03-04
1
-2
/
+2
*
[ANDROID] Fix build, as epoll_pwait2 doesn't seems to exist
ptitSeb
2025-03-04
1
-0
/
+11
*
[WRAPPER] Added epoll_pwait2 wrapped function
ptitSeb
2025-03-04
6
-0
/
+25
*
[WRAPPER] add gnutls_fips140_set_mode (#2417)
liuli
2025-03-04
1
-0
/
+1
*
[WRAPPER] Display Box64 version in Vulkan driver info (#2385)
xctan
2025-02-18
4
-1
/
+32
*
Fixed dlsym_error logs prefix (#2383)
Yang Liu
2025-02-18
1
-4
/
+4
*
More improvmnet to map with fd tracking
ptitSeb
2025-01-29
1
-8
/
+8
*
Improved map with fd tracking
ptitSeb
2025-01-29
1
-9
/
+10
*
[WRAPPER] Added 1 wrapped function and fixed one on gstreamer
ptitSeb
2025-01-29
4
-4
/
+30
*
Improved generic mmap tracking
ptitSeb
2025-01-27
1
-1
/
+16
*
[WRAPPER] Added a few more wrapped function (to emulate recent SDL2)
ptitSeb
2025-01-26
5
-4
/
+55
*
Expanded file mapping tracking for future use (might help #2295)
ptitSeb
2025-01-25
1
-2
/
+5
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-1
/
+2
*
Clean up UnityPlayer.dll detection from my_mmap64 (#2286)
Yang Liu
2025-01-23
1
-15
/
+2
*
[WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280)
ptitSeb
2025-01-23
1
-60
/
+64
*
[WRAPPER] Added 1 more wrapped function to libnss3 (for #2280)
ptitSeb
2025-01-23
1
-1
/
+1
*
[WRAPPER] Reworked libcap wrapping with new wrapperhelper
ptitSeb
2025-01-23
4
-55
/
+67
*
[WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)
ptitSeb
2025-01-23
8
-0
/
+174
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
3
-8
/
+8
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
50
-109
/
+101
*
Fixed dlsym with RTLD_NEXT and preloaded libs
ptitSeb
2025-01-15
1
-2
/
+2
*
[WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ot...
ptitSeb
2025-01-09
4
-3
/
+22
*
[WRAPPED] Added monstartup (#2241)
Leslie Zhai
2025-01-08
1
-1
/
+5
*
[WRAPPED] Added xdr_string and xdr_free (#2235)
Leslie Zhai
2025-01-06
1
-2
/
+2
*
[WRAPPER] Fixed a small mystake with latest ALTNAME work
ptitSeb
2024-12-28
1
-1
/
+1
*
[WRAPPED][ANDROID] Add libGL ALTNAME (#2225)
olegos2
2024-12-28
1
-0
/
+1
*
[ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)
olegos2
2024-12-28
25
-101
/
+23
*
Spelling/typo fixes in code and documentation updates (#2223)
olegos2
2024-12-28
1
-4
/
+4
[next]