about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improved dlsym wrapped function, will find more symbols from emulated libsptitSeb2024-12-031-2/+9
* [WRAPPER] Wrapped more symbols in libcrypto3 (#2105)Yang Liu2024-12-038-13/+65
* Android Long Double handling (#2101)ptitSeb2024-12-021-28/+53
* [WRAPPER] Added 1 more function to libgcryptptitSeb2024-11-301-1/+1
* [WRAPPER] Fixed libc wrappers includesptitSeb2024-11-301-8/+1
* [WRAPPER] Refactored some glib2 signal handlingptitSeb2024-11-297-286/+279
* [WRAPPER] Added back faked ITM weak functionsptitSeb2024-11-294-0/+36
* [WRAPPER] Fixed wrapped dlerror behaviourptitSeb2024-11-291-3/+11
* [WRAPPER] Reworked sqlite3 with new wrapperhelperptitSeb2024-11-286-77/+178
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-271-1/+5
* [WRAPPER] Reworked gstvideo with new wrapperhelperptitSeb2024-11-264-202/+259
* [WRAPPER] Reworked gsttag with new wrapperhelperptitSeb2024-11-261-44/+44
* [WRAPPER] Reworked gstsdp with new wrapperhelperptitSeb2024-11-264-172/+196
* [WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelperptitSeb2024-11-265-344/+464
* [WRAPPER] Reworked gstriff with new wrapperhelperptitSeb2024-11-261-11/+11
* [WRAPPER] Reworked gst-pbutils with new wrapperhelperptitSeb2024-11-261-162/+162
* [WRAPPER] Reworked gstnet with new wrapperhelperptitSeb2024-11-261-23/+23
* [WRAPPER] Reworked gst-gl with new wrapperhelperptitSeb2024-11-264-219/+256
* [WRAPPER] Reworked gstfft with new wrapperhelperptitSeb2024-11-261-22/+22
* [WRAPPER] Reworked gstcontroller with new wrapperhelperptitSeb2024-11-261-17/+17
* [WRAPPER] Reworked gstcheck with new wrapperhelperptitSeb2024-11-264-198/+203
* [WRAPPER] Reworked gstbase with new wrapperhelperptitSeb2024-11-264-249/+286
* [WRAPPER] Reworked gstaudio with new wrapperhelperptitSeb2024-11-254-163/+172
* [WRAPPER] Reworked gstapp with new wrapperhelperptitSeb2024-11-251-41/+41
* [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelperptitSeb2024-11-254-10/+15
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-256-788/+875
* [VULKAN] Added a new extension and a missing functionptitSeb2024-11-241-1/+5
* Reworked on mmap address alignments for a performance regression (#2057)Yang Liu2024-11-221-3/+2
* [WRAPPER]my_dbus_message_get_args() args type error (#2042)liuli2024-11-195-4/+8
* [WRAPPER] Added last 2 wrapped function for libexpatptitSeb2024-11-174-2/+16
* [WRAPPER] Fixed an isue with __iso99_swcanf wrapped functionptitSeb2024-11-171-1/+1
* [WRAPPER] Added wrapped libzstd.so.1 support, with new wrapperhelperptitSeb2024-11-178-0/+691
* [WRAPPER] Added 2 more wrapped function to libcrypto.so.3 (for #1271)ptitSeb2024-11-161-2/+2
* [WRAPPER] Fixed myStackAlignGVariantNew and refined the test too (#2038)Yang Liu2024-11-151-34/+3
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-141-2/+39
* [WRAPPER] Added more callback slots for libwaylend-clientptitSeb2024-11-131-1/+6
* Preserve errno on mmap / munmap speicifc memory traqking operationsptitSeb2024-11-101-1/+5
* [WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990)ptitSeb2024-11-098-0/+328
* This should fix LA64 Static buildptitSeb2024-11-091-0/+8
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-096-4/+25
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-065-2/+58
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-054-11/+17
* [WRAPPER] forgot to handle libfontconfig alsoptitSeb2024-11-041-9/+2
* [WRAPPER] merged android naming so no more ifdef is neededptitSeb2024-11-0494-543/+207
* [ANDROID] Try to fix libfontconfig not loading properlyptitSeb2024-11-042-0/+5
* Improve handling of memory protection, and excution bitptitSeb2024-11-041-6/+27
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-1007/+1007
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-015-0/+44
* Fixed a typo (for #1986)ptitSeb2024-10-311-1/+1
* Fixed a small memory invalid read with my_execvptitSeb2024-10-301-1/+1