]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/repo.c
logging: Make the legacy logger configurable
[people/ms/pakfire.git] / src / libpakfire / repo.c
2024-01-29  Michael Tremerlogging: Make the legacy logger configurable
2023-11-01  Michael Tremerxfer: Improve how we create temporary files
2023-11-01  Michael Tremerrepo: Fix path composition
2023-10-27  Michael Tremerkey: Anchor on context instead of pakfire
2023-10-21  Michael Tremerhttpclient: Rename the downloader to HTTP client
2023-10-21  Michael Tremerxfer: Split off transfers from the downloader
2023-10-17  Michael Tremerrepo: Reference context when re-fetching a repository
2023-10-16  Michael Tremerctx: Move the OFFLINE flag into the context
2023-10-16  Michael Tremerdownloader: Anchor the downloader to the context
2023-10-16  Michael Tremerdownloader: Split mirrors and mirrorlists into their...
2023-10-16  Michael Tremerrepo: Keep a reference to the context
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-02  Michael Tremerdownloader: This is the beginning of a rather large...
2023-10-02  Michael Tremerprogress: Implement child progress
2023-10-01  Michael Tremerrepo: Use the new progress implementation
2023-09-30  Michael Tremerrepo: Keep all appdata in the same struct
2023-09-25  Michael Tremerconfig: Refactor data model and iterating over sections
2023-09-25  Michael Tremerrepo: Fail if the baseurl could not be set
2023-09-25  Michael Tremerrepo: Remove useless logging line
2023-09-22  Michael Tremerrepo: Increase subpriority for commandline repositories
2023-09-20  Michael Tremerrepos: Implement subpriorities to prefer local packages...
2023-09-17  Michael Tremerrepo: Fix compiler warning due to iterating over the...
2023-09-12  Michael Tremerconfig: Don't copy section names
2023-09-07  Michael Tremerfilelist: Don't fail scan when the path does not exist
2023-09-05  Michael Tremerrepo: Ignore if local repositories don't exist when...
2023-08-31  Michael Tremerrepo: Reformat code that downloads metadata
2023-08-31  Michael Tremerrepos: Configure better default refresh times
2023-08-31  Michael Tremerrepo: Allow storing custom refresh times for metadata
2023-08-29  Michael Tremerarch: Teach Pakfire to run a different arch effectively
2023-08-26  Michael Tremerrepo: Fix expression to find package archives
2023-08-25  Michael Tremerfilelist: Use our own pattern matching function throughout
2023-08-16  Michael Tremerpackages: Simplify the directory structures once again
2023-08-16  Michael Tremerrepo: Fix file structure
2023-06-01  Michael Tremerrepos: Write database signature to the correct place
2023-06-01  Michael Tremerrepos: Fix re-reading repository key
2023-06-01  Michael Tremerrepos: Implement creating a detached signature for...
2023-06-01  Michael Tremerrepos: Drop flags argument from compose function
2023-06-01  Michael Tremerkeys: Replace usage of PGP by signify
2023-03-09  Michael Tremerrepositories: Refactor how we are reading metadata
2023-03-09  Michael Tremerrepo: compose: Ensure that the destination path always...
2023-03-09  Michael Tremerrepo: Store the real path on stack to avoid it being...
2023-03-09  Michael Tremerrepo: Handle relative paths on compose
2023-03-09  Michael Tremerrepo: Compress the SOLV database using Zstandard
2023-03-09  Michael Tremerrepo: Ensure to close the file descriptor after reading...
2023-02-28  Michael Tremerpackagelist: Refactor the whole thing
2023-02-27  Michael Tremerrepo: Refactor returning all packages in a repository
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2022-12-09  Michael Tremerrepo: Avoid reading past the end of the key buffer
2022-12-09  Michael Tremerrepo: Avoid double brackets in section name
2022-11-29  Michael Tremerrepo: Slightly refactor scanning
2022-11-08  Michael Tremerrepo: Reset the package path after copying
2022-11-04  Michael Tremerrepos: Disable using mirror lists
2022-11-04  Michael Tremerrepos: Add convenience function to download packages...
2022-11-02  Michael Tremerutil: Allow setting file mode for temporary files
2022-11-01  Michael Tremerrepo: Make functions to check if internal or local...
2022-11-01  Michael Tremerrepos: Be more tolerant when keys are being used twice
2022-10-31  Michael Tremerrepo: Add function to export a repository to a package...
2022-10-26  Michael Tremerrepos: Don't worry about our repodata
2022-10-26  Michael Tremerpackages: Move pakfire_package_get/set_path into string...
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-12  Michael Tremerrepo: Store the fingerprint of the imported key
2022-10-12  Michael Tremerrepos: Read key immediately and write it to the config
2022-09-20  Michael Tremerrepo: Improve SOLV file
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 Tremerpakfire: Refactor pakfire_cache_path
2022-08-18  Michael TremerRemove unnecessary use of sizeof(x) - 1
2022-08-18  Michael Tremerutil: Refactor pakfire_path_join
2022-08-18  Michael Tremerstring: Correct handle return code of pakfire_string_se...
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-16  Michael Tremerbuild: Move local build repository here
2022-07-18  Michael TremerMove all temporary files directly into /var/tmp
2022-05-10  Michael Tremerrepo: Import any data into the pool
2021-12-09  Michael TremerFix shadowing any local variables
2021-12-08  Michael Tremerrepo: Only delete files that start with prefix if requested
2021-11-10  Michael Tremerrepo: Do not explicitely free repodata
2021-11-10  Michael Tremerpool: Mark repos/pool as dirty and create indices when...
2021-11-10  Michael TremerMake GCC's static analyzer happier
2021-10-05  Michael Tremerrepo: Automatically cleanup temporary files in @command...
2021-09-30  Michael Tremerconfigure: Add PAKFIRE_TMP_DIR
2021-09-30  Michael Tremerconfigure: Rename PAKFIRE_*_PATH to PAKFIRE_*_DIR
2021-09-30  Michael Tremerrepo: Make repo name check function more generic
2021-09-28  Michael Tremerrepo: Use preprocessor macros for special repo names
2021-09-28  Michael Tremerpackage: Do not include repository if it is @dummy
2021-09-22  Michael Tremerpakfire: Refresh repositories only once
2021-09-22  Michael Tremerbuild: Automatically create the local repository
2021-09-22  Michael Tremerrepo: Scan local repositories even in offline mode
2021-09-22  Michael Tremerrepo: Fix SEGV when checking for local repository
2021-09-22  Michael Tremerbuild: Cleanup local repository
2021-09-21  Michael Tremerdownloader: Use unsigned char for digests
2021-09-21  Michael TremerUnify digest enums in packages and downloader
2021-09-20  Michael Tremerrepo: Don't try freeing package if pakfire_archive_make...
2021-09-08  Michael Tremerdownloader: Implement passing expected digest to transfer
2021-09-08  Michael Tremerdownloader: Make message digest algorithm selectable
2021-09-07  Michael Tremerrepo: Remove @ prefix for temporary repository
2021-08-20  Michael Tremerrepo: Write repomd.json after composing a repository
2021-08-20  Michael Tremerrepo: Avoid memory leak when scanning files
next