aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg
AgeCommit message (Expand)Author
2024-02-14opkg: Fix memory leaks in config handlingHEADmasterPhilip Lorenz
2024-02-14libopkg: Split out config finalization from config loadingPhilip Lorenz
2024-02-14libopkg: Simplify cleanup of opkg_confPhilip Lorenz
2024-02-14libopkg: Drop spurious error checkPhilip Lorenz
2023-12-12libopkg: Use libgen.h to provide basename APIKhem Raj
2023-07-12Add options to enable support for acl and xattrMaciej Liszewski
2023-01-18Define alignof using _Alignof when using C11 or newerKhem Raj
2022-08-15libopkg: track the number of packages installing a directoryShruthi Ravichandran
2022-08-15libopkg: support multiple packages installing a directory or a symlink to oneShruthi Ravichandran
2022-08-15libopkg: remove trailing '/' when generating list from packageShruthi Ravichandran
2022-08-15pkg_parse: don't segfault on bogus Size/Installed-SizeBrenda Streiff
2022-06-29opkg_conf: check if tmp_dir exists before deletingShruthi Ravichandran
2022-05-27opkg_cmd: Add newline at the end of error messageChaitanya Vadrevu
2022-05-27libsolv: Error on unknown package install requestChaitanya Vadrevu
2022-03-10libsolv: add missing break statement in switch caseShruthi Ravichandran
2022-03-10libopkg: add pre-depends print to package status dumpsShruthi Ravichandran
2022-01-21pkg_verify: Remove signature file with IPKBryan Evenson
2022-01-21opkg_download: Add pkg_remove_signature()Bryan Evenson
2022-01-21opkg_download: Check if signature is cachedBryan Evenson
2021-11-18opkg_conf: add pid suffix to volatile cache dirBrenda Streiff
2021-11-18opkg_archive: output libarchive's errno wherever we output a stringBrenda Streiff
2021-10-19opkg_solver_libsolv: Fix parameter list for callbackBill Pittman
2021-09-22libopkg: Add support for zstandard compressionHenry Kleynhans
2021-08-25deprecate OpenSSL signature verificationAlex Stewart
2021-08-25deprecate pathfinder x509 checkingAlex Stewart
2021-07-28opkg_cmd: return error if search path does not existBrandon Streiff
2021-07-15opkg_download_curl: relocate return code declarationAlex Stewart
2021-07-13opkg_solver_libsolv: blacklist excluded packages instead of ignoring themBrandon Streiff
2021-07-12libopkg: cleanup memmove size calculationAlex Stewart
2021-07-12libopkg: use memmove for substring operationsAlex Stewart
2021-07-12libopkg: fix malloc buffer size for replaced stringAlex Stewart
2021-06-10opkg_conf.c: Verify directory exists before deleteBill Pittman
2020-11-05opkg.conf: miscellaneous documentation fixesAlejandro del Castillo
2020-11-05opkg: miscellaneous documentation fixesAlejandro del Castillo
2020-11-03opkg_cmd: make download return code more usefulAlex Stewart
2020-10-27pkg_src_verify: Verify feeds signatures only onceZavaczki Raul
2020-10-27opkg_solver_libsolv: Pass opkg_config->noaction as 'noaction' parameter to li...Zavaczki Raul
2020-10-27opkg_conf: reset lock_fd after unlinking fileAlex Stewart
2020-10-27libopkg: do not require uid 0 for RO cmdsAlex Stewart
2020-10-20libopkg: remove absolute file pathPhilipp Trommler
2020-09-15libopkg: clear curl properties on download error to prevent polluting next callAndrei Zene
2020-07-29pkg_parse_line: prevent invalid memory access when reading Description fieldAlejandro del Castillo
2020-07-29opkg: remove error list bufferingAlejandro del Castillo
2020-07-15opkg_download: drop dir names when manually downloadingAlex Stewart
2020-04-09opkg_conf_load: prevent double freeVladyslav Movchan
2020-04-02file_util.c: fix possible bad memory access in file_read_line_alloc()Jo-Philipp Wich
2020-02-06pkg_print_status: do not print install properties if the package is not insta...Alejandro del Castillo
2020-02-06libsolv: ignore missing recommends of installed packagesAlejandro del Castillo
2020-02-05libopkg: add glob support for --add-ignore-recommends and --add-excludeAlejandro del Castillo
2020-02-04libsolv_solver_solv: show all solver problemsYann Dirson