Gleb Popov
Gleb Popov
It's been a year in total while I'm waiting for this PR.
Or maybe just extract the archive if we detect that `getFileData()` is called too often?
Should this be done inside `ArchiveDescompressor` then?
> If libarchive has the right API for that (which I assume it does) I was unable to find out such API. The only function that actually uses an `archive_entry`...
Maybe we can count the number of translation files on the first `readContents()` call and then somehow decide if we should extract to a temporary location?
Can I get help on this? Maybe I should try some STABLE branch instead?
With `12-STABLE` I now get: ``` eval: /usr/src: Permission denied make: "/usr/home/arr/projects/ZRouter/Makefile" line 534: warning: secure/lib/libcrypto secure/lib/libssl include lib/libalias lib/lib80211 lib/libbz2 lib/libbsm lib/libc lib/libcasper lib/libedit lib/libelf lib/libexpat lib/libcrypt lib/libgeom lib/libgpio...
I have given up on this, as `D-Link/DIR-320` code path seems to be extremely out of date. I tried hacking it around until I bumped into some kernel drivers that...
- Deduplicate functions in `pkg_repo_create.c` - Write out an UCL file for expired packages along with groups Now, how do I implement `pkg_jobs_test_expired` in `pkg_jobs.c`? The repo structure seems to...
CMakeLists.txt contains ``` set(CADICAL_DIR "/home/thansen/solvers/cadical" CACHE PATH "Path to directory") ```