]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/package.c
packages: Do not try to solve for recommened packages on installcheck
[people/ms/pakfire.git] / src / libpakfire / package.c
2023-11-01  Michael Tremerpackages: Do not try to solve for recommened packages...
2023-10-20  Michael Tremerpackagelist: Decouple for the pakfire object
2023-10-20  Michael Tremerpackage: Keep a reference to the context
2023-10-17  Michael Tremerpath: Move pakfire_basename into the path library
2023-10-17  Michael Tremerpath: Make pakfire_dirname into the path library
2023-10-05  Michael Tremerlibpakfire: Initialize strings correctly
2023-10-02  Michael Tremerpackage: Split descriptions using strtok()
2023-09-22  Michael Tremertransaction: Merge requests into the transaction
2023-09-18  Michael Tremerpackage: Treat sizes as unsigned long long
2023-09-09  Michael Tremerpackage: Make code clearer where dumping deps
2023-09-02  Michael Tremerutil: Remove static buffers from basename/dirname
2023-08-31  Michael Tremerpackages: Store groups as array
2023-08-30  Michael Tremerbuild: Check if we can build a packager on our architecture
2023-08-30  Michael Tremerstrings: Add function to free string arrays
2023-08-30  Michael Tremerpackages: Copy strings when returning arrays
2023-08-26  Michael Tremerpackages: Add support for build arches
2023-08-26  Michael Tremerpackage: Don't crash if a package has no UUID
2023-08-16  Michael Tremerpackages: Validate UUIDs when reading from the database
2023-08-16  Michael Tremerpackages: Simplify the directory structures once again
2023-08-16  Michael Tremerpackage: Use the correct attribute for directories...
2023-08-16  Michael Tremerrepo: Fix file structure
2023-05-08  Michael Tremerinstallcheck: Add a function that checks whether a...
2023-03-19  Michael Tremerpackages: Fail match if we could not parse the dependency
2023-03-17  Michael Tremerfilelist: Add flags argument to walk function
2023-03-05  Michael Tremerarchive: Improve importing filelists from JSON
2023-02-28  Michael TremerCLI: requires: Search for all reverse dependencies
2023-02-27  Michael Tremerrepo: Refactor returning all packages in a repository
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerfilelists: Drop sort function as filelists are now...
2022-12-16  Michael Tremerfilelist: Drop pattern matching from walk function
2022-12-09  Michael TremerRevert "packages: Ensure that the pool is internalized...
2022-12-08  Michael Tremerpackages: Fix my messy code and use proper return codes
2022-12-08  Michael Tremerpackage: Don't make types array static
2022-12-08  Michael Tremerpackages: Ensure that the pool is internalized for...
2022-12-08  Michael Tremerpackage: Add function to check whether a depenency...
2022-12-08  Michael Tremerpackage: Use self-provides function from libsolv
2022-12-08  Michael Tremerfilelist: Add pattern filtering to walk
2022-11-19  Michael Tremerpackages: Export pakfire_package_id
2022-11-03  Michael Tremerpackages: Replace maintainers with packagers
2022-11-03  Michael Tremerpackage: Add packages available in the build environmen...
2022-10-31  Michael TremerRevert "package: Drop installing self-provides"
2022-10-27  Michael Tremerpackages: Make it possible to set the database ID
2022-10-27  Michael Tremerpackage: Refactor reading the filelist
2022-10-26  Michael Tremerpackages: Don't set string after removing it
2022-10-26  Michael Tremerpackages: Internalize the pool when fetching numeric...
2022-10-26  Michael Tremerpackages: Fix fetching NEVRA
2022-10-26  Michael Tremerpackages: Silently ignore any invalid dependencies
2022-10-26  Michael Tremerpackages: Unify the dependency functions
2022-10-26  Michael Tremerpackages: Move pakfire_package_get/set_path into string...
2022-10-25  Michael Tremerpackages: Create a unified numbers function
2022-10-25  Michael Tremerpackages: Move pakfire_package_{g,s}et_source_* functions
2022-10-25  Michael Tremerpackages: Move pakfire_package_get_source_package into...
2022-10-25  Michael Tremerpackages: Add functions to easily set UUIDs
2022-10-25  Michael Tremerpackages: Replace pakfire_package_{g,s}_build_id with...
2022-10-25  Michael Tremerpackages: Move pakfire_package_{g,s}et_build_host into...
2022-10-25  Michael Tremerpackages: Make pakfire_package_is_installed private
2022-10-25  Michael Tremerpackages: Move pakfire_package_{g,s}et_filename into...
2022-10-25  Michael Tremerpackages: Make constructor function more similar to...
2022-10-25  Michael Tremerpackages: Drop old property functions for strings
2022-10-25  Michael Tremerpackages: Add a combined function to get/set string...
2022-10-18  Michael Tremerpackages: Write/read distro tag from metadata
2022-10-11  Michael Tremerpackages: Drop any hexdigest helper functions
2022-10-11  Michael Tremerpackages: Use binary digest function in dump
2022-10-11  Michael Tremerpackage: Compose cache path based on the binary digest
2022-10-11  Michael Tremerpackages: Use binary digests in database
2022-10-05  Michael Tremerpackage: Fail if we could not fetch the repository
2022-09-20  Michael Tremerpackage: Drop support for reading legacy filelists
2022-09-05  Michael Tremerpackage: Add the filelist to the JSON metadata
2022-09-05  Michael Tremerpackage: Refactor pakfire_package_set_filelist_from_string
2022-09-05  Michael Tremerpackage: Refactor pakfire_package_get_filelist
2022-09-05  Michael Tremerpackage: Refacor pakfire_package_set_filelist
2022-08-26  Michael Tremerdigest: Add support for SHA-3
2022-08-26  Michael Tremerdigest: Rename SHA-512/256 to SHA-2-512/256
2022-08-24  Michael Tremerdigest: Add support for BLAKE2b512/BLAKE2s256
2022-08-24  Michael Tremerdigests: Redefine enum as bitmask
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-19  Michael Tremerpakfire: Refactor pakfire_cache_path
2022-08-19  Michael Tremerutil: Refactor pakfire_basename/dirname and pakfire_mkdir
2022-08-18  Michael Tremerstring: Refactor strftime() functions
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael TremerMove dependency functions into an own file
2022-05-20  Michael Tremerpackage: Don't return void
2022-05-20  Michael Tremerpackage: Simply empty string check
2022-05-17  Michael Tremerpackage: Automatically erase empty epoch when setting evr
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
next