about summary refs log tree commit diff stats
path: root/src/librarian (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some spelling mistakes (#640)josch2023-03-262-13/+13
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+4
* Fixed an issue with Emulated lib refcountptitSeb2023-02-161-3/+4
* Fixed a nasty typo in free_neededlibsptitSeb2023-02-121-1/+1
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-282-8/+12
* Refactored (again) lib init/fini mecanismptitSeb2023-01-013-165/+138
* Removed defaultsymbol cache, it breaks some stuffsptitSeb2022-12-291-9/+2
* Try to improve some TLS RelocationptitSeb2022-12-291-1/+1
* Added a small cache to GetDefaultVersion functionptitSeb2022-12-171-2/+10
* Cosmetic changeptitSeb2022-12-041-1/+1
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-1/+1
* Added box64rc configuration file handlingptitSeb2022-11-271-2/+1
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-133-84/+102
* Malloc override (#437)ptitSeb2022-10-291-3/+3
* Better fix, again, for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-2/+2
* Better fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-8/+11
* Fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-0/+2
* Try to get a cleaner exitptitSeb2022-10-272-0/+6
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-233-20/+20
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-226-248/+406
* Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an...ptitSeb2022-10-212-10/+10
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-193-165/+164
* Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbolsptitSeb2022-09-101-1/+1
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-064-50/+50
* Fixed potential issue with new loaded lib comparisonptitSeb2022-07-091-1/+1
* Changed various log level for libdl file open errorptitSeb2022-07-091-1/+1
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-2/+13
* Fixed a potential crash with previous commitptitSeb2022-06-111-1/+1
* Added support to load different libs with same name from different folders (f...ptitSeb2022-06-111-4/+9
* Fixed an issue with GetNoSelfSymbolStartEnd function that would find in self...ptitSeb2022-06-051-10/+11
* Fixed wrapped lib dependancies not loadingptitSeb2022-05-101-1/+1
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-4/+6
* Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb2022-05-092-1/+13
* Do not use alloca here, it's not temporary storageptitSeb2022-04-181-2/+1
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-271-1/+22
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-261-0/+2
* Small change is symbol gathering for wrapped libsptitSeb2022-03-071-0/+2
* Fix some special case on mmap64 wrappingptitSeb2022-03-072-1/+1
* Fixed dlinfo (helps wine)ptitSeb2022-03-062-2/+2
* Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
* Improved speed of mmap changesptitSeb2022-03-061-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-043-4/+114
* Small cleanup on unloading lib messagesptitSeb2022-01-091-2/+2
* Added a Workaround when dlsym a native (versionned) symbol without default ve...ptitSeb2022-01-051-0/+18
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-1/+33
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-181-1/+2
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...ptitSeb2021-11-181-0/+6
* [TRACE] Fixed trace on function from a dlopen library not triggering preperlyptitSeb2021-11-171-1/+1
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp...ptitSeb2021-09-182-18/+16
* Started adding GOWM macrorajdakin2021-07-312-1/+74