]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/include/pakfire/package.h
packages: Add distribution information
[pakfire.git] / src / libpakfire / include / pakfire / package.h
2022-05-17  Michael Tremerpackages: Add distribution information
2022-05-17  Michael Tremerpackage: Add source information
2022-05-10  Michael Tremerpackages: Write package metadata in JSON format
2021-11-10  Michael Tremerpackager: Add virtual requirement if using rich depende...
2021-09-21  Michael TremerUnify digest enums in packages and downloader
2021-09-20  Michael Tremerpackage: Calculate digests
2021-09-20  Michael Tremerpackage: Refactor checksums/digests
2021-08-20  Michael Tremerrepo: Have pakfire_repo_add_archive return int
2021-07-22  Michael Tremerpackage: Change type for package size to size_t
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-07-09  Michael Tremerfilelist: Change type from PakfireFilelist to struct...
2021-07-09  Michael Tremerarchive: Change type from PakfireArchive to struct...
2021-07-06  Michael Tremerbuild: Use uuid_t for UUIDs
2021-06-30  Michael Tremerrepo: Change type from PakfireRepo to struct pakfire_repo
2021-06-30  Michael Tremerpackage: Change type from PakfirePackage to struct...
2021-06-30  Michael Tremerpackage: Rename pakfire_package_identical to *_eq
2021-06-30  Michael Tremerpackage: Add function that returns all packages that...
2021-06-23  Michael Tremertransaction: Actually erase files from disk when removi...
2021-06-12  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2021-06-12  Michael Tremerpackage: Add build ID
2021-06-10  Michael TremerMerge branch 'python3'
2021-04-29  Michael TremerDrop relations entirely
2021-04-29  Michael Tremerpackages: Handle dependencies as strings
2021-04-27  Michael Tremerpackage: Drop unused flags
2021-04-27  Michael Tremerpackage: Refactor pakfire_package_join_evr and make...
2021-04-27  Michael Tremerpackage: Drop constant splitting and joining of EVR
2021-04-27  Michael Tremerpackage: Cache nevra in package object
2021-04-27  Michael Tremerpackage: Do not export the package Id
2021-04-27  Michael Tremerpackage: Make pakfire_package_create_from_solvable...
2021-04-27  Michael Tremerpackages: Store paths locally and in SOLV data
2021-04-26  Michael Tremerpackage: Drop pakfire_package_set_repo
2021-04-23  Michael Tremerpackage: Store groups in ID arrays
2021-04-16  Michael TremerDrop unused function pakfire_package_is_in_repo
2021-04-16  Michael Tremerpackager: Only compress binary packages
2021-03-13  Michael Tremertransaction: Download packages using libpakfire
2021-02-11  Michael Tremerdb: Read install time back from database
2021-02-11  Michael Tremerpackage: Give build_host/build_time proper names and...
2021-02-11  Michael Tremerpackages: Add weak dependencies supplements/enhances
2021-02-11  Michael Tremerpackage: Rename pakfire_package_create2 to pakfire_pack...
2021-02-10  Michael Tremerpackage: Rename pakfire_package_create to pakfire_packa...
2021-02-10  Michael Tremerdb: Load filelists
2021-01-24  Michael Tremerlibpakfire: Refactor files
2019-06-08  Michael Tremerlibpakfire: Correctly declare and export pakfire_packag...
2019-06-08  Michael Tremerlibpakfire: Store groups in an array
2019-06-08  Michael Tremerlibpakfire: Add function to import an archive to a...
2019-05-12  Michael Tremerlibpakfire: Support groups
2018-01-20  Michael Tremerpython: Drop Pakfire reference from some objects
2018-01-19  Michael Tremerlibpakfire: Implement verify step which verifies the...
2018-01-16  Michael Tremerlibpakfire: Make Pakfire parent object of Package
2018-01-14  Michael Tremerlibpakfire: Make PakfirePackage objects obscure
2018-01-14  Michael Tremerlibpakfire: Implement reference counting to packages
2017-11-30  Michael Tremerlibpakfire: Make PakfirePool obscure
2016-12-13  Michael TremerImport libpakfire