]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2021-04-10  Michael Tremerutil: Drop unused function pakfire_path_isdir
2021-04-10  Michael Tremerutil: Make pakfire_path_relpath private
2021-04-10  Michael Tremerutil: Remove PAKFIRE_EXPORT attribute from pakfire_path...
2021-04-10  Michael Tremerutil: Move header declarations into private area for...
2021-04-10  Michael Tremerutil: Make pakfire_string_replace private
2021-04-10  Michael Tremerutil: Make pakfire_string_partition private
2021-04-10  Michael Tremerutil: Make pakfire_string_startswith private
2021-04-10  Michael Tremerutil: Drop pakfire_access
2021-04-10  Michael Tremerutil: Drop function that converts a string to size_t
2021-04-10  Michael Tremerutil: Drop unused function pakfire_sgets
2021-04-10  Michael TremerMake pakfire_path_join write to stack
2021-04-07  Michael Tremerarchive: Refactor extraction process
2021-04-07  Michael Tremerarchive: Refactor pakfire_archive_extract
2021-04-07  Michael Tremerarchive: Add pointer argument to archive walk
2021-04-07  Michael TremerDrop including assert.h
2021-04-07  Michael Tremerfile: Drop old type variable
2021-04-07  Michael Tremerfile: Drop pakfire_file_copy_stat
2021-04-07  Michael Tremerfile: Drop pakfire_file_fopen
2021-04-07  Michael Tremerarchive: Drop parsing the filelist
2021-04-07  Michael Tremerarchive: Refactor walking through archive
2021-04-07  Michael Tremerarchive: Only parse format and skip any other metadata
2021-04-07  Michael Tremerarchive: Read metadata only when needed
2021-04-07  Michael Tremerarchive: Avoid calling stat() on every archive
2021-04-07  Michael Tremerarchive: Move path into archive struct
2021-04-07  Michael Tremerarchive: Do not check for valid pointer on unref
2021-04-07  Michael Tremerarchive: Move data copying to buffer function to util
2021-04-07  Michael Tremerarchive: Refactor opening payload
2021-04-07  Michael Tremerarchive: Refactor reading files into buffer
2021-04-07  Michael Tremerarchive: Drop useless archive_close function
2021-04-07  Michael Tremerarchive: Refactor opening the archive
2021-04-07  Michael Tremersnapshot: Use common writer
2021-04-07  Michael Tremerpakfire: Create a unified writer
2021-04-06  Michael Tremerarchive: Use extraction function from libarchive
2021-04-06  Michael Tremerarchive: Make pakfire_archive_open take archive as...
2021-04-06  Michael Tremererrno: Drop the rest of this implementation
2021-04-06  Michael Tremererrno: Drop more errors
2021-04-06  Michael Tremererrno: Drop more unused error codes
2021-04-06  Michael Tremerrepo: Drop using our own errno implementation
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
next