]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/db.c
compress: Remove legacy logger
[pakfire.git] / src / libpakfire / db.c
2024-01-29  Michael Tremerdependencies: Drop the legacy logger
2024-01-29  Michael Tremerlibpakfire: db: Replace legacy logger
2024-01-29  Michael Tremerlogging: Make the legacy logger configurable
2023-10-20  Michael Tremerscriptlets: Decouple from pakfire and replace with...
2023-10-20  Michael Tremerdb: Store a reference to the context
2023-09-05  Michael Tremerdb: Check if schema exists before reading settings
2023-08-31  Michael Tremerdb: Fix double free of joined groups string
2023-08-31  Michael Tremerpackages: Store groups as array
2023-08-29  Michael Tremerarch: Teach Pakfire to run a different arch effectively
2023-03-11  Michael Tremerarchive: Store MIME type of files
2023-02-21  Michael Tremerdb: Don't return filelists in a funny order
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2022-12-09  Michael Tremerdb: Free correct value
2022-11-29  Michael Tremerdb: Set correct absolute path for read filelists
2022-10-27  Michael Tremerdb: Improve error reporting
2022-10-26  Michael Tremerpackages: Unify the dependency functions
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_{g,s}et_build_host into...
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-11  Michael Tremerdb: Fix updated table layout
2022-10-11  Michael Tremerdb: Fix insert statement for packages
2022-10-11  Michael Tremerpackages: Use binary digests in database
2022-10-01  Michael Tremerdb: Fix filelist queries
2022-10-01  Michael Tremerfile: Rename user/group to uname/gname
2022-08-31  Michael Tremerdb: Store all file digests
2022-08-26  Michael Tremerdigest: Rename SHA-512/256 to SHA-2-512/256
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-24  Michael Tremerfile: Store any digests as an extended attribute
2022-08-19  Michael Tremerdb: Properly abort when we cannot import a file
2022-08-19  Michael Tremerfile: Automatically set abspath if path isn't set
2022-08-19  Michael Tremerdb: Change how we store file digests and load them...
2022-08-19  Michael Tremerdb: Implement fetching the entire filelist
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael TremerMove dependency functions into an own file
2022-07-17  Michael Tremerdb: Use correct value for digest types
2022-07-15  Michael Tremerdb: Store file digests in a separate table
2022-05-17  Michael Tremerpackages: Add distribution information
2022-05-17  Michael Tremerpackage: Add source information
2022-05-08  Michael Tremerdb: Check for compatible architecture
2021-12-09  Michael Tremerdb: Wrap erasing packages into a transaction, too
2021-12-09  Michael Tremerdb: Store a timestamp when the database was modified...
2021-11-10  Michael Tremerpool: Mark repos/pool as dirty and create indices when...
2021-10-05  Michael Tremerutil: Rename pakfire_parse_dep to pakfire_str2dep
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-09-22  Michael Tremerdb: Serialize the package digest
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-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-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-23  Michael Tremerdb: Drop unused type field in files table
2021-06-23  Michael Tremerdb: Add index over files path
2021-06-23  Michael Tremertransaction: Actually erase files from disk when removi...
2021-06-23  Michael Tremerdb: Fix typo in scriptlet SQL query
2021-06-23  Michael Tremerdb: Read userinstalled packages when loading database
2021-06-23  Michael Tremerdb: Store whether packages are installed by the user
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-03  Michael Tremerlibpakfire: Make db functions private
2021-06-03  Michael Tremerlibpakfire: Change PakfireFile to struct pakfire_file
2021-06-03  Michael Tremerpackager: Package scriptlets
2021-06-03  Michael Tremerscriptlets: Refactor and extend to full type
2021-05-25  Michael Tremerlibpakfire: Drop allocated/release log lines
2021-04-30  Michael Tremerutil: Add a unified function to parse dependencies
2021-04-29  Michael TremerDrop relations entirely
2021-04-29  Michael Tremerpackages: Handle dependencies as strings
2021-04-27  Michael Tremerdb: Do not try freeing const char*
2021-04-27  Michael Tremerpackage: Drop constant splitting and joining of EVR
2021-04-23  Michael Tremerpackage: Store groups in ID arrays
2021-04-22  Michael Tremerdb: Clear repository when database load failed
2021-04-19  Michael TremerHave pakfire_make_path write to stack
2021-03-24  Michael Tremerrepo: Drop all content before loading from database
2021-03-08  Michael Tremerfile: Split time into ctime and mtime
2021-03-08  Michael Tremerfile: Rename "name" to "path"
2021-03-08  Michael Tremerarchive: Read file attributes from archive
2021-03-08  Michael Tremerdb: Check for errors after INSERT
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 Tremerdb: Time how long the import takes
2021-02-11  Michael Tremerdb: Load dependencies
2021-02-11  Michael Tremerpackage: Rename pakfire_package_create2 to pakfire_pack...
2021-02-10  Michael Tremerdb: Load filelists
2021-02-10  Michael Tremerdb: Import more text fields into the package database
2021-02-09  Michael Tremerdb: Internalize repository after load
2021-02-09  Michael Tremerdb: Load a couple of attributes for packages into repo
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-02-07  Michael Tremerlibpakfire: Run scriptlets from database
2021-02-07  Michael Tremerdb: Create a unique index over package UUIDs
2021-02-07  Michael Tremerdb: Implement removing packages
next