summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-11-05libopkg: CMakeLists: update cmake minimum required version to 3.10HEADmasterChristian Marangi
2025-11-05opkg: CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-11-05libbb: CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-11-05CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2024-10-16libopkg: allow install package from https and ftpsHuangbin Zhan
2022-02-24libopkg: support https_proxyVladislav Grigoryev
2022-01-26opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packagesHongxu Jia
2022-01-09libopkg: set 'const' attribute for argvDaniel Golle
2022-01-09libopkg: pkg_hash: prefer to-be-installed packagesDaniel Golle
2021-06-13libopkg: pkg_hash: print unresolved dependenciesHauke Mehrtens
2021-03-15libopkg: pkg_hash: prefer original packages to satisfy dependenciesMatthias Schiffer
2021-03-14libopkg: add option to strip ABI versions from listed namesDaniel Golle
2021-03-11pkg: pass-through ABIVersion to status fileDaniel Golle
2020-12-24pkg_hash: pkg_hash_check_unresolved: fix segfaultYousong Zhou
2020-12-06libopkg: remove "extra_data" optionPaul Spooren
2020-12-06libopkg: remove support for "dist" configPaul Spooren
2020-11-25libopkg: fix md5sum calculationAlexander Ryzhov
2020-11-25man: remove obsolete manual pagesBaptiste Jonglez
2020-11-24opkg_verify_integrity: better logging and error conditionsBaptiste Jonglez
2020-11-24download: purge cached packages that have incorrect checksumBaptiste Jonglez
2020-11-24download: factor out the logic for building cache filenamesBaptiste Jonglez
2020-11-24libopkg: factor out checksum and size verificationBaptiste Jonglez
2020-11-24download: remove compatibility with old cache naming schemeBaptiste Jonglez
2020-11-03libopkg: clean up handling of unresolved dependenciesDaniel Golle
2020-11-02libopkg: work-around yet another dependency checking problemDaniel Golle
2020-11-02libopkg: fix removal of packagesDaniel Golle
2020-11-02pkg_hash: remove accidentally committed stuffDaniel Golle
2020-11-02libopkg: tighten length of fields in struct abstract_pkgDaniel Golle
2020-11-02pkg_hash: don't swallow dependenciesDaniel Golle
2020-10-30pkg_hash: don't suggest incompatible packagesPaul Spooren
2020-08-31libopkg: fix compiler warningDaniel Golle
2020-08-31opkg: allow to configure the path to the signature verification scriptBaptiste Jonglez
2020-05-07libopkg: implement lightweight package listing logicJo-Philipp Wich
2020-05-07libopkg: support passing callbacks to feed parsing functionsJo-Philipp Wich
2020-05-03opkg-cl: don't read feeds on opkg updateJo-Philipp Wich
2020-05-03libopkg: use xsystem() to spawn opkg-keyJo-Philipp Wich
2020-04-01file_util.c: refactor and fix checksum_hex2bin()Jo-Philipp Wich
2020-04-01file_util.c: fix possible bad memory access in file_read_line_alloc()Jo-Philipp Wich
2020-01-25libopkg: fix skipping of leading whitespace when parsing checksumsJo-Philipp Wich
2020-01-21opkg: Fix -Wformat-overflow warningRosen Penev
2019-06-14alternatives: remove duplicate 'const' specifierYousong Zhou
2019-06-14alternatives: special-case busybox as alternatives providerYousong Zhou
2019-01-31libopkg: only perform size check when information is availableJo-Philipp Wich
2019-01-31libopkg: check for file size mismatchesJo-Philipp Wich
2019-01-18Revert "libopkg: accept alternative notation for "Replaces" control field"Jo-Philipp Wich
2019-01-18Revert "libopkg: check installed reverse dependencies upon install/upgrade"Jo-Philipp Wich
2019-01-18libopkg: accept alternative notation for "Replaces" control fieldJo-Philipp Wich
2019-01-17libopkg: fix replacelist parsing and writingJo-Philipp Wich
2019-01-17libopkg: fix segmentation fault when traversing conflictsJo-Philipp Wich
2019-01-15libopkg: check installed reverse dependencies upon install/upgradeJo-Philipp Wich