]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2018-01-14  Michael Tremerlibpakfire: Correctly reference pool in packages
2018-01-14  Michael Tremerlibpakfire: Use step type logic from Step objects
2018-01-14  Michael Tremerlibpakfire: Rename pakfire_step_type to pakfire_step_type_t
2018-01-14  Michael Tremerlibpakfire: Refcount transactions in steps
2018-01-13  Michael Tremerlibpakfire: Make PakfireTransaction obscure
2018-01-13  Michael TremerDrop old keyring code
2018-01-13  Michael TremerRename flag to debug the solver
2018-01-13  Michael TremerLog time it took to solve a request
2017-11-30  Michael Tremerlibpakfire: Make PakfirePool obscure
2017-11-30  Michael Tremerlibpakfire: Move PakfireArchive type into archive.c
2017-11-30  Michael Tremerlibpakfire: Completely hide Pakfire type
2017-11-30  Michael Tremer.gitignore: Test directory has been renamed
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2017-11-30  Michael Tremertestsuite: Move test directory into tests/ folder
2017-11-30  Michael Tremersystem: Fix determining architecture
2017-11-30  Michael Tremertestsuite: Add test which extracts an archive
2017-11-30  Michael Tremerpool: Don't try to initialize pool when allocation...
2017-11-30  Michael Tremerarchive: Don't call pakfire_archive_free() when initial...
2017-11-30  Michael Tremertestsuite: Log to stderr
2017-11-30  Michael Tremerarchive: Extract into Pakfire path by default
2017-11-30  Michael Tremerarchive: Return 0 if extraction was successful
2017-11-30  Michael Tremertestsuite: Cleanup properly after we have run the testsuite
2017-11-30  Michael Tremertestsuite: Add simple test that opens an archive
2017-11-30  Michael Tremerarchive: Add logging
2017-11-30  Michael Tremertestsuite: Dump key information
2017-11-30  Michael Tremerkey: Ensure that exported strings are terminated by...
2017-11-30  Michael Tremertestsuite: Allocate a Pakfire context for each test...
2017-11-30  Michael Tremertestsuite: Add tests to verify imported key and export...
2017-11-30  Michael Tremertestsuite: Add some tests to test handling keys
2017-11-30  Michael Tremertestsuite: Initialize pakfire in test directory
2017-11-30  Michael Tremertestsuite: Add import barrier for headers
2017-11-29  Michael Tremertestsuite: Return proper error code on init
2017-11-29  Michael Tremertestsuite: Show error code when test exited with failure
2017-11-29  Michael TremerRemove extra empty line
2017-11-29  Michael Tremerkey: Don't create a new context for each key when impor...
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
next