about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcurl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Fixed a small mystake with latest ALTNAME workptitSeb2024-12-281-1/+1
|
* [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)olegos22024-12-281-5/+2
| | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names
* Added more curl function wrapper (#1738)Yang Liu2024-08-161-0/+150
|
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-6/+0
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* More work on libcurl and friends (and set to used emulated version of curl ↵ptitSeb2024-02-081-24/+139
| | | | if possible)
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-021-1/+6
| | | | | * Add __sF, __assert2 Symbol and set PThread Symbols on libc * [ANDROID] Fix Most Library Names
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-11/+11
| |
* | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ptitSeb2023-04-281-11/+11
|/ | | | platform), conversion not finished
* Added curl_easy_opt 20094 and friend (for #497)ptitSeb2023-01-191-2/+27
|
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+108
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-31/+3
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Added option 20219 to crul wrapped lib (for #21)ptitSeb2021-07-081-1/+24
|
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-6/+1
|
* First passrajdakin2021-04-141-2/+2
|
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-071-0/+562