]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/package.c
packages: Add distribution information
[pakfire.git] / src / libpakfire / package.c
2022-05-17  Michael Tremerpackages: Add distribution information
2022-05-17  Michael Tremerpackages: Add vendor to package metadata
2022-05-17  Michael Tremerpackage: Add source information
2022-05-10  Michael Tremerpackage: Drop installing self-provides
2022-05-10  Michael Tremerpackages: Write package metadata in JSON format
2022-05-09  Michael Tremerpackage: Fix storing strings in repository
2021-12-09  Michael TremerFix shadowing any local variables
2021-11-10  Michael Tremerpool: Mark repos/pool as dirty and create indices when...
2021-11-10  Michael Tremerutil: Add tests for pakfire_format_size
2021-11-10  Michael Tremerpackager: Add virtual requirement if using rich depende...
2021-10-05  Michael Tremerutil: Rename pakfire_parse_dep to pakfire_str2dep
2021-10-05  Michael TremerUse pakfire_dep2str
2021-09-30  Michael Tremerrepo: Make repo name check function more generic
2021-09-28  Michael Tremerpakfire_package_create: Default to @dummy repository
2021-09-28  Michael Tremerpakfire_package_get_archive: Make return value more...
2021-09-28  Michael Tremerpackage: dump: Skip size if it is zero
2021-09-28  Michael Tremerpackage: Do not include repository if it is @dummy
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-09-21  Michael Tremerpackage: Don't fail if a package does not have a checksum
2021-09-21  Michael TremerMove pakfire_digest_length to util
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-07-22  Michael Tremerpackage: Do not dump sizes if they are empty
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-06-03  Michael Tremerlibpakfire: Change PakfireFile to struct pakfire_file
2021-05-25  Michael Tremerlibpakfire: Drop allocated/release log lines
2021-05-13  Michael Tremerarchive: Read legacy filelists
2021-04-29  Michael Tremerpackage: Reset title after first dependency line
2021-04-29  Michael Tremerpackage: Sort dependencies on dump
2021-04-29  Michael TremerDrop relations entirely
2021-04-29  Michael Tremerpackages: Handle dependencies as strings
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: Reorder struct
2021-04-27  Michael Tremerpackage: Do not check for non-NULL pointer on unref
2021-04-27  Michael Tremerpackage: Do not export the package Id
2021-04-27  Michael Tremerpackage: Drop pakfire_package_solv_repo
2021-04-27  Michael Tremerpackage: Remove function that returns a handle which...
2021-04-27  Michael Tremerpackage: Make pakfire_package_create_from_solvable...
2021-04-27  Michael Tremerpackage: Drop helper function to access Pool*
2021-04-27  Michael Tremerpackages: Store paths locally and in SOLV data
2021-04-23  Michael TremerDrop PAKFIRE_SOLVABLE_FILEMARKER
2021-04-23  Michael Tremerpackage: Store groups in ID arrays
2021-04-19  Michael Tremerpakfire_make_cache_path: Implicitely handle size argument
2021-04-16  Michael TremerDrop unused function pakfire_package_is_in_repo
2021-04-16  Michael Tremerpackager: Only compress binary packages
2021-04-11  Michael Tremerutil: Make pakfire_format_size write to stack
2021-04-10  Michael TremerRemove STRING_SIZE
2021-04-10  Michael Tremerutil: Drop pakfire_access
2021-04-06  Michael Tremerarchive: Make pakfire_archive_open take archive as...
2021-03-24  Michael Tremerlibpakfire: Drop all calls to assert()
2021-03-13  Michael Tremerlibpakfire: Have pakfire_make_cache_path write to stack
2021-03-13  Michael Tremertransaction: Download packages using libpakfire
2021-03-10  Michael Tremerpakfire: Add function that simply returns the cache...
2021-03-08  Michael Tremerfile: Rename "name" to "path"
2021-03-08  Michael Tremerfiles: Add reference to Pakfire for files and filelists
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: Capitalize headlines
2021-02-11  Michael Tremerrelationlists: Sort before printing them
2021-02-11  Michael Tremerpackages: Add weak dependencies supplements/enhances
2021-02-11  Michael Tremerpackages: dump: Process dependencies in a big loop
2021-02-11  Michael Tremerpackages: Truncate dependencies correctly at the markers
2021-02-11  Michael Tremerpackage: Use solvable_*_deparray instead of idarray
2021-02-11  Michael Tremerpakfire: Improve performance when importing relation...
2021-02-11  Michael Tremerpackage: Rename pakfire_package_create2 to pakfire_pack...
2021-02-11  Michael Tremerpackage: Keep a copy of the repository
2021-02-10  Michael Tremerpackage: Rename pakfire_package_create to pakfire_packa...
2021-02-10  Michael Tremerdb: Load filelists
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_strdup
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_malloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-02-06  Michael Tremerrelationlists: Rename _count() and _get_clone()
2021-02-06  Michael Tremerrelationlist: Refactor create
2021-01-24  Michael Tremerlibpakfire: Drop filelists from packages
2021-01-24  Michael Tremerlibpakfire: Refactor files
2019-06-10  Michael Tremerlibpakfire: Move cachiing Archive from Package to Step
2019-06-10  Michael Tremerlibpakfire: Have pakfire_basename/dirname return a...
2019-06-08  Michael Tremerlibpakfire: Remove unused function
2019-06-08  Michael Tremerlibpakfire: Constify pakfire_basename/dirname
2019-06-08  Michael Tremerlibpakfire: Parse dependency data from packages
2019-06-08  Michael Tremerlibpakfire: Store groups in an array
2019-06-08  Michael Tremerlibpakfire: Fix release delimiter
2019-06-08  Michael TremerFix whitespace
2019-06-08  Michael Tremerlibpakfire: Add function to import an archive to a...
next