Baptiste Daroussin
Baptiste Daroussin
are you able to reproduce ? is there any trace or anything about it you can provide?
can libarchive API request for this option?
ok do I just have to follow their path
https://github.com/libarchive/libarchive/blob/master/libarchive/archive_write_add_filter_zstd.c#L256 Negative value should work just fine both in libarchive and in pkg Note there is a special negative value: -1 which in pkg means default compression. I will close...
I am puzzled about the usage of va_args here, I both like and dislike it
if we want to allow multiple -r argument (which I like) I think it would be easier to have a const char ** than a va_arg. I fail at seeing...
we have pkg_object as an opaque structure to hide ucl_object_t, we could use it to hide libucl.
For the record, I am continuing this work to merge it all at once, as we need to change all the pkgdb_* and not only pkgdb_access. so no this is...
I grabbed the commit and convert the remaining pkgdb function while keeping API/ABI compatibility.
if I translate this would mean delete all the packages installed from a given repository as when getting installed the package register where they have been installed from. What should...