Commit Graph

15 Commits

Author SHA1 Message Date
af66549d87 Avoid possibly accessing packageCacheDirs when it is empty 2022-03-15 01:08:19 +01:00
30e3d0343e Fix condition in Package::isPkgInfoFileOrBinary() 2022-03-10 23:04:18 +01:00
1f3abd5596 Distinguish Android libs from GNU/Linux libs 2022-03-04 21:48:28 +01:00
8e18b4747f Assume the filename as library name for ELF libraries without soname field 2022-03-03 23:00:16 +01:00
6456273951 Fix early return for special handling of mingw-w64-crt 2022-03-03 22:43:31 +01:00
22cfb4bb29 Use std::string_view when parsing pkg info 2022-02-25 23:08:12 +01:00
fd35aa0da6 Parse sources and size from pkg info 2022-02-25 23:07:55 +01:00
90379678ad Improve error handling when opening archive
* Treat an empty archive buffer/file as error as this should never happen
  and it is better to fail early than replacing existing data with nothing
* Query error message also when opening archive from file
2022-02-02 21:16:56 +01:00
218dfecf56 Avoid loading databases when modification date is <= last update
* Do HTTP head request first when loading database from mirror to avoid
  downloading the full database all the time
* Use the last modification date of the local database file because with
  the persistent storage even local database reloads became a bit expensive
2022-01-25 00:13:10 +01:00
2ffa6629c8 lmdb: Use lmdb to store packages and dependency indices 2022-01-18 21:50:53 +01:00
1cc8a3d6db Add warnings about missing DLLs to the build action's result 2021-08-28 15:06:24 +02:00
2ad4a39aea Handle case when a split package overrides the archs from the base 2021-08-28 00:25:09 +02:00
49aebdd8a5 Fix typos found via codespell --skip .git -w 2021-07-03 19:59:57 +02:00
fa969270c1 Fix warnings 2021-03-22 15:08:41 +01:00
c1554f4c87 Initial import 2021-02-08 23:53:56 +01:00