about summary refs log tree commit diff stats
path: root/src/librarian/library_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-151-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+18
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+20
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-5/+2
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-2/+3
* Fixes (#1207)rajdakin2024-01-181-2/+2
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-201-1/+9
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb2023-04-261-0/+1
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-0/+3
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-1/+3
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-9/+2
* Try to get a cleaner exitptitSeb2022-10-271-0/+1
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-15/+19
* Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an...ptitSeb2022-10-211-1/+0
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-16/+16
* Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb2022-05-091-1/+0
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-0/+16
* Started adding GOWM macrorajdakin2021-07-311-0/+1
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-1/+1
* Oops-esrajdakin2021-04-141-1/+1
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-141-4/+4
* Fixed the libraries free orderingrajdakin2021-04-091-0/+1
* Changed missed unwanted "box86"rajdakin2021-04-091-3/+3
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+101