aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: integrate logging api to coresaturneric2024-01-05104-1146/+1217
|
* fix: slove some known issuessaturneric2024-01-0514-122/+110
|
* feat: switch to portable mode by adding a txt file under bin pathsaturneric2024-01-042-25/+23
|
* fix: find and solve some issuessaturneric2024-01-016-40/+30
|
* feat: improve file browser's functions and tidy up codessaturneric2024-01-0110-488/+758
|
* feat: fully test basical operations of archive and filesaturneric2023-12-319-484/+910
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-3014-187/+479
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-2819-480/+816
|
* feat: avoid reading entire file to memorysaturneric2023-12-276-227/+295
|
* fix: add test cases and test file basical operationssaturneric2023-12-268-219/+538
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-267-611/+479
|
* feat: upgrade basical operations fully to async style and update test casessaturneric2023-12-2525-460/+654
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-248-115/+88
|
* fix: test the encrypt async api on gui appsaturneric2023-12-248-63/+93
|
* fix: test the initialization of gui applicationsaturneric2023-12-246-42/+107
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-2319-135/+432
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-2318-42/+292
|
* fix: gen key test cases typeid rtti issuessaturneric2023-12-236-16/+207
|
* fix: slove compilation issue on macossaturneric2023-12-226-12/+36
|
* fix: slove cmake configuration problem on macOSsaturneric2023-12-222-2/+19
|
* fix: repair test casessaturneric2023-12-1610-484/+545
|
* fix: use secure memory management at impl classsaturneric2023-12-1618-25/+26
|
* fix: slove memory problem of gpg contextsaturneric2023-12-165-36/+28
|
* fix: clean up envirnoment when app exitssaturneric2023-12-168-22/+43
|
* fix: slove threading and memory issuessaturneric2023-12-1522-297/+389
|
* fix: slove some issues on memory and intilizationssaturneric2023-12-1525-533/+616
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-1412-58/+65
|
* fix: slove some memory issuessaturneric2023-12-1413-90/+132
|
* fix: slove a memory issue found by valgrindsaturneric2023-12-131-11/+22
|
* feat: mimalloc support valgrindsaturneric2023-12-135-19/+22
|
* fix: add some logs in setting channel objectsaturneric2023-12-131-5/+8
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-1322-145/+339
|
* feat: move test to src and add submodule googletestsaturneric2023-12-0623-35/+1054
|
* feat: convert basic opera to async stylesaturneric2023-12-048-158/+155
|
* fix: slove some ui issuessaturneric2023-12-042-14/+15
|
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-049-175/+64
|
* fix: common utils should be created before core initializationsaturneric2023-12-044-9/+21
|
* fix: slove logger system isolation issuessaturneric2023-12-043-16/+21
|
* feat: standarized and speed up app env loading processsaturneric2023-12-0335-538/+805
|
* fix: slove issues in key/subkey generationsaturneric2023-12-0310-45/+59
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-0349-486/+630
|
* feat: improve memory security of function frameworksaturneric2023-12-037-19/+79
|
* refeactor: reduce codes in pinentrysaturneric2023-12-037-238/+110
|
* feat: improve gpg utilssaturneric2023-12-033-7/+22
|
* feat: add an async util for operationsaturneric2023-12-032-0/+109
|
* feat: add some memory utilssaturneric2023-12-033-14/+21
|
* feat: introduce mimalloc to replace secmemsaturneric2023-12-0330-3475/+531
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-0250-101/+7276
|
* fix: add set owner struct action in keymanager menusaturneric2023-12-0225-180/+269
|
* fix: discover and fix some bugssaturneric2023-12-0111-116/+115
|