]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2021-04-06  Michael Tremerfilelists: Implement processing includes
2021-04-06  Michael Tremerfile: Store path and abspath separately
2021-04-06  Michael Tremerrepo: Compile filelist first before scanning files
2021-04-06  Michael Tremerprogressbar: Fallback if output is not a TTY
2021-03-31  Michael Tremerprogressbar: Add a timer widget
2021-03-31  Michael Tremerprogressbar: Add bar widget
2021-03-31  Michael Tremerprogressbar: Add percentage widget
2021-03-31  Michael Tremerprogressbar: Add counter widget
2021-03-31  Michael Tremerprogressbar: Add a simple string widget
2021-03-31  Michael Tremerlibpakfire: Add a simple progress bar
2021-03-31  Michael Tremercgroups: Add function to set nice level
2021-03-31  Michael Tremerexecute: Create a random cgroup for each process
2021-03-29  Michael Tremerexecute: Fork new processes straight into their cgroup
2021-03-29  Michael Tremerexecute: Use clone3()
2021-03-29  Michael Tremercgroups: Add function to get cpu stats
2021-03-27  Michael Tremerexecute: Create a new cgroup for each process launched
2021-03-27  Michael Tremercgroup: Implement function to kill all processes left
2021-03-27  Michael Tremercgroups: Implement attaching/detaching processes
2021-03-27  Michael Tremercgroups: Catch errors when writes fail
2021-03-27  Michael Tremercgroup: Only enable controllers for parent groups
2021-03-27  Michael Tremercgroup: Add helper functions to write to file
2021-03-27  Michael Tremerlibpakfire: Create a simple cgroup library
2021-03-26  Michael Tremerlibpakfire: Refactor pakfire_mkdir
2021-03-26  Michael Tremerrepo: Move mirrorlist out of appdata
2021-03-25  Michael Tremerbuilder: Catch error when no previous snapshot existed
2021-03-25  Michael Tremersnapshots: Compress blocks of 256k at once
2021-03-25  Michael Tremersnapshot: Disable padding last block to avoid zstd...
2021-03-24  Michael Tremerlibpakfire: Drop all calls to assert()
2021-03-24  Michael TremerCreate a unified downloader for all repositories
2021-03-24  Michael Tremerrepo: Load mirrorlist when loading repositories
2021-03-24  Michael Tremerdownloader: Make mirrorlists independent
2021-03-24  Michael Tremertests: Link download test against libarchive
2021-03-24  Michael Tremerarchive: Read package type from arch
2021-03-24  Michael Tremerdist: Hard-code our source mirror for now
2021-03-24  Michael Tremerdist: Read macros from /
2021-03-24  Michael Tremersnapshots: Temporarily disable ZSTD compression because...
2021-03-24  Michael TremerDrop packages from database before adding them again
2021-03-24  Michael Tremerrepo: Drop all content before loading from database
2021-03-24  Michael Tremersnapshots: Reload package database after restore
2021-03-24  Michael Tremerpackager: Use common reader
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
next