]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/include/pakfire/pakfire.h
digests: Split off into a new set of files
[people/stevee/pakfire.git] / src / libpakfire / include / pakfire / pakfire.h
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-19  Michael Tremerpakfire: check: Extend to verify all files
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-19  Michael Tremerpakfire: Refactor pakfire_cache_path
2022-08-18  Michael TremerRemove unnecessary use of sizeof(x) - 1
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
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 TremerUnify duplicated code for UIDs and GIDs
2022-08-16  Michael Tremerpakfire: Make sub{u,g}ids accessible
2022-08-12  Michael Tremercopy: Use pre-configured archive readers/writers
2022-07-17  Michael Tremermount: Move pakfire_bind() into mount.c
2022-07-17  Michael Tremerpakfire: Remove mount_tmpfs flag
2022-07-17  Michael Tremerpakfire: Pass loglevel on creation
2022-07-17  Michael Tremerdigests: Renumber them
2022-07-15  Michael Tremertransactions: Add dry-run mode
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 TremerMake pakfire non-interactive by default
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-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-09-21  Michael TremerUnify digest enums in packages and downloader
2021-08-07  Michael Tremerpakfire: Add keystore path
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: 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-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 Tremertypes.h: Move pakfire log function declaration to pakfire.h
2021-06-30  Michael Tremerpakfire: Refactor search
2021-06-30  Michael Tremerpakfire: Refactor whatprovides
2021-06-30  Michael TremerChange interface of pakfire_whatrequires
2021-06-30  Michael TremerAdd command for reverse dependency resolution
2021-06-30  Michael Tremerpackagelist: Change type from PakfirePackageList to...
2021-06-25  Michael Tremerrequest: Move locking running kernel from pakfire
2021-06-23  Michael Tremerlibpakfire: Drop pakfire_count_packages
2021-06-22  Michael Tremersync: Allow keeping orphans
2021-06-22  Michael TremerHard-code multiinstall and add them to pooljobs
2021-06-21  Michael Tremercli: Allow to exclude packages from update
2021-06-21  Michael Tremerdist: Make read_makefile private
2021-06-21  Michael TremerImplement sync
2021-06-21  Michael Tremerlibpakfire: Implement "check" command
2021-06-19  Michael Tremerpakfire: Move refresh into libpakfire
2021-06-19  Michael TremerAdd flags to clean function for better extensibility
2021-06-18  Michael Tremerrepo: Destroy all files in repository directory
2021-06-18  Michael TremerMove clean function into libpakfire
2021-06-15  Michael TremerDrop python to libpakfire logging layer
2021-06-15  Michael Tremerpakfire: Make pakfire_log_set_function private
2021-06-15  Michael Tremerpakfire: Drop pakfire_log_get_function
2021-06-15  Michael Tremerpakfire: Allow setting log function on creation
2021-06-15  Michael Tremerpakfire_install/erase/update: Indicate how many package...
2021-06-14  Michael Tremerpakfire: Add convenience functions to install packages
2021-06-14  Michael TremerRemove some unused Python bindung functions and make...
2021-06-11  Michael Tremerpakfire: Allow users to disable ramdisk usage
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-05  Michael Tremerbuilder: Move setup of build environment into libpakfire
2021-06-03  Michael Tremerlibpakfire: Automatically enable non-interactive mode
2021-06-03  Michael Tremerlibpakfire: Move offline switch into flags
2021-06-03  Michael Tremerlibpakfire: Add global flags attribute
2021-05-20  Michael Tremersnapshot: Do not archive any mountpoints
2021-05-01  Michael Tremerdist: Set various default variables when reading makefiles
2021-04-23  Michael Tremerconfig: Add reference counting
2021-04-22  Michael Tremerpakfire: Export pakfire_make_cache_path to Python
2021-04-19  Michael TremerMake pakfire_make_path private
2021-04-19  Michael TremerHave pakfire_make_path write to stack
2021-04-19  Michael Tremerpakfire_make_cache_path: Implicitely handle size argument
2021-04-19  Michael Tremerlibpakfire: Export repositories to Python
2021-04-16  Michael Tremerpakfire: Read configuration file on initialization
2021-04-07  Michael Tremerpakfire: Create a unified writer
2021-03-23  Michael Tremerlibpakfire: Make common function that creates an archiv...
2021-03-21  Michael Tremerbuilder: Move copy_in/copy_out into libpakfire
2021-03-21  Michael Tremerlibpakfire: Drop pakfire_activate/deactivate
2021-03-21  Michael Tremerbuilder: Add function to bind-mount ccache
2021-03-19  Michael TremerMove offline setting to Pakfire instances
2021-03-13  Michael Tremerpakfire: Remove option to change installed repository
2021-03-13  Michael Tremerlibpakfire: Have pakfire_make_cache_path write to stack
2021-03-13  Michael Tremerlibpakfire: Drop old cache stuff
2021-03-12  Michael Tremercache: Make formatting cache filenames easier
2021-03-10  Michael Tremerpakfire: Add function that simply returns the cache...
2021-03-01  Michael Tremerbuilder: Implement reading makefiles
2021-02-12  Michael Tremerlibpakfire: Add pakfire_activate/deactivate
2021-01-19  Michael Tremerlibpakfire: Define and always create private dir
2021-01-13  Michael Tremerlibpakfire: Pass Pakfire to pakfire_create as argument
2021-01-10  Michael Tremerlibpakfire: Drop unused pakfire_init()
2018-02-16  Michael Tremerpython: Use libpakfire's logging system
2018-02-16  Michael TremerMove logging into Pakfire context
2018-01-20  Michael Tremerlibpakfire: Refactor repos and how they are referenced
2018-01-19  Michael Tremerlibpakfire: Drop Pool
next