]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2022-05-20  Michael Tremerpackage: Don't return void
2022-05-20  Michael Tremerpackage: Simply empty string check
2022-05-20  Michael Tremerrequest: Drop support for groups
2022-05-20  Michael Tremerarchive: Only activate the relevant decompressor
2022-05-20  Michael Tremerarchive: Try being more robust against non-existant...
2022-05-20  Michael Tremerarchive: Rename files inside the archive (again)
2022-05-20  Michael Tremerpackager: Do not dump JSON in pretty format
2022-05-20  Michael Tremerparser: Use special "evr" variable
2022-05-17  Michael Tremerpackage: Automatically erase empty epoch when setting evr
2022-05-17  Michael Tremerbuilder: Drop legacy Python build stuff
2022-05-17  Michael Tremerexecute: Ignore if epoll_wait() is being interrupted
2022-05-17  Michael Tremerbuild: Make installing the source package an essential job
2022-05-17  Michael Tremerarchive: Parse filelist
2022-05-17  Michael Tremertests: makefile: Dump all package information
2022-05-17  Michael Tremertests: makefile: Check filelist length
2022-05-17  Michael Tremertests: makefile: Add test for dist
2022-05-17  Michael TremerRevert "build: Allow build environments to be interactive"
2022-05-17  Michael Tremerpackages: Add distribution information
2022-05-17  Michael Tremerpackages: Add vendor to package metadata
2022-05-17  Michael Tremerpackage: Add source information
2022-05-17  Michael Tremerpackager: Explicitely pass struct pakfire on create
2022-05-17  Michael Tremertests: Compile with correct CFLAGS
2022-05-10  Michael TremerRevert "macros: Build for more modern processors only"
2022-05-10  Michael Tremerpackage: Drop installing self-provides
2022-05-10  Michael Tremerrepo: Import any data into the pool
2022-05-10  Michael Tremerpackager: Automatically set build host/time
2022-05-10  Michael Tremerarchive: Read package information from JSON file
2022-05-10  Michael Tremerpackager: Give better name to metadata file
2022-05-10  Michael Tremerpackages: Write package metadata in JSON format
2022-05-09  Michael Tremerpackage: Fix storing strings in repository
2022-05-09  Michael Tremertests: Drop all repo information from memory before...
2022-05-09  Michael Tremerdependencies: Fix parsing
2022-05-09  Michael Tremerbuild: Allow build environments to be interactive
2022-05-09  Michael Tremerprogressbar: Fix output
2022-05-09  Michael Tremertests: Fix build after callback changes
2022-05-09  Michael Tremerbuild: Drop redundant interactivity flag
2022-05-09  Michael Tremerlogging: Do not crash when log callback isn't set
2022-05-09  Michael Tremercallbacks: Rework them to be easier to pass around
2022-05-09  Michael Tremerpakfire: Introduce confirm callback
2022-05-09  Michael Tremerpakfire: Go back on callbacks
2022-05-09  Michael Tremerpakfire: Add function to reset all callbacks
2022-05-09  Michael Tremerdownloader: Replace snprintf by our own string function
2022-05-08  Michael Tremerdb: Check for compatible architecture
2022-04-07  Michael Tremermacros: Build for more modern processors only
2021-12-09  Michael Tremerdb: Wrap erasing packages into a transaction, too
2021-12-09  Michael Tremerfile: Ignore if the file was already deleted
2021-12-09  Michael Tremerdb: Store a timestamp when the database was modified...
2021-12-09  Michael TremerImplement a simple locking mechanism to avoid concurren...
2021-12-09  Michael Tremerconfigure: Fix appending flags to CFLAGS/LDFLAGS
2021-12-09  Michael Tremertestsuite: Fix shadowed variables
2021-12-09  Michael Tremertestsuite: Fix prototype declarations
2021-12-09  Michael Tremerpackagelist: Make helper function static
2021-12-09  Michael Tremertransaction: Make pakfire_transaction_downloadsize...
2021-12-09  Michael Tremerlogging: Include header file
2021-12-09  Michael Tremerkeystore: Include header file
2021-12-09  Michael Tremerpakfire: Do not attempt to call callbacks when not set
2021-12-09  Michael Tremerparser: Reset r after no matches are found
2021-12-09  Michael Tremerparser: Improve debugging output when expanding a value...
2021-12-09  Michael TremerFix shadowing any local variables
2021-12-09  Michael TremerFix any invalid prototypes
2021-12-09  Michael Tremerconfigure: Replace CFLAGS
2021-12-09  Michael Tremerconfigure: Ask for a modern C compiler
2021-12-09  Michael Tremerconfigure: Enable -fno-semantic-interposition if possible
2021-12-09  Michael TremerMake pakfire non-interactive by default
2021-12-09  Michael Tremertransactions: Do not confirm when running on non-intera...
2021-12-09  Michael Tremerarchive: Do now show progressbar when running in non...
2021-12-09  Michael Tremertransactions: Use callbacks to show status & progress
2021-12-09  Michael Tremercallbacks: Only copy when data is set
2021-12-09  Michael Tremerpython: Make callbacks available from Python
2021-12-09  Michael Tremercallbacks: Change progress from double to integer
2021-12-09  Michael Tremerpakfire: Introduce callbacks
2021-12-08  Michael Tremerpakfire-builder: build: Add --non-interactive switch
2021-12-08  Michael Tremerpakfire-builder: build: Drop private network option
2021-12-08  Michael Tremerpakfire-builder: Remove forgotten comment
2021-12-08  Michael Tremerpakfire-builder: Remove --mode parameter
2021-12-08  Michael Tremerpakfire-builder: Remove --private-network switch
2021-12-08  Michael Tremerpakfire-builder: shell: Remove option to install additi...
2021-12-08  Michael Tremerpakfire: Don't throw an exception if execute fails
2021-12-08  Michael Tremerman: Document all pakfire commands
2021-12-08  Michael Tremerman: Document command line switches
2021-12-08  Michael Tremerpakfire: Refactor printing errors to console
2021-12-08  Michael Tremerpakfire: Fix enabling/disabling repository when they...
2021-12-08  Michael Tremerpakfire: execute: Add --non-interactive switch
2021-12-08  Michael Tremerpakfire: Add some useful output and return code to...
2021-12-08  Michael Tremerpakfire: Import logging module
2021-12-08  Michael Tremer_pakfire: Fix deprecation warning for PyBuildValue...
2021-12-08  Michael Tremer_pakfire: archive: Raise proper exception when file...
2021-12-08  Michael Tremerrepo: Only delete files that start with prefix if requested
2021-12-08  Michael Tremerarchive: Accept if packages have no filelist
2021-12-08  Michael Tremerarchive: Do not try to pass an empty filelist
2021-12-07  Michael Tremerutil: Correctly find the first part before =, >, <...
2021-12-07  Michael Tremerutil: Skip any dependencies starting with #
2021-11-20  Michael Tremerpakfire-builder: Forward shell exit code
2021-11-20  Michael Tremerarchive: Add test for pakfire_archive_get_path/format
2021-11-20  Michael Tremerarchive: Check if file exists after extraction
2021-11-20  Michael Tremerarchive: Slightly refactor extraction and filelist...
2021-11-20  Michael Tremerarchive: Add test for pakfire_archive_copy
2021-11-20  Michael Tremerarchive: Set errno = ENOENT when file could not be...
2021-11-20  Michael Tremerarchive: Add test for pakfire_archive_read
2021-11-10  Michael Tremerarchive: Add tests for functions pakfire_archive_get
next