]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/pakfire.c
libpakfire: Drop pakfire_malloc
[pakfire.git] / src / libpakfire / pakfire.c
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_malloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-01-20  Michael Tremerlibpakfire: db: Use SQLite3
2021-01-20  Michael Tremerlibpakfire: Remove LMDB
2021-01-19  Michael Tremerlibpakfire: Define and always create private dir
2021-01-19  Michael Tremerlibpakfire: Add lmdb database environment
2021-01-19  Michael Tremerlibpakfire: Do not allocate more space than we need
2021-01-13  Michael Tremerlibpakfire: Increase pool debug level when compiled...
2021-01-13  Michael Tremerlibpakfire: Set pool to RPM format
2021-01-13  Michael Tremerlibpakfire: Pass Pakfire to pakfire_create as argument
2021-01-13  Michael Tremerlibpakfire: util: Make pakfire_string_startswith return...
2021-01-13  Michael Tremerpakfire: Check if path is absolute
2021-01-13  Michael Tremerpakfire: Check if path exists
2021-01-13  Michael TremerThrow a clean exception when Pakfire was initialised...
2021-01-10  Michael Tremerlibpakfire: Drop system.c
2021-01-10  Michael Tremerlibpakfire: Drop unused pakfire_init()
2021-01-10  Michael Tremerarch: Drop Python class and replace with C implementation
2019-06-10  Michael TremerFix typo in comment
2019-06-10  Michael Tremerlibpakfire: Have pakfire_basename/dirname return a...
2019-06-08  Michael Tremerlibpakfire: Constify pakfire_basename/dirname
2018-02-16  Michael TremerMove logging into Pakfire context
2018-02-16  Michael TremerFix cleaning repositories
2018-01-20  Michael Tremerlibpakfire: Refactor repos and how they are referenced
2018-01-19  Michael Tremerlibpakfire: Drop Pool
2018-01-19  Michael Tremerlibpakfire: Drop PakfireCache
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: Add stat function for cache
2018-01-19  Michael Tremerlibpakfire: Move cache into Pakfire object
2018-01-18  Michael Tremerlibpakfire: Move pakfire_pool_count to pakfire_count_pa...
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 parent object of Request
2018-01-15  Michael Tremerlibpakfire: Make Pakfire parent object of Repo
2017-11-30  Michael Tremerlibpakfire: Completely hide Pakfire type
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2017-11-30  Michael Tremersystem: Fix determining architecture
2017-11-28  Michael TremerMove logging stuff away from Pakfire context
2017-11-28  Michael Tremerlibpakfire: Log configuration of Pakfire
2017-11-28  Michael Tremerlibpakfire: Add some logging when pakfire is being...
2017-11-28  Michael Tremerlibpakfire: Add logging functionality
2017-11-28  Michael Tremerlibpakfire: Automatically detect system architecture
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: Create a Pakfire root object