about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-221-2/+2
* Added wrapped libcairoobject-2 and a bunch of other gtk related wrapped funct...ptitSeb2022-11-2214-18/+182
* Added one more GLES extension to wrapped libGLptitSeb2022-11-156-0/+35
* Added a few more wrapped function to libcryptoptitSeb2022-11-151-4/+4
* Added 1 wrapped function to libX11ptitSeb2022-11-151-1/+1
* Added 1 extension to wrapped libGLptitSeb2022-11-151-0/+4
* Added a bunch of libGL and libGLES2 extensionsptitSeb2022-11-155-0/+593
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-141-1/+1
* Added 1 wrapped function for libmpg123ptitSeb2022-11-131-1/+1
* Added wrapped (empty) libvdpauptitSeb2022-11-136-0/+57
* Added SDL_ResetKeyboard wrapped functionptitSeb2022-11-131-0/+1
* Added 1 vulkan extensionptitSeb2022-11-136-0/+20
* Added wrapped libgstgl-1.0 with a few functionsptitSeb2022-11-138-12/+473
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-4/+4
* Fixed wrapped function signature for vkCmdSetScissorWithCount,ptitSeb2022-11-121-2/+2
* x86_64 build don't need CreateCPUInfoFileptitSeb2022-11-111-1/+1
* Actualy fix x86_64 buildptitSeb2022-11-111-1/+1
* Fix x86_64 buildptitSeb2022-11-111-1/+1
* Improved cpu cores detection and reportingptitSeb2022-11-111-7/+36
* Fixed some fuse wrapped functions (better AppImage compatibility)ptitSeb2022-11-115-114/+188
* Added fuse_main_real wrapped functionptitSeb2022-11-106-1/+1123
* Added libudev.so.1 dependancy for wrapped libudev.so.0ptitSeb2022-11-011-1/+2
* Added llrintl wrapped function (for #419)ptitSeb2022-11-014-1/+13
* Added XftNameUnparse wrapped function (for #424)ptitSeb2022-11-011-1/+1
* Added a few libflac wrapped function (for #425)ptitSeb2022-11-011-3/+3
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-012-5/+13
* Added some more wrapped function to libX11 (for #436)ptitSeb2022-10-294-5/+9
* Fixed a signature in tbbmallocproxy wrapped libptitSeb2022-10-295-9/+3
* Malloc override (#437)ptitSeb2022-10-2911-8/+131
* Fixed FT_Outline_Decompose wrapped functionptitSeb2022-10-294-1/+124
* Added a few x11 wrapped function (for #436)ptitSeb2022-10-291-6/+6
* Added a few more wrapped libfuse functionsptitSeb2022-10-291-5/+5
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+3
* Added posix_spawn_file_actions_addclose wrapped functionptitSeb2022-10-271-1/+1
* Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb2022-10-271-2/+1
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-271-37/+64
* Some fixes to execv and posic_spawn wrapped functionsptitSeb2022-10-261-12/+15
* Added one more gtk3 wrapped functionptitSeb2022-10-264-1/+8
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-3/+3
* Added BOX64_ROLLING_LOG support to __stack_chk_failptitSeb2022-10-261-0/+9
* Added xkb_compose_state_reset wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added xkb_compose_state_get_status wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added xkb_compose_state_feed wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added a few more libxkbcommon wrapped functions (for #431)ptitSeb2022-10-251-3/+3
* Added xkb_compose_table_new_from_locale wrapped function (for #431)ptitSeb2022-10-241-1/+1
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-234-26/+27
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-222-70/+31
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-1935-189/+150
* Added XftFontOpenName vrapped function (for #424)ptitSeb2022-10-111-1/+1
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-1/+1