]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-03-24  Michael TremerDrop Python cgroups module
2021-03-24  Michael TremerDrop unused stuff from constants
2021-03-24  Michael Tremerbuilder: Automatically create/restore snapshots
2021-03-23  Michael Tremersnapshots: Compress them as fast as possible
2021-03-23  Michael Tremersnapshots: Refactor writing snapshots
2021-03-23  Michael Tremerfilelist: Read correct file ownership
2021-03-23  Michael Tremerlibpakfire: Make common function that creates an archiv...
2021-03-22  Michael Tremerlibpakfire: Implement restoring snapshots
2021-03-22  Michael Tremerlibpakfire: Add support for creating snapshots
2021-03-22  Michael Tremerfilelist: Add functions to search for files in directory
2021-03-22  Michael Tremertests: Drop activate test
2021-03-21  Michael Tremerbuilder: Stop loading unused Python modules
2021-03-21  Michael Tremerbuilder: Move copy_in/copy_out into libpakfire
2021-03-21  Michael Tremerbuilder: Create Pakfire instance before entering context
2021-03-21  Michael Tremerlibpakfire: Move root into mount map
2021-03-21  Michael Tremerlibpakfire: Drop pakfire_activate/deactivate
2021-03-21  Michael Tremerlibpakfire: Automatically mount virtual environment
2021-03-21  Michael Tremertests: Fix compilation error
2021-03-21  Michael Tremerbuilder: Add function to bind-mount ccache
2021-03-21  Michael Tremerbuilder: Do not mount root here any more
2021-03-21  Michael TremerAlways create temporary environments in tmpfs
2021-03-21  Michael Tremerpakfire: Make passing path optional
2021-03-21  Michael Tremerbase: Drop unused make_path function
2021-03-19  Michael Tremerlibpakfire: Move IPFire check
2021-03-19  Michael Tremerlibpakfire: pakfire_create: Use errno to report errors
2021-03-19  Michael Tremerlibpakfire: Move check whether we are running as root
2021-03-19  Michael TremerMove offline setting to Pakfire instances
2021-03-19  Michael Tremercompress: Add auto-detection for ZSTD
2021-03-19  Michael Tremercompress: Support compression with ZSTD
2021-03-19  Michael Tremercompress: Support reading ZSTD-compressed files
2021-03-19  Michael TremerLink against ZSTD
2021-03-19  Michael Tremerrepo: Show better errors when failing to read SOLV...
2021-03-19  Michael Tremercompress: Keep going after all data has been read into...
2021-03-18  Michael Tremercompress: Add test for pakfire_xfopen
2021-03-18  Michael Tremercompress: Return ENOTSUP when we could not find a match...
2021-03-18  Michael Tremercompress: Actually set input buffer as such
2021-03-18  Michael Tremercompress: Fix return codes when calling invalid method
2021-03-18  Michael Tremercompress: Move cookie onto heap
2021-03-18  Michael Tremertests: Add tests for compression
2021-03-17  Michael Tremercompress: Add write support for XZ
2021-03-17  Michael Tremercompress: Store mode in cookie
2021-03-17  Michael Tremercompress: Set buffer size to 64k
2021-03-16  Michael Tremercompress: xfopen: Check for valid inputs
2021-03-16  Michael Tremerlibpakfire: Move transparent compression to own file
2021-03-14  Michael Tremerrepo: Drop previous data before loading new data
2021-03-13  Michael Tremerpakfire: Remove option to change installed repository
2021-03-13  Michael Tremerbase: Cache path cannot be set any more
2021-03-13  Michael Tremerlibpakfire: Have pakfire_make_cache_path write to stack
2021-03-13  Michael Tremerlibpakfire: Drop old cache stuff
2021-03-13  Michael TremerMove pakfire_read_makefile to dist
2021-03-13  Michael TremerDrop old downloader and metadata parser
2021-03-13  Michael Tremerrepo: baseurl is a pointer
2021-03-13  Michael Tremertransaction: Download packages using libpakfire
2021-03-13  Michael Tremerdownloader: Remove temporary file after download
2021-03-13  Michael Tremerrepo: Remove temporary file voodoo
2021-03-13  Michael Tremerrepo: Do not refresh recently downloaded metadata
2021-03-13  Michael Tremerrepo: Group all metadata functions together
2021-03-13  Michael Tremerrepo: Read metadata when repository is being initialised
2021-03-13  Michael Tremerutil: Repair pakfire_mkparentdir
2021-03-13  Michael Tremerdownloader: Use baseurl if no mirrors are configured
2021-03-13  Michael Tremerdownloader: Log tries in transfers
2021-03-13  Michael Tremerdownloader: Join URLs by /
2021-03-13  Michael Tremerrepo: Load package database after reading metadata
2021-03-13  Michael Tremerrepo: Try reading metadata on creation
2021-03-12  Michael Tremerpakfire: Actually check variable we want to write to
2021-03-12  Michael Tremer_pakfire: Catch any errors when creating a repo failed
2021-03-12  Michael Tremerrepo: Find existing repositories before creating new...
2021-03-12  Michael Tremerrepo: Refactor setup and cleanup
2021-03-12  Michael Tremertests: Link downloader to JSON-C
2021-03-12  Michael Tremercache: Make formatting cache filenames easier
2021-03-12  Michael Tremerrepo: Drop option to change name
2021-03-12  Michael Tremerdownloader: Use STAILQ for mirrors
2021-03-12  Michael Tremerdownloader: Rename current_mirror to mirror
2021-03-12  Michael Tremerdownloader: Use next mirror if download failed
2021-03-12  Michael Tremerdownloader: Merge create/add_transfer
2021-03-12  Michael Tremerrepo: Read metadata
2021-03-12  Michael Tremerutil: Add helper function to parse JSON data
2021-03-12  Michael Tremerdownloader: Parse mirrorlist
2021-03-12  Michael Tremerdownloader: Handle download errors
2021-03-12  Michael Tremerrepo: Implement downloading mirrorlists
2021-03-11  Michael Tremerrepo: Add scaffolding for refreshing
2021-03-11  Michael Tremerlibpakfire: Link against JSON-C
2021-03-11  Michael Tremerdownloader: Unlink destination file before replacing it
2021-03-11  Michael Tremerdownloader: Log download information
2021-03-11  Michael Tremerdownloader: Rename "add" to "add_transfer"
2021-03-11  Michael Tremerdownloader: Add test for retrieve with pending transfers
2021-03-11  Michael Tremerdownloader: Add a simple test
2021-03-11  Michael Tremerdownloader: Remove some dead code
2021-03-11  Michael Tremerdownloader: Disable all protocols except https://,...
2021-03-11  Michael Tremerdownloader: Shorten name of transfer struct
2021-03-11  Michael Tremerdownloader: Store transfers in a queue and only as...
2021-03-11  Michael Tremerdownloader: Add functions to add mirrors
2021-03-11  Michael Tremerpakfire: Remove free I forgot to remove
2021-03-10  Michael Tremerdownloader: Add baseurl setting
2021-03-10  Michael Tremerpakfire: Move arch into struct
2021-03-10  Michael Tremerpakfire: Remove path and cache_path into struct
2021-03-10  Michael Tremerdist: Implement downloader to download source
2021-03-10  Michael Tremerpakfire: Add function that simply returns the cache...
2021-03-10  Michael Tremerlibpakfire: Add scaffolding for downloader
2021-03-10  Michael Tremerdist: Add source files to packages
next