]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-10-05  Michael Tremerutil: Rename pakfire_parse_dep to pakfire_str2dep
2021-10-05  Michael TremerUse pakfire_dep2str
2021-10-05  Michael Tremerutil: Add simple function to convert dependencies into...
2021-10-05  Michael Tremerutil: Add test for pakfire_string_matches
2021-10-05  Michael Tremerutil: Add test for pakfire_string_endswith
2021-10-05  Michael Tremerutil: Check input for pakfire_string_startswith
2021-10-05  Michael Tremerpakfire: Fix SEGV when free is called before pool is...
2021-10-05  Michael Tremertestsuite: Add simple true/false assertions
2021-10-05  Michael Tremertestsuite: Disable parser command test
2021-10-05  Michael Tremerdownloader: Actually fail if the checksum doesn't match
2021-10-05  Michael Tremertestsuite: Fix broken assertion check
2021-10-05  Michael Tremerarchive: Show better error message if an mtree could...
2021-10-05  Michael Tremerdownloader: Ignore if we could not read the mirrorlist
2021-10-05  Michael Tremerrequest: Remove brainded cleanup routine
2021-10-05  Michael Tremerrepo: Automatically cleanup temporary files in @command...
2021-10-05  Michael Tremerpakfire_free: Avoid multiple calls
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 Tremerrequest: Remove temporary files
2021-09-28  Michael Tremerscripts: Remove broken error prefix
2021-09-28  Michael Tremerpakfire_package_create: Default to @dummy repository
2021-09-28  Michael Tremerrepo: Use preprocessor macros for special repo names
2021-09-28  Michael Tremerpakfire-builder: Do not print path of temporary package
2021-09-28  Michael Tremerdownloader: Set user agent
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-28  Michael Tremerpakfire: Create @commandline repo all the time
2021-09-24  Michael Tremerpackager: Add requirement for used digest
2021-09-24  Michael Tremerpackager: Disable sha256 checksums
2021-09-24  Michael Tremerpackager: Reset permissions/ownership for all files...
2021-09-24  Michael Tremerpakfire-builder: Make all builds interactive
2021-09-24  Michael Tremertransaction: Verify checksum instead of key check on...
2021-09-24  Michael Tremerarchive: Make pakfire_archive_digest available internally
2021-09-23  Michael Tremerfile: Copy digests from libarchive mtrees
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-09-22  Michael Tremerdb: Serialize the package digest
2021-09-22  Michael Tremerbuild: Ignore if local repository path already exists
2021-09-22  Michael Tremerbuild: Make local repository available inside the shell
2021-09-22  Michael Tremerpakfire: Refresh repositories only once
2021-09-22  Michael Tremerclean: Delete the entire cache
2021-09-22  Michael Tremerbuild: Automatically create the local repository
2021-09-22  Michael Tremerpakfire: Initialise repositories when setting up build...
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 Tremershell: Setup build environment before entering the...
2021-09-21  Michael Tremerfile: Return 0 when the cleanup job is done
2021-09-21  Michael Tremerpython: Prevent early deallocation of logging callback
2021-09-21  Michael Tremerpakfire-builder: Make info command work again
2021-09-21  Michael Tremerrepo: Add test to compose a repository
2021-09-21  Michael Tremerrepo: Test writing/reading the SOLV database
2021-09-21  Michael Tremertests: Check if opening a directory fails correctly
2021-09-21  Michael Tremerarchive: Reset pointer when archive open failed
2021-09-21  Michael Tremerarchive: Improve logging when package cannot be opened
2021-09-21  Michael Tremerarchive: Fix return value check when making package
2021-09-21  Michael Tremerdownloader: Add tests that check digests
2021-09-21  Michael Tremerdownloader: Add a simple test that requires internet...
2021-09-21  Michael Tremertestsuite: Make tests cleanup after themselves
2021-09-21  Michael TremerMake testsuite compile again
2021-09-21  Michael Tremerpackage: Don't fail if a package does not have a checksum
2021-09-21  Michael TremerShow better error messages on download failures
2021-09-21  Michael Tremerarchive: Fix SEGV when no scriptlets exist
2021-09-21  Michael Tremertransaction: Pass digest to downloader when downloading...
2021-09-21  Michael TremerMove pakfire_digest_length to util
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 Tremerdownloader: Drop support for SHA-1
2021-09-20  Michael Tremerpackage: Calculate digests
2021-09-20  Michael Tremerrepo: Don't try freeing package if pakfire_archive_make...
2021-09-20  Michael Tremerpackage: Refactor checksums/digests
2021-09-08  Michael Tremerdownloader: Compare digests and try re-download if...
2021-09-08  Michael Tremerdownloader: Implement passing expected digest to transfer
2021-09-08  Michael Tremerdownloader: Make message digest algorithm selectable
2021-09-08  Michael Tremerdownloader: Add reference to downloaders to transfers
2021-09-08  Michael Tremerdownloader: Compute message digest of downloaded files
2021-09-07  Michael Tremerdownloader: Avoid calling fwrite() for empty blocks
2021-09-07  Michael Tremerdownloader: Use a simple callback function to write...
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: Add a function to copy an archive to somewhere...
2021-08-20  Michael Tremerarchive: Allow passing NULL as repo when making a package
2021-08-20  Michael Tremerarchive: Use fstat() because we are already holding...
2021-08-20  Michael Tremerarchive: Change return value of pakfire_archive_get_siz...
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-20  Michael Tremer_pakfire: Remove unused add_archive() method from Repo
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 Tremerutil: Add helper function for strftime to format time now
2021-08-19  Michael Tremerrepo: Set repo pointer for internal repositories, too
2021-08-19  Michael Tremer_pakfire: Return some useful repr() for Repo
2021-08-19  Michael Tremerrepo: Change pakfire_repo_create to return int
2021-08-19  Michael Tremerarchive: Generate a more useful log message when verifi...
2021-08-19  Michael Tremerarchive: Initialize r in pakfire_archive_read
2021-08-12  Michael Tremerkey: Make secret keys non-world-writable
next