summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-22NEWS: update to v0.3.4v0.3.4Alejandro del Castillo
2016-12-22configure.ac: bump version to 0.3.4Alejandro del Castillo
2016-12-22opkg_list_upgradable_packages: fix libokgapi implementationAlejandro del Castillo
2016-12-19libopkg: make the /var and /etc directories configurable at compile time.Florin Gherendi
2016-12-16open_outer: add gzip supportFlorin Gherendi
2016-12-16opkg: Extend 'opkg list' command to optionally display package sizeFlorin Gherendi
2016-12-16opkg: expose lists_dir option as command line argumentFlorin Gherendi
2016-12-16opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Florin Gherendi
2016-12-16opkg: introduce "find" command which searches package names and descriptions ...Florin Gherendi
2016-12-16opkg: ignore empty fields in package listsFlorin Gherendi
2016-12-16opkg: strip trailing whitespaces from entries in conffiles control files, fix...Florin Gherendi
2016-12-08Added flag validation to opkg flag call.Oleg Gashev
2016-12-08libsolv: add globbing support for upgradeAlejandro del Castillo
2016-12-08libsolv: add globbing support for installAlejandro del Castillo
2016-12-08is_str_glob: add new functionAlejandro del Castillo
2016-12-08abstract_pkgs_fetch_by_glob: add new functionAlejandro del Castillo
2016-12-08opkg_solver_libsolv.c: move pkg name/version parsing outside libsolv_solver_a...Alejandro del Castillo
2016-11-23pkg_src_deinit: remove NULL check, since free(NULL) is safeAlejandro del Castillo
2016-11-23libopkg: add per-feed signature verification toggleAlejandro del Castillo
2016-11-23libopkg: do not store extra feed information for src{/gz} sourcesAlejandro del Castillo
2016-11-07Don't bother downloading or unpacking packages when --noaction is used.Michael Hansen
2016-11-02ar_open_pkg_data_archive: do not overwrite existing directory permissionsAlejandro del Castillo
2016-10-31libopkg: add Installed-Size field to status fileAlejandro del Castillo
2016-10-21Don't report an error opening the .list file if we're half-installed.Michael Hansen
2016-10-10opkg_gpg.c: Remove unnecessary check of opkg_config->check_signature from gpg...Hardik Sanghvi
2016-10-10pkg.c: Add debug log for signature verification pass caseNilesh Deshmukh
2016-10-07Display libsolv version in --version output, if enabled.Michael Hansen
2016-10-07Ensure old package gets updated correctly even when an install fails.Michael Hansen
2016-10-07Handle 'opkg remove' and 'opkg install' (libsolv) correctly for packages in S...Michael Hansen
2016-09-22libsolv: Allow package names to be matched against provides.Michael Hansen
2016-09-21Add test case for version comparisons.Michael Hansen
2016-09-21Tell libsolv to treat version comparisons as Debian-compatible.Michael Hansen
2016-09-20Make libsolv messages more consistent with internalsolv messages.Michael Hansen
2016-09-19Fix typo in pkg_hash_fetch_best_installation_candidate.Michael Hansen
2016-09-09tests/opk.py: Create Debian-compliant packagesAndrew Shadura
2016-09-09tests/opk.py: Add support for alternative compressorsAndrew Shadura
2016-09-08libopkg: Modify error messages to be compression-agnosticAndrew Shadura
2016-09-08libopkg: Add support for xz and bzip2 compression.Andrew Shadura
2016-09-08opkg_solver_remove: enable use of globs for opkg remove commandAlejandro del Castillo
2016-09-08libsolv_solver_add_job: make pkg_name argument constAlejandro del Castillo
2016-09-08opkg_remove_pkg: return early on download-only caseAlejandro del Castillo
2016-09-08dep2id: initialize Id variables to zero, instead of NULLAlejandro del Castillo
2016-08-15opkg_verify_gpg_signature: fix identationAlejandro del Castillo
2016-08-15test: standardize on /usr/bin/env python3 sheabangAlejandro del Castillo
2016-08-10libopkg/opkg_gpg.c: Fix to gpg signature verification.Bryan Krause
2016-08-09libopkg/opkg_conf.c: Offline opkg_conf_load consistancyBryan Krause
2016-07-20tests/core: add basic test for list-upgradable behaviorJosh Cartwright
2016-07-19libopkg: kill active_listJosh Cartwright
2016-07-18tests/opkgcl.py: add helper for is_upgradableJosh Cartwright
2016-07-18tests/opkgcl.py: consistently indentJosh Cartwright