arch-repo-manager/librepomgr
Martchus c404a092cc Add async locks
This might be useful to avoid blocking threads in the thread pool just for
waiting on a global lock. It might also be useful to allow stopping build
actions while they're waiting for a lock.
2022-12-04 00:28:47 +01:00
..
buildactions Add simple cleanup of old build actions 2022-11-24 21:33:42 +01:00
testfiles Fix adding last package of current batch already to staging repository 2022-09-20 23:00:36 +02:00
tests Add async locks 2022-12-04 00:28:47 +01:00
webapi Avoid duplicating "Clone of" in task name 2022-11-13 22:44:41 +01:00
webclient Log "Loading …" message when reloading DBs also without force-flag 2022-11-01 14:35:00 +01:00
CMakeLists.txt Use `flagenumclass.h` for auth flags 2022-07-29 22:06:40 +02:00
authentication.cpp Avoid using deprecated OpenSSL functions 2022-11-03 22:34:31 +01:00
authentication.h Use `flagenumclass.h` for auth flags 2022-07-29 22:06:40 +02:00
errorhandling.cpp Initial import 2021-02-08 23:53:56 +01:00
errorhandling.h Initial import 2021-02-08 23:53:56 +01:00
global.h Initial import 2021-02-08 23:53:56 +01:00
globallock.cpp Fix locks for global resources by implementing a mutex not tied to a thread 2021-02-26 01:39:21 +01:00
globallock.h Add async locks 2022-12-04 00:28:47 +01:00
helper.h Limit results returned by the API for better scalability 2022-02-25 00:29:43 +01:00
json.cpp Add test for repository cleanup 2021-08-29 00:29:26 +02:00
json.h Initial import 2021-02-08 23:53:56 +01:00
logcontext.h lmdb: Use lmdb to store build actions 2022-02-13 21:04:54 +01:00
logging.h Log lock acquisitions/releases 2021-02-25 22:12:56 +01:00
multisession.h Initial import 2021-02-08 23:53:56 +01:00
resourceusage.cpp Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
resourceusage.h Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
serversetup.cpp Add simple cleanup of old build actions 2022-11-24 21:33:42 +01:00
serversetup.h Add simple cleanup of old build actions 2022-11-24 21:33:42 +01:00