about summary refs log tree commit diff stats
path: root/src/tools/fileutils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Should not follow symlinks on file path resolution (#1644)Yip Coekjan2024-07-051-7/+24
|
* Added some path for termux/glibc buildsptitSeb2024-03-271-6/+7
|
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+12
|
* Malloc override (#437)ptitSeb2022-10-291-5/+2
| | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy
* Try to improve the shell detection, again (for #433)ptitSeb2022-10-261-7/+4
|
* Changed elf signature detection to accomodate for AppImageptitSeb2022-10-251-0/+3
|
* Use box_strdup instead of realpath for the string allocation to be safeptitSeb2022-10-241-2/+5
|
* Fixed and improved Shell script detectionptitSeb2022-10-101-2/+6
|
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-4/+18
|
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for ↵ptitSeb2022-09-081-2/+20
| | | | #402)
* Fixed x86/x86_64 binary detection (for #399)ptitSeb2022-08-311-2/+4
|
* small improvment to x64/x86 signature detectionptitSeb2022-08-301-10/+4
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-2/+2
| | | | using libc one gather from dlsym)
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-1/+1
|
* Fixed ELF Signature detectionptitSeb2021-07-121-6/+14
|
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-121-0/+18
|
* First passrajdakin2021-04-141-1/+1
|
* Added RK3326 definitions.krishenriksen2021-04-071-1/+1
|
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+129