]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2023-09-25  Michael Tremerrepo: Fail if the baseurl could not be set
2023-09-25  Michael Tremerpakfire_repo_walk: Make sure r is initialized
2023-09-25  Michael Tremerrepo: Remove useless logging line
2023-09-25  Michael Tremerdownloader: Fix cURL logging
2023-09-25  Michael Tremerlogging: Free buffer only if set
2023-09-25  Michael Tremerstring: Refactor replace function
2023-09-25  Michael Tremertransaction: Initialize the job queue earlier
2023-09-25  Michael Tremerdownloader: Correctly initialize cURL
2023-09-25  Michael Tremertransaction: Fix writing the separator line
2023-09-25  Michael Tremercli: pakfire: Initilize config structs for install...
2023-09-25  Michael Tremercli: Link against our own libpakfire library
2023-09-25  Michael Tremercli: pakfire: Use transaction stuff to install packages
2023-09-25  Michael Tremerlibpakfire: Fix loading repositories
2023-09-25  Michael Tremercli: pakfire: Implement enabling/disabling repos on CLI
2023-09-25  Michael Tremerlibpakfire: Remove the unused copy_in/copy_out functions
2023-09-25  Michael Tremertests: Bind-mount the test command to the jail
2023-09-25  Michael Tremerlibpakfire: Remove pakfire_install/_update/_sync/_erase
2023-09-25  Michael Tremerbuild: Implement a simple function to install packages...
2023-09-25  Michael Tremerbuild: Implement installing build dependencies using...
2023-09-25  Michael Tremerpakfire: Re-implement pakfire as a C binary
2023-09-23  Michael Tremerlibpakfire: Export pakfire_transaction_solve()
2023-09-23  Michael Tremertransaction: Drop DRY_RUN flag
2023-09-23  Michael Tremertransaction: Remove option to perform a dry-run
2023-09-23  Michael Tremertransaction: Automatically solve if not done, yet
2023-09-23  Michael Tremertransactions: Create a pick solution callback
2023-09-23  Michael Tremertransaction: Log any solving problems to the debug...
2023-09-23  Michael Tremerproblems: Refactor fetching problems and solutions
2023-09-22  Michael Tremertransaction: Merge requests into the transaction
2023-09-22  Michael Tremerrequest: Obey policy when best flag is set
2023-09-22  Michael Tremerrepo: Increase subpriority for commandline repositories
2023-09-21  Michael Tremertransaction: Changing packages is a re-install
2023-09-21  Michael Tremerrequest: Fix sync
2023-09-21  Michael Tremerrequest: Implement locking the running kernel as a...
2023-09-21  Michael Tremertransaction: Silence debugging messaging saying which...
2023-09-21  Michael Tremerrequest: Automatically attempt to update packages on...
2023-09-21  Michael Tremercontrib: Drop priority from development repositories
2023-09-21  Michael Tremercontrib: Make the local repository preferred over stable
2023-09-21  Michael Tremertransactions: Major rewrite of step generation
2023-09-20  Michael Tremercontrib: Remove old signature configuration
2023-09-20  Michael Tremerrepos: Implement subpriorities to prefer local packages...
2023-09-20  Michael Tremertransaction: Don't wipe dump when we change a package
2023-09-20  Michael Tremertransaction: Refactor reading userinstalled packages
2023-09-20  Michael Tremerdependencies: Don't log parsed dependencies
2023-09-18  Michael Tremertransaction: Refactor code to dump a transaction
2023-09-18  Michael Tremerpackage: Treat sizes as unsigned long long
2023-09-18  Michael Tremercompress-man-pages: Support already XZ compressed man...
2023-09-18  Michael Tremercontrib: Disable the bootstrap repository
2023-09-18  Michael Tremerutil: Fix casting issue when writing JSON
2023-09-17  Michael Tremerrequest: Log dependency issues if not in interactive...
2023-09-17  Michael Tremerbuild: Build things with a lower nice level
2023-09-17  Michael Tremerjail: Don't abort if /etc/hosts or /etc/resolv.conf...
2023-09-17  Michael Tremerrepo: Fix compiler warning due to iterating over the...
2023-09-17  Michael Tremercontrib: Update IPFire 3 repositoriy definitions
2023-09-17  Michael Tremerdownloader: Fix JSON reference counting in mirror list...
next