]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/pakfire.c
pakfire: Set the default log level to INFO
[pakfire.git] / src / libpakfire / pakfire.c
2023-09-30  Michael Tremerpakfire: Set the default log level to INFO
2023-09-29  Michael Tremerbuild: Add implicit dist() when a makefile is passed
2023-09-29  Michael Tremerpakfire: Silence mapping UID/GID messages
2023-09-28  Michael Tremerlibpakfire: Make pakfire_has_flag() public
2023-09-27  Michael Tremerlibpakfire: Move loglevel into flags on create for...
2023-09-27  Michael Tremerlibpakfire: Drop old CLI functions
2023-09-27  Michael Tremercli: Implement interactive selection of solutions
2023-09-25  Michael Tremerpakfire_repo_walk: Make sure r is initialized
2023-09-25  Michael Tremerlibpakfire: Fix loading repositories
2023-09-25  Michael Tremerlibpakfire: Remove the unused copy_in/copy_out functions
2023-09-25  Michael Tremerlibpakfire: Remove pakfire_install/_update/_sync/_erase
2023-09-23  Michael Tremertransaction: Remove option to perform a dry-run
2023-09-22  Michael Tremertransaction: Merge requests into the transaction
2023-09-21  Michael Tremerrequest: Implement locking the running kernel as a...
2023-09-12  Michael Tremerpakfire: Create a ramdisk if no path has been given
2023-09-01  Michael Tremerpwd: Don't fail if we cannot read SUBUID/SUBGID from...
2023-09-01  Michael Tremerpwd: Set maximum range for SUBUID/SUBGIDs by default
2023-08-30  Michael Tremerarch: Enhance check for support by host and check for...
2023-08-29  Michael Tremerarch: Teach Pakfire to run a different arch effectively
2023-08-29  Michael Tremerpakfire: Call the correct function to check if the...
2023-08-25  Michael Tremerpakfire: Remove using FTS when reading repository confi...
2023-08-02  Michael Tremerpakfire: Read configuration from a file descriptor
2023-07-27  Michael Tremerpakfire: Fix integer overflow in bit fields
2023-07-25  Michael Tremerlibpakfire: pakfire_create: Return a better return...
2023-07-25  Michael Tremerlibpakfire: Enhance logging to pass custom errno
2023-06-14  Michael Tremerutil: Add function to copy all data from one fd to...
2023-06-01  Michael Tremerkeys: Replace usage of PGP by signify
2023-05-08  Michael Tremerinstallcheck: Add a function that checks whether a...
2023-05-08  Michael Tremerrequest: Implement multiinstall for kernel as pooljobs
2023-05-05  Michael Tremerpakfire: Log user/group and subids
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
next