aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: integrate logging api to coresaturneric2024-01-0510-184/+196
|
* fix: slove some known issuessaturneric2024-01-052-30/+23
|
* feat: fully test basical operations of archive and filesaturneric2023-12-312-7/+143
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-301-34/+19
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-282-15/+100
|
* feat: avoid reading entire file to memorysaturneric2023-12-272-173/+186
|
* fix: add test cases and test file basical operationssaturneric2023-12-262-112/+49
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-261-1/+1
|
* feat: upgrade basical operations fully to async style and update test casessaturneric2023-12-254-222/+226
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-244-48/+46
|
* fix: test the initialization of gui applicationsaturneric2023-12-241-8/+10
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-234-81/+91
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-234-9/+9
|
* fix: gen key test cases typeid rtti issuessaturneric2023-12-231-3/+5
|
* fix: slove compilation issue on macossaturneric2023-12-221-3/+1
|
* fix: repair test casessaturneric2023-12-162-6/+11
|
* fix: use secure memory management at impl classsaturneric2023-12-162-2/+2
|
* fix: slove memory problem of gpg contextsaturneric2023-12-162-17/+13
|
* fix: slove threading and memory issuessaturneric2023-12-151-17/+16
|
* fix: slove some issues on memory and intilizationssaturneric2023-12-153-7/+6
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-143-8/+7
|
* fix: slove some memory issuessaturneric2023-12-142-57/+75
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-131-1/+1
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-5/+5
|
* feat: convert basic opera to async stylesaturneric2023-12-043-75/+78
|
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-042-4/+5
|
* feat: standarized and speed up app env loading processsaturneric2023-12-039-283/+267
|
* fix: slove issues in key/subkey generationsaturneric2023-12-032-6/+5
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-035-140/+98
|
* feat: introduce mimalloc to replace secmemsaturneric2023-12-032-15/+1
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-024-57/+63
|
* fix: discover and fix some bugssaturneric2023-12-012-21/+20
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-12/+6
|
* refactor: separate typedef and implsaturneric2023-11-0713-43/+61
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-3/+2
|
* refactor: improve the code structure of coresaturneric2023-11-0611-22/+32
|
* refactor: clean up core's codessaturneric2023-11-0613-96/+571
|
* feat: add callback function to eventsaturneric2023-11-024-11/+14
|
* style: improve code style of coresaturneric2023-10-3010-161/+170
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-2815-476/+459
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-273-16/+49
|
* fix: improve the commu between gig module and coresaturneric2023-10-263-59/+98
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-254-60/+164
|
* fix: solve some code tidy issuessaturneric2023-10-252-2/+0
|
* fix: solve some issues on log systemsaturneric2023-10-231-4/+10
|
* perf: reduce header includes and improve build speedsaturneric2023-10-2310-44/+9
|
* fix: improve the stability of thread systemsaturneric2023-10-194-270/+239
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-0/+1
|
* fix: solve params mismatch issuessaturneric2023-10-171-8/+15
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-163-71/+63
|