]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2017-11-28  Michael Tremerlibpakfire: Automatically detect system architecture
2017-11-28  Michael Tremerlibpakfire: Build a framework for testsuites
2017-11-27  Michael TremerPOTFILES.in: Add archive.c and key.c
2017-11-27  Michael Tremerlibpakfire: Make archive signatures an exportable object
2017-11-25  Michael Tremerlibpakfire: Forgot to close archive after verifying...
2017-11-25  Michael Tremerlibpakfire: Verify signatures of all files in the archive
2017-11-25  Michael Tremerlibpakfire: Don't try to validate signatures when there...
2017-11-25  Michael Tremerlibpakfire: Initialize libgcrypt when we need it
2017-11-25  Michael Tremerlibpakfire: Fix SEGV when an archive has no signatures
2017-11-24  Michael Tremerlibpakfire: Depend on libgcrypt
2017-11-24  Michael Tremerlibpakfire: Read signatures from archives and verify...
2017-11-24  Michael Tremerlibpakfire: Parse checksums file in archives
2017-11-24  Michael Tremercli: List imported keys properly
2017-11-24  Michael Tremerlibpakfire: Support deleting keys
2017-11-24  Michael Tremerlibpakfire: Choose a good default key size
2017-11-24  Michael Tremerlibpakfire: Make key info dumpable and add access to...
2017-11-23  Michael Tremer_pakfire: Add support for getting the fingerprint of...
2017-11-23  Michael Tremerlibpakfire: Support importing keys
2017-11-23  Michael Tremerlibpakfire: Always add a pool to Pakfire
2017-11-23  Michael Tremerlibpakfire: Actually free Pakfire objects when needed
2017-11-23  Michael Tremerlibpakfire: Make keys belong to Pakfire instead of...
2017-11-23  Michael Tremerlibpakfire: Create a Pakfire root object
2017-11-23  Michael Tremerlibpakfire: Add capability to generate keys and export...
2017-11-23  Michael Tremerconfigure: Depend on GPGME
2017-11-06  Michael Tremersteps: Build dummy functions for what needs to be done...
2017-11-03  Michael TremerReplace solver types by our own step types
2017-11-03  Michael TremerAdd reinstall & obsoletes step types
2017-11-03  Michael TremerAdd scaffolding for running a transaction
2017-11-03  Michael Tremersteps: Use own types instead of libsolv types
2017-11-03  Michael Tremerclient/hub: Use new streaming upload method
2017-11-03  Michael Tremerconfigrue: Require Python 3.6 or later
2017-11-03  Michael Tremerhttp: Support stream-upload large files
2017-11-03  Michael Tremerhttp: Correctly pass on the HTTP method
2017-11-02  Michael TremerDrop old downloader module
2017-11-02  Michael TremerDrop "pakfire-server" command
2017-11-02  Michael Tremerbase: Drop importing the actions module
2017-11-02  Michael Tremerhttp: Remove dependency on constants.py
2017-11-02  Michael TremerDrop resolvdep command which isn't very helpful
2017-11-02  Michael TremerAllow removing packages
2017-11-02  Michael Tremerhttp: Don't add base URL if it is empty
2017-11-02  Michael TremerDrop importing old satsolver
2017-11-02  Michael TremerAllow to check for any dependency issues
2017-11-02  Michael TremerPOTFILES.in: Add files that use translations
2017-11-02  Michael TremerDrop now unused satsolver.py file
2017-11-02  Michael TremerMake search working
2017-11-02  Michael Tremer.gitignore: Add VS Code files
2017-11-02  Michael TremerDon't execute a transaction when it is empty
2017-11-02  Michael TremerLink libpakfire.so again if symbol table has changed
2017-11-02  Michael TremerAdd support to the solver to update
2017-11-02  Michael TremerRemove old installation logic and move it into the...
2017-11-02  Michael TremerSupport to install packages without recommended packages
2017-11-02  Michael Tremercli: Catch dependency errors and show a nice message
2017-11-02  Michael Tremerproblems: Show problem string in repr
2017-11-02  Michael TremerRaise DependencyError from C module if request could...
2017-11-01  Michael Tremerhttp: Add baseurl as mirror with least priority
2017-11-01  Michael TremerBetter error messagen if SOLV file could not be parsed
2017-11-01  Michael TremerSoftly fail when mirrorlist is not in cache
2017-11-01  Michael TremerLog reason why file could not be opened
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
next