]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2017-09-23  Michael TremerAdd Makefile command to build a docker image
2017-09-23  Jonatan SchlagAdd Dockerfile
2017-06-07  Michael Tremerlibpakfire: Implement dumping a transaction
2017-06-03  Michael Tremerlibpakfire: Allow sorting package lists
2017-06-02  Michael TremerRe-add accidentially committed line
2017-06-02  Michael Tremererrors: Print a nice message on dependency errors
2017-06-02  Michael Tremercli: Move exception handling into Cli base class
2017-06-02  Michael Tremercli: Load ui component for CLIs
2017-05-20  Michael Tremerlibpakfire: repo: Don't clear repodata when repo is...
2017-05-20  Michael Tremerlibpakfire: Allow accessing possible solutions for...
2017-05-20  Michael Tremerlibpakfire: Allow extracting problems from solver
2017-05-20  Michael Tremerlibpakfire: Fix releasing memory in correct order
2017-05-20  Michael TremerBig rewrite of the builder class
2017-05-20  Michael Tremerpakfire: Allow easy access to version number
2017-05-20  Michael Tremerpakfire: Allow passing an individual configuration...
2017-05-20  Michael Tremerconfig: Make distribution objects easily accessible...
2017-05-20  Michael Tremerrepository: Automatically load repos from configuration...
2017-05-20  Michael Tremerconfig: Don't file if a file does not exist
2017-05-07  Michael Tremerarch: Fix typos and catch some errors
2017-05-07  Michael Tremershell: Fix tailing logs
2017-05-05  Michael TremerDrop support for icecream
2017-05-05  Michael TremerRefactor repository downloading code
2017-04-13  Michael Tremerlibpakfire: Allow direct parsing of XZ compressed SOLV...
2017-04-12  Michael Tremerhttp: Reset pointer of downloaded temporary file
2017-04-08  Michael Tremerhttp: Compare retrieved files against a checksum
2017-04-08  Michael Tremerhttp: Actually write downloaded file to disk
2017-04-07  Michael TremerDrop satsolver.Pool class and use Pool from _pakfire
2017-04-07  Michael TremerDelete the repo cache to clean a repository
2017-04-07  Michael TremerInstalledPackages: Drop dead code
2016-12-30  Michael TremerExtend Python bindings to use libpakfire for dependency...
2016-12-30  Michael Tremerhttp: Fix wrong function call
2016-12-18  Michael Tremer_pakfire: Implement Package based on libpakfire
2016-12-18  Michael Tremer_pakfire: Use repository management code from libpakfire
2016-12-17  Michael Tremer_pakfire: Import Archive class
2016-12-15  Michael TremerCleanup any clashes in include protectors
2016-12-15  Michael TremerRewrite _pakfire.Pool based on libpakfire
2016-12-13  Michael TremerImport libpakfire
2016-12-12  Michael TremerAutomatically initialize any locally configured reposit...
2016-12-11  Michael TremerPakfireContext: Add shortcut to repos
2016-12-11  Michael TremerRemove outdated TODO list
2016-12-11  Michael Tremerhttp: Add option for client code to skip mirrors
2016-12-11  Michael Tremerhttp: Download to a temporary file
2016-12-07  Michael TremerMove remove() to PakfireContext
2016-12-07  Michael TremerMove downgrade() to PakfireContext
2016-12-07  Michael TremerMove update() to PakfireContext
2016-12-07  Michael TremerMove reinstall() to PakfireContext
2016-12-07  Michael TremerMove install() to PakfireContext
2016-12-07  Michael Tremerbase: Remove unused builder attribute
2016-12-07  Michael Tremerbase: Drop unnecessary repo_list
2016-12-07  Michael TremerMove provides() to PakfireContext
2016-12-07  Michael TremerDrop groulist command
2016-12-07  Michael TremerDrop groupinstall command
2016-12-07  Michael TremerMove check() to PakfireContext
2016-12-07  Michael TremerMove search() to PakfireContext
2016-12-07  Michael Tremerbase: Add PakfireContext
2016-12-07  Michael Tremerui: Format bytes with proper whitespace and decimal...
2016-12-07  Michael Tremerhttp: Reset only when necessary
2016-12-07  Michael Tremercli: Fix dist command
2016-12-07  Michael Tremerpackages: Replace old downloader code with new one
2016-12-07  Michael Tremerhttp: Truncate the downloaded file instead re-opening it
2016-12-07  Michael Tremerprogressbar: Only reset when progress is larger than...
2016-12-07  Michael Tremerhttp: Reset the progressbar when download restarts
2016-12-07  Michael Tremerhttp: Only initialize the progress bar once
2016-12-07  Michael Tremerhttp: Catch all download errors and move on to the...
2016-12-07  Michael Tremerhttp: Use error widget to show any download errors
2016-12-07  Michael Tremerprogressbar: Add widget to show any errors
2016-12-07  Michael Tremerhttp: Make filename argument optional
2016-12-07  Michael Tremerhttp: Pick mirror when downloading
2016-12-06  Michael Tremerhttp: Exclusively lock download files
2016-12-06  Michael Tremerhttp: Use buffer size value from constants
2016-12-06  Michael Tremerconstants: Remove unused setting
2016-12-06  Michael TremerUse new HTTP client to make source packages
2016-12-06  Michael Tremerhttp: Add support for mirrors
2016-12-04  Michael Tremerhttp: Actually write downloaded files to the filesystem
2016-12-03  Michael Tremersystem: Add host distro
2016-12-03  Michael Tremerbase: Move architecture to Pakfire class
2016-12-03  Michael Tremerarch: Rename arch variable to name
2016-12-03  Michael Tremersystem: Move architecture-dependent things into an...
2016-12-03  Michael Tremerconfig: Remove unnecessary import of system module
2016-12-03  Michael Tremerbase: Drop unused function check_host_arch()
2016-12-03  Michael Tremer.gitignore: Also ignore vim read-only swap files
2016-12-03  Michael TremerRename "clean all" to clean
2016-12-03  Michael Tremercli: Rename distro-sync to sync
2016-12-03  Michael Tremercli: Use new Pakfire context mechanism
2016-12-03  Michael Tremerbase: Turn Pakfire initialization into a context
2016-12-03  Michael Tremercli: Convert pakfire to new format
2016-12-03  Michael Tremerbase: Remove unused PakfireClient class
2016-12-03  Michael Tremerbuilder: Remove unused kernel_version
2016-12-03  Michael Tremerbase: No need to reset the logger after Pakfire is...
2016-12-03  Michael Tremercli: Convert pakfire-builder to new format
2016-12-03  Michael Tremerconfig: Drop old Config class with was replaced
2016-12-03  Michael Tremerconfig: Add get_repos() to get all repository definitions
2016-12-03  Michael Tremerconfig: Allow fetching an entire section with get()
2016-12-03  Michael Tremerconfig: Drop unused ConfigDaemon class
2016-12-03  Michael Tremerconfig: Use correct function to read from file
2016-12-03  Michael Tremerconfig: Add function to read configuration from string
2016-12-03  Michael TremerDrop unused ConfigClient class
2016-12-02  Michael Tremerhttp: Move support for decoding strings into HTTP client
2016-12-02  Michael TremerDrop old transport module which is replaced by the...
2016-12-02  Michael Tremerdaemon: Adopt new internal modules to implement the...
next