]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2023-10-05  Michael Tremercgroup: Do not use TLS for buffer that is longer than...
2023-10-05  Michael Tremerconfigure: Enable lots more compiler warnings
2023-10-05  Michael Tremertransaction: Drop unused set status callback
2023-10-05  Michael Tremerlibpakfire: Initialize strings correctly
2023-10-05  Michael Tremerfile: Fix wrong operator to check if flag is set
2023-10-05  Michael Tremerparser: Refactor join function to avoid format errors
2023-10-04  Michael Tremertransaction: Fix truncation of integer when showing...
2023-10-04  Michael TremerFix any issues with falling through a switch statement
2023-10-04  Michael Tremerstring: Silence a couple of format error warnings
2023-10-04  Michael TremerFix any incorrect format arguments throughout the code...
2023-10-04  Michael TremerMake old-style functions new-style functions
2023-10-04  Michael TremerMakefile: Do not try to include from non-existant directory
2023-10-04  Michael Tremerstring: inline must be the first word in a declaration
2023-10-04  Michael Tremerparser: Break if we could not allocate memory on dump
2023-10-04  Michael Tremerparser: grammar: Ensure we always free a dumped parser
2023-10-04  Michael Tremerparser: scanner: Abort if we could not allocate memory
2023-10-04  Michael Tremertests: string: Free string after the replace test
2023-10-02  Michael Tremerparser: Initialize some more variables in the grammar
2023-10-02  Michael Tremerparser: Initialize some more variables
2023-10-02  Michael Tremerparser: Leak less memory
2023-10-02  Michael Tremerdownloader: Drop old functions
2023-10-02  Michael Tremerdist: Refactor downloading sources
2023-10-02  Michael Tremerstring: Remove unused chrcnt function
2023-10-02  Michael Tremerdownloader: Initialize utime
2023-10-02  Michael Tremerstrings: Remove split function
2023-10-02  Michael Tremerpackage: Split descriptions using strtok()
2023-10-02  Michael Tremerparser: Drop pakfire_parser_get_split
2023-10-02  Michael Tremerdist: No longer use pakfire_parser_get_split()
2023-10-02  Michael Tremerstring: Refactor replacement function once again
2023-10-02  Michael Tremerdownloader: Fail if we did not get a schema
2023-10-02  Michael Tremermount: Do not call mount with an empty filesystem type
2023-10-02  Michael Tremerdist: Drop our own source mirror
2023-10-02  Michael Tremerdownloader: This is the beginning of a rather large...
2023-10-02  Michael Tremerprogress: Fix division by zero when calculating ETA
2023-10-02  Michael Tremerprogress: Implement child progress
2023-10-02  Michael Tremercli: progressbar: Increment the size of the bar buffer
2023-10-01  Michael Tremercli: progressbar: Dynamically allocate all buffers
2023-10-01  Michael Tremerprogress: Set a default start action
2023-10-01  Michael Tremercli: pakfire: Enable progressbar
2023-10-01  Michael Tremerprogressbar: Drop old implementation
2023-10-01  Michael Tremerdownloader: Use new progress indicator
2023-10-01  Michael Tremerfilelist: Migrate to new progress indicator
2023-10-01  Michael Tremercompress: Migrate to the new progress indicator
2023-10-01  Michael Tremerrepo: Use the new progress implementation
2023-10-01  Michael Tremerprogress: Implement an increment function
2023-10-01  Michael Tremerprogress: Implement setting the title as a separate...
2023-10-01  Michael Tremertests: Drop tests for the progressbar module
2023-10-01  Michael Tremer_pakfire: Drop the Python wrapper for the progress bar
2023-10-01  Michael Tremerpython: hub: Use an external progressbar module
2023-10-01  Michael Tremerprogress: Add a new abstraction to indicate progress
2023-09-30  Michael Tremerjail: Keep log messages in the logger
2023-09-30  Michael Tremerbuild: Always send everything to the parent logger...
2023-09-30  Michael Tremerbuild: Send all build-related stuff to the build logger
2023-09-30  Michael Tremerbuild: Log the UUID of the source package
2023-09-30  Michael Tremerbuild: Refactor the logger
2023-09-30  Michael Tremerpakfire: Set the default log level to INFO
2023-09-30  Michael Tremercli: Properly crash if we are not handling a CLI argument
2023-09-30  Michael Tremercli: Fix parsing command options
2023-09-30  Michael Tremerrepo: Keep all appdata in the same struct
2023-09-29  Michael Tremerutil: Make the static analyzer happy to free p
2023-09-29  Michael Tremerbuild: Add implicit dist() when a makefile is passed
2023-09-29  Michael Tremerarchive: Return better error codes when archives could...
2023-09-29  Michael Tremercli: pakfire-builder: build: Show the build log
2023-09-29  Michael Tremerbuild: Add log callback
2023-09-29  Michael Tremerpakfire: Silence mapping UID/GID messages
2023-09-29  Michael Tremercli: Add color functions
2023-09-29  Michael TremerDrop old pakfire-builder Python script
2023-09-29  Michael Tremercli: pakfire-builder: Implement "image create"
2023-09-29  Michael Tremercli: pakfire-builder: Implement repo compose
2023-09-29  Michael Tremercli: Fix passing around command line arguments
2023-09-29  Michael Tremercli: pakfire-builder: Implement the build command
2023-09-29  Michael Tremercli: pakfire-builder: Implement dist command
2023-09-28  Michael Tremercli: pakfire-builder: Implement shell
2023-09-28  Michael Tremercli: pakfire-builder: Add info command
2023-09-28  Michael Tremercli: pakfire-builder: Show more information in build...
2023-09-28  Michael Tremerlibpakfire: Make pakfire_has_flag() public
2023-09-28  Michael Tremerpakfire: Add flag to signal that we are running in...
2023-09-28  Michael Tremercli: pakfire-builder: Remove double error message
2023-09-28  Michael Tremercli: pakfire-builder: Add other basic commands
2023-09-28  Michael Tremercli: pakfire-builder: Update help text
2023-09-28  Michael Tremercli: pakfire-builder: Add repolist command
2023-09-28  Michael Tremercli: Move pakfire/pakfire-builder into a single file
2023-09-28  Michael Tremercli: Move any kind of actions into the library so we...
2023-09-28  Michael Tremercli: Include headers of the library in a more explicit way
2023-09-28  Michael Tremercli: Implement scaffolding for pakfire-builder
2023-09-27  Michael Tremercli: pakfire: Implement --yes
2023-09-27  Michael Tremerlibpakfire: Move loglevel into flags on create for...
2023-09-27  Michael Tremerlibpakfire: Drop old CLI functions
2023-09-27  Michael Tremercli: Implement interactive selection of solutions
2023-09-27  Michael Tremerparser: Do not compile with -fno-analyzer
2023-09-26  Michael Tremercli: Implement the confirm callback
2023-09-26  Michael Tremerbuild: Check very early whether we can install the...
2023-09-26  Michael Tremerconfig: Move the strip functions into the string library
2023-09-26  Michael Tremerdownloader: Log cURL stuff to the debug log
2023-09-26  Michael Tremerconfig: Fix read-out-of-bounds when stripping the entir...
2023-09-26  Michael Tremerfile: Skip checking files in /usr/lib/valgrind
2023-09-26  Michael Tremerfile: Do not fail if we did not find a dynamic section
2023-09-26  Michael Tremerfile: Silence a message that an interpreter has been...
2023-09-26  Michael Tremerstring: Accept NULL as an empty replacement
2023-09-25  Michael Tremerconfig: Refactor data model and iterating over sections
next