about summary refs log tree commit diff stats
path: root/src/librarian (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-263-0/+86
* This should improve stability when unloading libsptitSeb2024-02-241-2/+2
* [ELFLOADER] Improved inter-library dependancie managmentptitSeb2024-02-161-5/+28
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-156-419/+235
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-113-32/+41
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-192-19/+89
* Fixes (#1207)rajdakin2024-01-182-3/+3
* [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocationsptitSeb2024-01-151-2/+2
* Added libutil and libresolv to the list of essential libs (not affected by BO...ptitSeb2024-01-071-1/+1
* Rollback commit 9201559 as it breaks some programs using getopts (should help...ptitSeb2024-01-061-2/+2
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-1/+1
* Removed a bridge field from librarian, it's not used anymoreptitSeb2023-12-212-6/+0
* [ELFLOADER] Some fixes to localy openned libs when symbols might collide with...ptitSeb2023-11-281-28/+30
* [ANDROID] Fix Compiling (#1091)Lily2023-11-271-0/+5
* Small improvment in global hackingptitSeb2023-11-121-2/+2
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-57/+3
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-0/+4
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+2
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-272-48/+98
* Cached Emulated symboled are fetched faster nowptitSeb2023-08-201-23/+23
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-202-88/+123
* [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like...ptitSeb2023-08-191-5/+89
* [TRACE] Fixed crash when tracing a function that is not defined in main at be...ptitSeb2023-07-221-0/+5
* Merge pull request #896 from josch/exeptitSeb2023-07-216-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-216-0/+0
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-0/+4
* | Added more path option when searching for x86_64 librariesptitSeb2023-07-121-0/+7
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-092-16/+24
* | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)ptitSeb2023-06-041-0/+5
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+5
* | Don't Inc/Dec library refcount recursively (helps #240 but it's not enough)ptitSeb2023-05-101-8/+8
* | Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-031-0/+13
* | Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-281-7/+22
|/
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb2023-04-262-1/+12
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-252-14/+33
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-2/+2
* Fixed issue with program using getoptsptitSeb2023-04-171-35/+43
* Fixed segfault at exit of appsptitSeb2023-04-161-46/+49
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-161-3/+6
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-152-1/+13
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...ptitSeb2023-04-121-9/+37
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-103-53/+112
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-103-61/+77
* 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