]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/pakfire.c
pakfire: Replace pakfire_make_path with something easier
[people/ms/pakfire.git] / src / libpakfire / pakfire.c
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
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-17  Michael TremerMove dependency functions into an own file
2022-08-17  Michael Tremerpakfire: Add a function to convert paths to relative
2022-08-17  Michael Tremerpakfire: Drop build flag
2022-08-16  Michael Tremerpakfire: Drop interactive flag
2022-08-16  Michael Tremerpakfire: Drop empty pakfire_build_setup function
2022-08-16  Michael Tremerbuild: Move ccache setup here
2022-08-16  Michael Tremerbuild: Move snapshot extraction
2022-08-16  Michael Tremerjail: Map/unmap any UID/GIDs
2022-08-16  Michael TremerUnify duplicated code for UIDs and GIDs
2022-08-16  Michael Tremerpakfire: Make sub{u,g}ids accessible
2022-08-12  Michael Tremerpakfire: Run any jails unprivileged even when called...
2022-08-12  Michael Tremercopy: Use pre-configured archive readers/writers
2022-08-12  Michael Tremerutil: Unify copying libarchive payload from file
2022-08-11  Michael Tremerpakfire: Parse SUBUID/GIDs from /etc/sub{u,g}id
2022-08-09  Michael Tremerpakfire: pakfire_copy: Add newline after log message
2022-08-09  Michael Tremerpakfire: Fix return code of pakfire_copy on error
2022-07-18  Michael Tremerpakfire: Move cache directory into user's home
2022-07-18  Michael TremerMove all temporary files directly into /var/tmp
2022-07-18  Michael Tremerpakfire: Store UID of running user
2022-07-17  Michael TremerUse sane directory/file permissions throughout
2022-07-17  Michael Tremermount: Move pakfire_bind() into mount.c
2022-07-17  Michael Tremermount: Mount the interpreter every time
2022-07-17  Michael Tremerexecute: Mount all file systems only in namespace
2022-07-17  Michael Tremerpakfire: Remove mount_tmpfs flag
2022-07-17  Michael Tremerpakfire: Pass loglevel on creation
2022-07-17  Michael Tremerpakfire: Correctly set return code on initialization...
2022-07-17  Michael Tremerpackager: Add SHA256 checksums to filelists
2022-07-15  Michael Tremertransactions: Add dry-run mode
2022-05-24  Michael Tremerlibpakfire: Move mount operations into a new file
2022-05-21  Michael Tremerexecute: Use pivot_root instead of chroot
2022-05-17  Michael Tremerbuild: Make installing the source package an essential job
2022-05-17  Michael TremerRevert "build: Allow build environments to be interactive"
2022-05-09  Michael Tremerbuild: Allow build environments to be interactive
2022-05-09  Michael Tremerlogging: Do not crash when log callback isn't set
2022-05-09  Michael Tremercallbacks: Rework them to be easier to pass around
2022-05-09  Michael Tremerpakfire: Introduce confirm callback
2022-05-09  Michael Tremerpakfire: Go back on callbacks
2022-05-09  Michael Tremerpakfire: Add function to reset all callbacks
2021-12-09  Michael TremerImplement a simple locking mechanism to avoid concurren...
2021-12-09  Michael Tremerpakfire: Do not attempt to call callbacks when not set
2021-12-09  Michael TremerFix shadowing any local variables
2021-12-09  Michael TremerMake pakfire non-interactive by default
2021-12-09  Michael Tremercallbacks: Only copy when data is set
2021-12-09  Michael Tremercallbacks: Change progress from double to integer
2021-12-09  Michael Tremerpakfire: Introduce callbacks
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-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-10-05  Michael Tremerpakfire: Fix SEGV when free is called before pool is...
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-28  Michael Tremerrepo: Use preprocessor macros for special repo names
2021-09-28  Michael Tremerpakfire: Create @commandline repo all the time
2021-09-24  Michael Tremerpackager: Add requirement for used digest
2021-09-22  Michael Tremerpakfire: Refresh repositories only once
2021-09-22  Michael Tremerclean: Delete the entire cache
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 Tremerbuild: Cleanup local repository
2021-09-21  Michael TremerShow better error messages on download failures
2021-08-19  Michael Tremerrepo: Change pakfire_repo_create to return int
2021-08-07  Michael Tremerpakfire: Add keystore path
2021-07-30  Michael Tremerpakfire: Initialize keystore when pakfire is being...
2021-07-29  Michael Tremerkeystore: Move GPG stuff into an extra file
2021-07-22  Michael Tremerpakfire: Move states into bitfields
2021-07-22  Michael Tremerbuild: Initialize build environment only when needed
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-07-07  Michael Tremerkey: Propagate offline mode to gpgme
2021-07-07  Michael Tremerkey: Refactor listing all keys
2021-07-07  Michael Tremerkey: Move GPGME context into Pakfire object
2021-07-04  Michael Tremerinstall/remove/update/sync: Add solver flags for more...
2021-07-04  Michael Tremerupdate: Try to update all packages if none are given...
2021-07-03  Michael Tremerrequest: Rename upgrade to update
2021-07-03  Michael TremerFree problems when interating multiple times
2021-06-30  Michael Tremerrepo: Change type from PakfireRepo to struct pakfire_repo
2021-06-30  Michael TremerCLI: Make "info" work again by limiting search to packa...
2021-06-30  Michael Tremerpakfire: Refactor search
2021-06-30  Michael Tremerpakfire: Refactor whatprovides
2021-06-30  Michael Tremerpackage: Change type from PakfirePackage to struct...
2021-06-30  Michael TremerChange interface of pakfire_whatrequires
2021-06-30  Michael Tremerpackagelist: Refactor creation from queue
2021-06-30  Michael Tremerpackagelist: Refactor creating package lists
2021-06-30  Michael TremerAdd command for reverse dependency resolution
2021-06-30  Michael Tremerpackagelist: Change type from PakfirePackageList to...
2021-06-29  Michael TremerSome experimental code to better show problems during...
2021-06-25  Michael Tremerrequest: Move multiinstall packages
2021-06-25  Michael Tremerrequest: Move locking running kernel from pakfire
2021-06-24  Michael Tremerrequest: Return any problems
2021-06-24  Michael Tremerrequest: Return transaction when solving
2021-06-23  Michael Tremerlibpakfire: Drop pakfire_count_packages
2021-06-22  Michael Tremerpakfire: Lock the running kernel
2021-06-22  Michael Tremerpakfire: Add convenience function to check if pakfire...
2021-06-22  Michael Tremersync: Allow keeping orphans
next