]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2017-11-29  Michael Tremerkey: Set path correctly for each GPG context
2017-11-29  Michael Tremerkey: Add some debug output when importing keys
2017-11-29  Michael Tremerkey: Ensure that GPG database directory exists
2017-11-29  Michael TremerLog to syslog by default
2017-11-29  Michael TremerAdd convenience functions to create directories
2017-11-29  Michael Tremerkey: Don't access pakfire path directly
2017-11-29  Michael Tremertestsuite: Add test for setting pakfire path
2017-11-29  Michael Tremerkey: Remove any assertions after acquiring a gpg context
2017-11-29  Michael Tremerkey: Release context after deleting a key
2017-11-29  Michael Tremerkey: Count keys before generating list with all of...
2017-11-29  Michael Tremerkey: Log errors when gpgme couldn't be initialized
2017-11-29  Michael Tremerkeys: Add some logging to initializing the gpg context
2017-11-29  Michael Tremertestsuite: Fix compiler warning because of missing...
2017-11-29  Michael Tremertestsuite: Fix typo in logging function
2017-11-29  Michael TremerImport some packages for testing
2017-11-29  Michael Tremerlibpakfire: Drop empty solver.c and solver.h
2017-11-28  Michael Tremertestsuite: Log to stderr
2017-11-28  Michael Tremerconfigure: Perform distcheck in debug mode
2017-11-28  Michael TremerMove logging stuff away from Pakfire context
2017-11-28  Michael Tremerlibpakfire: Log configuration of Pakfire
2017-11-28  Michael TremerLog everything as "pakfire"
2017-11-28  Michael Tremerlibpakfire: Add some logging when pakfire is being...
2017-11-28  Michael Tremerconfigure: Check for functions and headers that we use
2017-11-28  Michael Tremerconfigure: Allow to enable debug mode
2017-11-28  Michael Tremertestsuite: Fix path of pakfire helper header
2017-11-28  Michael Tremerlibpakfire: Add logging functionality
2017-11-28  Michael Tremertestsuite: Fix passing function pointers
2017-11-28  Michael Tremertestsuite: Add function to initialize Pakfire
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...
next