]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-04-06  Michael Tremerarchive: Drop own errno implmenetation
2021-04-06  Michael Tremerarchive: Refactor reading checksums
2021-04-06  Michael Tremerarch: Refactor pakfire_arch_machine and allocate string...
2021-04-06  Michael Tremerconfigure: Set PAKFIRE_CACHE_PATH
2021-04-06  Michael Tremerconstants: Drop unsused PAKFIRE_REPO_SYSTEM_NAME
2021-04-06  Michael Tremerutil: Move pakfire_action_type_string to steps
2021-04-06  Michael Tremerutil: Drop unused lstrip function
2021-04-06  Michael Tremerutil: Leave space for a trailing NULL byte
2021-04-06  Michael Tremerpakfire: Do not fail when /etc/os-release does not...
2021-04-06  Michael Tremerpakfire: Set cache path depending on distribution
2021-04-06  Michael Tremerpakfire: Use distro information for safety checks
2021-04-06  Michael Tremerpakfire: Read /etc/os-release
2021-04-06  Michael Tremererrors: Drop any unused error classes
2021-04-06  Michael Tremerprogressbar: Make internal functions static
2021-04-06  Michael Tremerrepo: Show progressbar when scanning for packages
2021-04-06  Michael Tremerprogressbar: Show totals in counter
2021-04-06  Michael Tremerprogressbar: Use string formatting functions for strings
2021-04-06  Michael Tremerprogressbar: Add missing functions to header file
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
next