]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2021-05-13  Michael Tremerarchive: Read legacy filelists
2021-05-13  Michael Tremerexecute: Search for command if not given as absolute...
2021-05-13  Michael Tremercli: execute: Log output to console
2021-05-13  Michael Tremercli: Add execute command
2021-05-13  Michael Tremerpakfire: Do not overlay root mountpoint when path was...
2021-05-13  Michael Tremercgroup: killall: Break if cgroup could not be opened
2021-05-13  Michael Tremerexecute: Log errors when cgroup could not be created
2021-05-11  Michael Tremercli: Pass configuration to Pakfire
2021-05-04  Michael TremerRevert "archive: Drop parsing the filelist"
2021-05-04  Michael Tremertests: Free parser after test
2021-05-04  Michael Tremerparser: Attempt to fix refcounting problems
2021-05-04  Michael Tremerparser: Check if subparsers are set before freeing...
2021-05-03  Michael Tremerdist: Hard-code architecture of source packages
2021-05-03  Michael Tremerutil: Ignore empty dependencies
2021-05-03  Michael Tremerparser: Correct pass down the parent parser
2021-05-03  Michael Tremerpackager: Disable padding for Zstandard
2021-05-01  Michael Tremerparser: Make it re-entrant
2021-05-01  Michael Tremerparser: Move namespace & name to stack
2021-05-01  Michael Tremertestsuite: Show when errno is unintentionally set
2021-05-01  Michael Tremertest: arch: Fix build
2021-05-01  Michael Tremerdist: Set various default variables when reading makefiles
2021-05-01  Michael Tremerbuilder: Move console logger into logger module
2021-05-01  Michael Tremerarch: Make some functions private and write to stack
2021-05-01  Michael Tremerexecute: Avoid calling read() multiple times when readi...
2021-05-01  Michael Tremertransaction: Reload database after finishing transaction
2021-05-01  Michael Tremerutil: Refactor pakfire_split_string
2021-05-01  Michael Tremertests: packager: Fix build
2021-05-01  Michael Tremerbuilder: Add option to disable snapshots
2021-04-30  Michael Tremercli: No longer import obsolete repository module
2021-04-30  Michael Tremerexecute: Return 127 when a command could not be found
2021-04-30  Michael Tremerexecute: Log the entire script
2021-04-30  Michael Tremerbuilder: Add a simple console log handler
2021-04-30  Michael Tremerarchive: Do not try to compare empty arch
2021-04-30  Michael Tremerexecute: Log correct exit code
2021-04-30  Michael Tremeripfire3: Do not include architecture in local repositor...
2021-04-30  Michael Tremerbuilder: Re-enable Build group
2021-04-30  Michael Tremerrepo: Internalize all scanned content
2021-04-30  Michael Tremerrequest: Log what we are solving
2021-04-30  Michael TremerDrop unused Step type
2021-04-30  Michael Tremerpackager: Write package format for compatibility checks
2021-04-30  Michael Tremerpackager: Add compression feature when compressed
2021-04-30  Michael Tremerdist: Use pakfire_string_* functions everywhere
2021-04-30  Michael Tremerutil: Use our custom mktemp function everywhere
2021-04-30  Michael Tremerutil: Add a unified function to parse dependencies
2021-04-29  Michael Tremerpackage: Reset title after first dependency line
2021-04-29  Michael Tremerpackage: Sort dependencies on dump
2021-04-29  Michael TremerDrop all dropped functions from symbol table
2021-04-29  Michael TremerDrop relations entirely
2021-04-29  Michael Tremerpackages: Handle dependencies as strings
2021-04-29  Michael Tremerutil: Add new dependency parsing function
2021-04-29  Michael Tremerpakfire: Add a custom namespace for features
2021-04-29  Michael Tremerbuilder: Use standard installation routine to install...
2021-04-29  Michael Tremerarchive+snapshot: Be less verbose when extracting
2021-04-29  Michael Tremerarchive: Choose sensible prefixes when extracting sourc...
2021-04-29  Michael Tremerarchive: Cache dummy package
2021-04-29  Michael Tremerarchive: Use package for progressbar styling
2021-04-29  Michael Tremerpakfire: Always create a dummy repository
2021-04-29  Michael Tremerarchive: Fix reading arch from legacy source packages
2021-04-29  Michael Tremertransaction: Fix download check
2021-04-29  Michael Tremertransaction: Change what type we get from libsolv
2021-04-29  Michael Tremertransaction: Move steps into transactions
2021-04-29  Michael Tremertransaction: Change type to struct
2021-04-29  Michael Tremerconfigure: Drop custom bison make rules
2021-04-29  Michael Tremermount: Check list for duplicates to only umount everyth...
2021-04-27  Michael Tremertest: Have cgroup test functions return success at...
2021-04-27  Michael Tremertest: Enable using private stuff
2021-04-27  Michael Tremertests: Create internal library for unit tests
2021-04-27  Michael Tremertests: Use pakfire_config_unref instead of pakfire_conf...
2021-04-27  Michael Tremer_pakfire: Drop constants.h
2021-04-27  Michael Tremer_pakfire: Drop unused includes
2021-04-27  Michael Tremerpackage: Drop unused flags
2021-04-27  Michael Tremertransaction: Drop some unused functions
2021-04-27  Michael Tremerstep: Drop unused functions
2021-04-27  Michael TremerMake steps private
2021-04-27  Michael Tremerpython: Drop step
2021-04-27  Michael Tremertransactions: Refactor dumping transactions & steps
2021-04-27  Michael Tremerarchive: Assemble evr from old-style meta data
2021-04-27  Michael Tremerpackage: Refactor pakfire_package_join_evr and make...
2021-04-27  Michael Tremerdb: Do not try freeing const char*
2021-04-27  Michael Tremerpackage: Drop constant splitting and joining of EVR
2021-04-27  Michael Tremerpython: Constify some more calls to pakfire_package_get...
2021-04-27  Michael Tremerpackage: Cache nevra in package object
2021-04-27  Michael Tremerpackager: Use package function to generate filename
2021-04-27  Michael Tremerpackage: Reorder struct
2021-04-27  Michael Tremerpackage: Do not check for non-NULL pointer on unref
2021-04-27  Michael Tremerpackage: Do not export the package Id
2021-04-27  Michael Tremerpackage: Drop pakfire_package_solv_repo
2021-04-27  Michael Tremerpackage: Remove function that returns a handle which...
2021-04-27  Michael Tremerpackage: Make pakfire_package_create_from_solvable...
2021-04-27  Michael Tremerpackage: Drop helper function to access Pool*
2021-04-27  Michael Tremerpackages: Store paths locally and in SOLV data
2021-04-26  Michael Tremerpackage: Drop pakfire_package_set_repo
2021-04-26  Michael Tremerrequest: Implement downloading packages and packages...
2021-04-26  Michael Tremerdownloader: Allow overwriting the destination file...
2021-04-26  Michael Tremercgroup: Do not include NULL byte in random selection
2021-04-23  Michael Tremerdownloader: Apply proxy settings
2021-04-23  Michael Tremerconfig: Add reference counting
2021-04-23  Michael Tremerconf: Remove logging configuration
2021-04-23  Michael Tremerconf: Remove option to disable SSL certificate validation
2021-04-23  Michael Tremeripfire3: Tidy up repository configuration and assign...
next