| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ | ptitSeb | 2023-07-09 | 1 | -1/+1 | |
| | | | | | | | | | loading it wants (helps Linux games on Steam) | |||||
| * | | Better wrapping for __libc_stack_end symbol | ptitSeb | 2023-07-08 | 3 | -8/+10 | |
| | | | ||||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 2 | -6/+6 | |
| | | | | | | | | | heroic and other libcef based software) | |||||
| * | | Added __isoc99_swscanf wrapped function to libc for real this time (for #424) | ptitSeb | 2023-07-05 | 3 | -1/+3 | |
| | | | ||||||
| * | | Added __iso99_swscanf wrapped function to libc (for #424) | ptitSeb | 2023-07-05 | 1 | -0/+8 | |
| | | | ||||||
| * | | Added some more libxft wrapped function (for #424) | ptitSeb | 2023-07-05 | 1 | -6/+6 | |
| | | | ||||||
| * | | Added 2 wrapped function for libxft (for #424) | ptitSeb | 2023-07-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fixed signature for wrapped vkGetPhysicalDeviceQueueFamilyProperties2 function | ptitSeb | 2023-07-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Better wrapping for libz and liblzma | ptitSeb | 2023-07-02 | 5 | -61/+152 | |
| | | | ||||||
| * | | Faked libvdpau and added 2 wrapped symbols to libva and steam can stream ↵ | ptitSeb | 2023-06-24 | 7 | -5/+108 | |
| | | | | | | | | | games again | |||||
| * | | [WRAPPER] Added more symbols for nss3 (#853) | Yang Liu | 2023-06-23 | 4 | -6/+11 | |
| | | | ||||||
| * | | [WRAPPER] Added more gtk functions (#849) | Yang Liu | 2023-06-21 | 14 | -18/+93 | |
| | | | | | | | | | | | * [WRAPPER] Added more gtk functions * Fixed some gtk wrappers | |||||
| * | | [WRAPPER] Added more symbols for openssl wrapper (#847) | Yang Liu | 2023-06-19 | 9 | -52/+560 | |
| | | | | | | | | | | | * Added more symbols for openssl * Added more symbols for openssl | |||||
| * | | Added ability to trace and dump 32bits code | ptitSeb | 2023-06-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | [WRAPPER] Rework on libharfbuzz wrapper (#836) | Yang Liu | 2023-06-13 | 7 | -154/+1465 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework of libharfbuzz, part 1 * Rework of libharfbuzz, part 2 * Rework of libharfbuzz, part 3 * Rework of libharfbuzz, part 4 * Rework of libharfbuzz, part 5 * Fixed typo * Fixed typo * Rework of libharfbuzz, part 6 * Rework of libharfbuzz, part 7 * Done | |||||
| * | | made my_dlsym protected by static mutex (help #829) | ptitSeb | 2023-06-10 | 1 | -1/+14 | |
| | | | ||||||
| * | | Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu ↵ | ptitSeb | 2023-06-10 | 11 | -25/+159 | |
| | | | | | | | | | (for #829) | |||||
| * | | Fixed an issue in wrapped execv | ptitSeb | 2023-06-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | [WRAPPER] Added more libicu wrapped functions (for #829) (#831) | Yang Liu | 2023-06-09 | 7 | -2/+15 | |
| | | | ||||||
| * | | Added more libicu wrapped function (for #829) | ptitSeb | 2023-06-09 | 5 | -0/+113 | |
| | | | ||||||
| * | | Added some icu wrapped function (for #829) | ptitSeb | 2023-06-09 | 5 | -0/+60 | |
| | | | ||||||
| * | | [WRAPPER] Added some more libc wrappers (#826) | Yang Liu | 2023-06-08 | 4 | -3/+8 | |
| | | | ||||||
| * | | [VULKAN] Added one more extension | ptitSeb | 2023-06-06 | 1 | -0/+3 | |
| | | | ||||||
| * | | Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809) | ptitSeb | 2023-05-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809) | ptitSeb | 2023-05-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809) | ptitSeb | 2023-05-28 | 4 | -2/+57 | |
| | | | ||||||
| * | | Added a few gstreamer wrapped function | ptitSeb | 2023-05-28 | 2 | -6/+6 | |
| | | | ||||||
| * | | Added wrapped g_settings_get_uint funciton (for #809) | ptitSeb | 2023-05-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added GstTaskPoll to gtkclass wrapping | ptitSeb | 2023-05-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | [WRAPPER] Added some wayland function wrappers (#807) | Yang Liu | 2023-05-28 | 4 | -13/+18 | |
| | | | ||||||
| * | | [DYNAREC] Do not track memory that is not accessible (should save some memory) | ptitSeb | 2023-05-28 | 1 | -4/+11 | |
| | | | ||||||
| * | | [WRAPPER] Added 4 more libc dprintf wrappers (#798) | Yang Liu | 2023-05-22 | 6 | -4/+61 | |
| | | | ||||||
| * | | [WRAPPER] Added vwprintf (#794) | Yang Liu | 2023-05-20 | 4 | -35/+10 | |
| | | | ||||||
| * | | [WRAPPER] Added 1 more symbol for libc (for #787) (#788) | Yang Liu | 2023-05-15 | 4 | -8/+20 | |
| | | | ||||||
| * | | Added 1 libx11 symbol for #758 (#776) | Yang Liu | 2023-05-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Optimized Exit bridge managment | ptitSeb | 2023-05-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Improved custom memory allocator | ptitSeb | 2023-05-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added some more libgstreamer wrapped functions | ptitSeb | 2023-05-09 | 7 | -8/+44 | |
| | | | ||||||
| * | | Added a few wrapped function to gcrypt and gnutls | ptitSeb | 2023-05-08 | 2 | -1/+8 | |
| | | | ||||||
| * | | Hide segfault on quit from my_exit too | ptitSeb | 2023-05-08 | 1 | -0/+2 | |
| | | | ||||||
| * | | Some small changes to thread and fork and cloning x64emu_t struct | ptitSeb | 2023-05-08 | 1 | -2/+8 | |
| | | | ||||||
| * | | Added 4 XXX_chk function to wrapped libc (for #769) | ptitSeb | 2023-05-08 | 4 | -4/+14 | |
| | | | ||||||
| * | | Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress ↵ | ptitSeb | 2023-05-07 | 2 | -5/+8 | |
| | | | | | | | | | (in sync with the others) | |||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 60 | -1461/+1461 | |
| | | | | | | | | | | | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | |||||
| * | | Improved handling of x86_64 47bits memory (should help #763) | ptitSeb | 2023-05-05 | 1 | -3/+3 | |
| | | | ||||||
| * | | Added some mpg123 wrapped functions (#762) | Yang Liu | 2023-05-05 | 4 | -11/+16 | |
| | | | | | | | | | | | * Added some mpg123 wrapped functions * Added a warning to wrapperhelper README | |||||
| * | | Added u_uastrncpy_XX to wrapped libicuXX (for #293) | ptitSeb | 2023-05-01 | 2 | -0/+2 | |
| | | | ||||||
| * | | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ | ptitSeb | 2023-04-28 | 9 | -61/+69 | |
| | | | | | | | | | platform), conversion not finished | |||||
| * | | Added wrapped libharfbuzz | ptitSeb | 2023-04-28 | 8 | -0/+629 | |
| | | | ||||||
| * | | Fix for local library open using dlopen that are then promoted to global ↵ | ptitSeb | 2023-04-28 | 1 | -0/+2 | |
| |/ | | | | with another dlopen (help java 17, probably other too) | |||||