]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2019-03-11  Michael Tremerlibpakfire: parser: Return the declarations parser
2019-03-11  Michael Tremerlibpakfire: parser: Dynamically allocate declarations
2019-03-11  Michael Tremerlibpakfire: parser: Remove static declaration of Pakfir...
2019-03-11  Michael Tremerlibpakfire: parser: Explicitely allow empty lines betwe...
2019-03-11  Michael Tremerlibpakfire: parser: Do not allow words to be empty...
2019-03-11  Michael Tremerlibpakfire: parser: assignments and block assigments...
2019-03-11  Michael Tremerlibpakfire: parser: Make top declaration more simple
2019-03-10  Michael Tremerlibpakfire: parser: Add block prefix to declaration...
2019-03-10  Michael Tremerlibpakfire: parser: Store declared variables in a long...
2019-03-10  Michael Tremerlibpakfire: parser: Concat lines and words
2019-03-10  Michael Tremerlibpakfire: parser: Set empty values to NULL
2019-03-10  Michael Tremerlibpakfire: parser: Allow parsing block assignments
2019-03-10  Michael Tremerlibpakfire: parser: Replace VARIABLE/VALUE tokens with...
2019-03-09  Michael Tremerlibpakfire: parser: Read variable assignments
2019-03-09  Michael Tremerlibpakfire: parser: Move operators before the value...
2019-03-09  Michael Tremerlibpakfire: parser: Values can be any sort of string
2019-03-09  Michael Tremerlibpakfire: parser: Increase indentation
2019-03-09  Michael Tremerlibpakfire: parser: Move keywords before variable matches
2019-03-09  Michael Tremerlibpakfire: parser: Variables must begin with a letter...
2019-03-09  Michael Tremerlibpakfire: parser: Ignore any empty lines
2019-03-09  Michael Tremerlibpakfire: parser: Use handle for whitespace
2019-03-09  Michael Tremerlibpakfire: parser: Ignore all lines with comments
2019-03-09  Michael Tremerlibpakfire: parser: Increase line number on newline
2019-03-09  Michael Tremerlibpakfire: parser: Use our own logging mechanism for...
2019-03-09  Michael Tremerlibpakfire: parser: Show line number in error message
2019-03-09  Michael Tremerlibpakfire: parser: Log data that we parse
2019-03-09  Michael Tremerlibpakfire: Fix header declarations in parser.h
2019-03-09  Michael Tremerlibpakfire: Remove extra whitespace
2019-03-09  Michael TremerAdd libpakfire-parser
2019-03-09  Michael Tremertestsuite: Make archive test compile
2019-03-09  Michael Tremertestsuite: Pakfire context needs to be initialized...
2019-03-09  Michael TremerPrepare build system to use bison & flex
2019-03-09  Michael Tremerlibpakfire: Add missing break in case clause
2018-02-16  Michael Tremerlibpakfire: Improve logging when transactions are executed
2018-02-16  Michael Tremerpython: Use libpakfire's logging system
2018-02-16  Michael TremerMove logging into Pakfire context
2018-02-16  Michael TremerAdd TransactionDownloader
2018-02-16  Michael Tremerhttp: Create directory when a file should be downloaded to
2018-02-16  Michael Tremerlibpakfire: Make return code of pakfire_paclkage_is_cac...
2018-02-16  Michael Tremerlibpakfire: Fix memory leak in pakfire_access()
2018-02-16  Michael TremerFix cleaning repositories
2018-01-22  Michael Tremerpython: Pass baseurl to libpakfire repositories
2018-01-22  Michael Tremerpython: Prevent crash when some repository values are...
2018-01-22  Michael Tremerpython: Fix undefined variable
2018-01-22  Michael Tremerpython: Drop RepositoryRemote class
2018-01-22  Michael Tremerpython: Move refreshing remote repositories into own...
2018-01-22  Michael TremerDrop SolvPackage data model
2018-01-22  Michael Tremerlibpakfire: Make description available in repository...
2018-01-22  Michael Tremerlibpakfire: Store description with repository
2018-01-22  Michael Tremerpython: Drop dummy repository
2018-01-22  Michael Tremerlibpakfire: Move Repository.get_config function into...
2018-01-22  Michael Tremerlibpakfire: Store mirrorlist in repository
2018-01-22  Michael Tremerlibpakfire: Don't overwrite the appdata pointer with...
2018-01-22  Michael Tremerpython: Allow passing None as baseurl
2018-01-22  Michael Tremerlibpakfire: Store keyfile in repository
2018-01-22  Michael Tremerlibpakfire: Allow setting empty baseurls in repositories
2018-01-22  Michael Tremerlibpakfire: Use internal calloc function to allocate...
2018-01-22  Michael Tremerlibpakfire: Set the correct priority in libsolv for...
2018-01-22  Michael Tremerlibpakfire: Automatically determine the repository...
2018-01-22  Michael Tremerpython: Fix compile error since new_key function has...
2018-01-22  Michael Tremerlibpakfire: Store base URL in repository
2018-01-20  Michael TremerDrop old solver code
2018-01-20  Michael Tremerpython: Drop reference to Pakfire from Request
2018-01-20  Michael Tremerpython: Drop Pakfire reference from Key
2018-01-20  Michael Tremerpython: Drop Pakfire reference from Archive
2018-01-20  Michael Tremerpython: Drop Pakfire reference from some objects
2018-01-20  Michael Tremerlibpakfire: Do not free repodata
2018-01-20  Michael Tremerpython: Drop reference to Pakfire in Repo
2018-01-20  Michael TremerDrop functions to enable/disable a repository
2018-01-20  Michael TremerDrop unused Repositories.whatprovides function
2018-01-20  Michael TremerDrop python implementation of repository cache
2018-01-20  Michael Tremerlibpakfire: Refactor repos and how they are referenced
2018-01-19  Michael Tremerlibpakfire: Fix determining if a package needs to be...
2018-01-19  Michael Tremerpython: Fix getting Package from Step
2018-01-19  Michael Tremerlibpakfire: Implement verify step which verifies the...
2018-01-19  Michael Tremerlibpakfire: Don't SEGV on unref with NULL
2018-01-19  Michael Tremerlibpakfire: Use internal access function to check if...
2018-01-19  Michael Tremerlibpakfire: Fix SEGV when creating an empty Relation...
2018-01-19  Michael Tremerlibpakfire: Drop Pool
2018-01-19  Michael Tremerlibpakfire: Drop PakfireCache
2018-01-19  Michael Tremerlibpakfire: Drop old function
2018-01-19  Michael Tremerlibpakfire: Drop repocache
2018-01-19  Michael Tremerlibpakfire: Add function to check if file exists/is...
2018-01-19  Michael Tremerlibpakfire: Move more cache logic into Pakfire
2018-01-19  Michael Tremerlibpakfire: Remove cache path from Pool
2018-01-19  Michael Tremerlibpakfire: Move package caching into Package
2018-01-19  Michael Tremerlibpakfire: Add stat function for cache
2018-01-19  Michael Tremerlibpakfire: Move cache into Pakfire object
2018-01-18  Michael Tremerlibpakfire: Drop pakfire_pool_tmpdup
2018-01-18  Michael Tremerlibpakfire: Drop pakfire_pool_search
2018-01-18  Michael Tremerlibpakfire: Drop pakfire_pool_whatprovides
2018-01-18  Michael Tremerlibpakfire: Move pakfire_pool_count to pakfire_count_pa...
2018-01-18  Michael Tremerlibpakfire: Drop pakfire_pool_[gs]et_installonly functions
2018-01-18  Michael Tremerlibpakfire: Drop unused function
2018-01-16  Michael Tremerlibpakfire: Make Pakfire parent object of Selector
2018-01-16  Michael Tremerlibpakfire: Make Pakfire the parent object of Relation
2018-01-16  Michael Tremerlibpakfire: Make Pakfire parent object of Package
2018-01-16  Michael Tremerlibpakfire: Move the pool logic into Pakfire
2018-01-15  Michael Tremerlibpakfire: Make pakfire_unref the same style as others
2018-01-15  Michael Tremerlibpakfire: Make pakfire_pool_unref the same style...
next