]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/repo.c
digests: Split off into a new set of files
[people/ms/pakfire.git] / src / libpakfire / repo.c
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
2021-08-20  Michael Tremerrepo: Implement adding more files to repositories
2021-08-20  Michael Tremerarchive: Make pakfire_archive_make_package return int
2021-08-20  Michael Tremerrepo: Make pakfire_repo_add_archive private
2021-08-20  Michael Tremerrepo: Have pakfire_repo_add_archive return int
2021-08-19  Michael Tremerrepo: Remove write/read_solv functions that take paths
2021-08-19  Michael Tremerrepo: Add scaffolding/experimental code to compose...
2021-08-19  Michael Tremerrepo: Set repo pointer for internal repositories, too
2021-08-19  Michael Tremerrepo: Change pakfire_repo_create to return int
2021-08-07  Michael Tremerrepo: Automatically import repository keys
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-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-19  Michael Tremerpakfire: Move refresh into libpakfire
2021-06-19  Michael TremerAdd flags to clean function for better extensibility
2021-06-19  Michael Tremerrepo: Fix path to delete repodata
2021-06-18  Michael TremerRevert "pakfire: Automatically refresh repositories...
2021-06-18  Michael Tremerrepo: Drop any content from memory when cleaning
2021-06-18  Michael Tremerrepo: Add function to test if a repository is internal
2021-06-18  Michael Tremerrepo: Destroy all files in repository directory
2021-06-18  Michael Tremerpakfire: Automatically refresh repositories when initia...
2021-06-14  Michael Tremerrepo: Reformat some code
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-24  Michael Tremerbuild: Write out packages
2021-04-30  Michael Tremerrepo: Internalize all scanned content
2021-04-23  Michael Tremerrepo: Scan local repositories instead of refresh
2021-04-23  Michael Tremerrepo: Refactor local detection and fix memory leak
2021-04-23  Michael Tremerrepo: Correctly set errno on invalid call
2021-04-23  Michael Tremerrepo: Use file:// protocol instead of dir://
2021-04-21  Michael Tremerprogressbar: Make increment function take a value
2021-04-21  Michael Tremerprogressbar: Remove reference to Pakfire
2021-04-20  Michael Tremerdownloader: Hide progressbar when downloading metadata
2021-04-20  Michael Tremerdownloader: Add title to transfers
2021-04-20  Michael Tremerrepo: Make pakfire_repo_internalize private
2021-04-20  Michael Tremerrepo: Do not fail when solv file could not be read...
2021-04-20  Michael Tremerrepo: Drop automatic setting of priority
2021-04-20  Michael Tremerrepo: Do not keep a downloader
2021-04-20  Michael Tremerdownloader: Move baseurl into transfer
2021-04-19  Michael Tremerpakfire_make_cache_path: Implicitely handle size argument
2021-04-19  Michael Tremerrepo: Use pakfire_string_* functions where applicable
2021-04-19  Michael Tremerrepo: Replace variables in URLs
2021-04-19  Michael Tremerrepo: Reset pointer to destroyed mirrorlist
2021-04-19  Michael Tremerrepo: Do not bail when no mirrorlist is set
2021-04-19  Michael Tremerrepo: Do not try to refresh "internal" repositories
2021-04-16  Michael Tremerpakfire: Load repositories from configuration
2021-04-06  Michael Tremerarchive: Make pakfire_archive_open take archive as...
2021-04-06  Michael Tremererrno: Drop the rest of this implementation
2021-04-06  Michael Tremerrepo: Drop using our own errno implementation
2021-04-06  Michael Tremerrepo: Show progressbar when scanning for packages
2021-04-06  Michael Tremerrepo: Compile filelist first before scanning files
2021-03-26  Michael Tremerrepo: Move mirrorlist out of appdata
2021-03-24  Michael Tremerlibpakfire: Drop all calls to assert()
2021-03-24  Michael TremerCreate a unified downloader for all repositories
2021-03-24  Michael Tremerrepo: Load mirrorlist when loading repositories
2021-03-24  Michael Tremerdownloader: Make mirrorlists independent
2021-03-24  Michael Tremerrepo: Drop all content before loading from database
2021-03-19  Michael Tremerrepo: Show better errors when failing to read SOLV...
2021-03-16  Michael Tremerlibpakfire: Move transparent compression to own file
2021-03-14  Michael Tremerrepo: Drop previous data before loading new data
2021-03-13  Michael Tremerlibpakfire: Have pakfire_make_cache_path write to stack
2021-03-13  Michael Tremerlibpakfire: Drop old cache stuff
2021-03-13  Michael Tremerrepo: baseurl is a pointer
next