]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/pakfire.c
pakfire: Split comment
[pakfire.git] / src / libpakfire / pakfire.c
2023-05-05  Michael Tremerpakfire: Split comment
2023-05-05  Michael Tremerpakfire: Be more verbose when pakfire_create fails
2023-05-04  Michael Tremerpakfire: Move SUBIDs into user/group structs
2023-05-04  Michael Tremerutil: Drop function to fetch user home directory
2023-05-04  Michael Tremerpakfire: Fetch more user/group information at startup
2023-03-19  Michael Tremertransaction: Automatically create system users
2023-03-19  Michael Tremersystemd: Automatically apply tmpfiles
2023-03-09  Michael Tremerpakfire: Allow setting a custom cache path through...
2023-02-28  Michael TremerCLI: requires: Search for all reverse dependencies
2023-02-28  Michael Tremersearch: Consolidate using Dataiterator and add file...
2023-02-28  Michael Tremerpakfire_whatprovides/requires: Write to an existant...
2023-02-21  Michael Tremerdependencies: Add support for arch() namespace
2023-01-12  Michael Tremerbuild: Try to classify files using libmagic
2022-12-13  Michael Tremerpakfire: Fix searching for descriptions
2022-11-28  Michael Tremerextract: Prevent pakfire from removing any symlinks
2022-11-09  Michael TremerUI: Drop the default confirm callback
2022-11-09  Michael TremerUI: If Pakfire does not have a confirm callback set...
2022-11-09  Michael TremerUI: Move confirm callback into the CLI client
2022-11-04  Michael Tremerrequests: Move the solution picking here
2022-11-04  Michael Tremerrequests: Move fetching the transaction into a separate...
2022-11-04  Michael Tremerrequest: Refactor and remove all those customs functions
2022-11-04  Michael Tremerrepos: Add convenience function to download packages...
2022-11-01  Michael Tremerrequest: No longer return problems when solving failed
2022-11-01  Michael Tremerrepo: Add a function to walk through all repositories
2022-10-31  Michael Tremerpwd: Sum up reading subuid/subgid
2022-10-31  Michael Tremerpakfire: Read the effective UID/GID
2022-10-31  Michael Tremerpakfire: Add function to read the UID/GID pakfire is...
2022-10-18  Michael Tremerdistro: Add a function that creates the tag
2022-09-09  Michael Tremerpakfire: Technically, we support XZ compression, too
2022-09-09  Michael Tremerpakfire: Add feature codes for all supported digests
2022-08-30  Michael Tremerpakfire: Initialize pointer to db so that we don't...
2022-08-19  Michael Tremerpakfire: check: Extend to verify all files
2022-08-19  Michael Tremerpakfire: Refactor pakfire_cache_path
2022-08-19  Michael Tremerutil: Refactor pakfire_basename/dirname and pakfire_mkdir
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
next