Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: generate cark keys | saturneric | 10 days | 1 | -1/+1 |
| | |||||
* | fix: discovered issues | saturneric | 2024-12-02 | 2 | -3/+9 |
| | |||||
* | fix: remove mimalloc from source | saturneric | 2024-08-05 | 1 | -1/+2 |
| | | | | Too bad, under Flatpak or even under Windows, this library can cause the program to crash. The reason for this is that there are some places that do not override the memory allocation method, but this does not guarantee that the mimalloc library will be loaded first in some environments (especially Flatpak) so I think it would be better to let the user install it themselves rather than include this library. Then override all mallocs as needed, which is easy to do. Sacrificing some of the security of the default state for the stability of the program feels necessary to me. | ||||
* | feat: simplify logging | saturneric | 2024-07-30 | 3 | -6/+6 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 9 | -11/+11 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 3 | -53/+13 |
| | |||||
* | fix: move some of the functions in TaskRunner.h into public scope instead of ↵ | saturneric | 2024-05-11 | 1 | -2/+0 |
| | | | | public slots. | ||||
* | fix: slove codacy issues | saturneric | 2024-01-18 | 1 | -1/+1 |
| | |||||
* | fix: improve code quality, docs and ci files | saturneric | 2024-01-17 | 1 | -1/+2 |
| | |||||
* | fix: solve discovered issues | saturneric | 2024-01-16 | 1 | -1/+4 |
| | |||||
* | fix: make task and threading system safer | saturneric | 2024-01-16 | 4 | -51/+126 |
| | |||||
* | feat: upgrade threading system and make it clearer | saturneric | 2024-01-15 | 4 | -118/+73 |
| | |||||
* | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 2024-01-12 | 1 | -13/+0 |
| | |||||
* | refactor: use QString instead of std::string and improve threading system | saturneric | 2024-01-12 | 6 | -54/+82 |
| | |||||
* | fix: slove a multi-threads issue at task model | saturneric | 2024-01-05 | 3 | -63/+11 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 3 | -60/+67 |
| | |||||
* | fix: slove some known issues | saturneric | 2024-01-05 | 2 | -4/+5 |
| | |||||
* | feat: do not load entire data to memory in libarchive operations | saturneric | 2023-12-30 | 2 | -12/+83 |
| | |||||
* | feat: add simple archiving functions for encrypt and decrypt | saturneric | 2023-12-28 | 1 | -5/+3 |
| | |||||
* | fix: slove compilation issue on macos | saturneric | 2023-12-22 | 1 | -1/+4 |
| | |||||
* | fix: use secure memory management at impl class | saturneric | 2023-12-16 | 2 | -2/+4 |
| | |||||
* | fix: slove threading and memory issues | saturneric | 2023-12-15 | 6 | -57/+101 |
| | |||||
* | feat: add reasons explanation to env loading failed message box | saturneric | 2023-12-04 | 2 | -122/+0 |
| | |||||
* | feat: standarized and speed up app env loading process | saturneric | 2023-12-03 | 2 | -4/+4 |
| | |||||
* | feat: general improvements of aync execution and memory security | saturneric | 2023-12-03 | 1 | -1/+1 |
| | |||||
* | feat: add buddled qt pinentry and make it works | saturneric | 2023-12-02 | 1 | -12/+12 |
| | |||||
* | refactor: remove CommonUtils at core | saturneric | 2023-11-07 | 1 | -7/+11 |
| | |||||
* | refactor: clean up core's codes | saturneric | 2023-11-06 | 2 | -5/+6 |
| | |||||
* | feat: add callback function to event | saturneric | 2023-11-02 | 1 | -3/+3 |
| | |||||
* | style: improve code style of core | saturneric | 2023-10-30 | 1 | -1/+1 |
| | |||||
* | refactor: start to tidy up code using clang-tidy | saturneric | 2023-10-28 | 7 | -207/+14 |
| | |||||
* | feat: improve thread system and gathering gnupg options info to rt | saturneric | 2023-10-27 | 3 | -17/+72 |
| | |||||
* | feat: moving gnupg info gathering logic to a new module | saturneric | 2023-10-25 | 2 | -6/+6 |
| | |||||
* | fix: solve some code tidy issues | saturneric | 2023-10-25 | 2 | -8/+5 |
| | |||||
* | fix: solve some issues on log system | saturneric | 2023-10-23 | 2 | -0/+9 |
| | |||||
* | perf: reduce header includes and improve build speed | saturneric | 2023-10-23 | 6 | -21/+6 |
| | |||||
* | feat: improve project structure and add GRT for modules | saturneric | 2023-10-23 | 1 | -1/+2 |
| | |||||
* | fix: improve the stability of thread system | saturneric | 2023-10-19 | 4 | -98/+69 |
| | |||||
* | feat: using pool for concurrent executions, not stable yet | saturneric | 2023-10-18 | 4 | -43/+32 |
| | |||||
* | feat: simplify the thread system and improve its stability | saturneric | 2023-10-18 | 5 | -200/+110 |
| | |||||
* | fix: improve thread and module relation | saturneric | 2023-10-18 | 2 | -7/+7 |
| | |||||
* | feat: print stacktrace when exception caught | saturneric | 2023-10-17 | 1 | -3/+16 |
| | |||||
* | fix: solve compile and link issues | saturneric | 2023-10-16 | 3 | -245/+211 |
| | |||||
* | refactor: use c++17 features and piml tech to rewrite DataObject and Task | saturneric | 2023-10-16 | 5 | -347/+404 |
| | |||||
* | feat: using piml tech on plugin system | saturneric | 2023-10-16 | 4 | -109/+169 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 11 | -31/+49 |
| | |||||
* | fix: solve some issues on linux .desktop file | saturneric | 2023-10-15 | 3 | -6/+4 |
| | |||||
* | fix: solve codacy issues | saturneric | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | feat: implement concurrent task in a proper way | Saturneric | 2023-02-18 | 2 | -31/+34 |
| | |||||
* | fix: improve the task execution model | Saturneric | 2023-02-18 | 6 | -72/+165 |
| |