aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/CacheManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: clean up codesaturneric2025-02-041-1/+0
* fix: reduce unnecessary cache write to disksaturneric2024-11-281-15/+24
* feat: enhance cache apisaturneric2024-11-201-7/+39
* fix: should check if data object existssaturneric2024-08-161-1/+1
* feat: simplify loggingsaturneric2024-07-301-2/+2
* feat: update copyright infosaturneric2024-07-291-1/+1
* feat: remove spdlog and clean up logsaturneric2024-07-261-8/+6
* feat: rewrite key list structure and logicsaturneric2024-06-021-1/+2
* fix: find and slove some bugssaturneric2024-01-171-29/+57
* fix: make task and threading system safersaturneric2024-01-161-1/+0
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-151-44/+31
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-21/+20
* feat: integrate logging api to coresaturneric2024-01-051-5/+5
* fix: slove some known issuessaturneric2024-01-051-28/+29
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-301-1/+1
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+1
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-12/+15
* refactor: separate typedef and implsaturneric2023-11-071-1/+1
* refactor: remove CommonUtils at coresaturneric2023-11-071-82/+204
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-1/+0
* fix: solve some code tidy issuessaturneric2023-10-251-1/+0
* feat: use rt listen publish event function in main windows' app version upgra...Saturneric2023-10-251-2/+2
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
* fix: reduce debug log of coreSaturneric2023-07-141-1/+0
* feat: support instant flush when save cacheSaturneric2023-07-131-1/+6
* feat: add CacheManager to deal with cacheSaturneric2023-07-131-17/+94
* feat: add cache recovery functionsaturneric2023-02-041-0/+66