aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: track pending tasks in task runner systemSaturneric2022-05-205-16/+53
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-3/+0
| | | | 1. disable command line file arg input ability
* refactor: change log level for task systemSaturneric2022-05-193-20/+21
|
* fix: solve dll export problem on inner classSaturneric2022-05-151-3/+27
|
* fix: solve heading file include problem.Saturneric2022-05-151-2/+4
|
* feat(core): upgrade task runner system.Saturneric2022-05-144-24/+270
|
* feat: add a simple TaskRunner systemSaturneric2022-05-1310-9/+593
| | | | 1. solve multiple threads problem.
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+2
| | | | | | | | 1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
* refactor: develop 2.0.6 startSaturneric2022-05-072-0/+116
1. delete smtp ability 2. change libs link type to dramatic