Commit Graph

1201 Commits

Author SHA1 Message Date
57cc0c0d4c fix: slove a heap-use-after-free issue 2024-01-12 14:10:58 +08:00
bf538056b2 refactor: use QString instead of std::string and improve threading system 2024-01-12 14:02:37 +08:00
0266ff1bbc feat: improve api and ui of keys import and export 2024-01-11 11:05:45 +08:00
802d7ed990 feat: update core apis, functions and models 2024-01-10 11:41:34 +08:00
5cabd004c1 fix: slove some of the app building issues 2024-01-09 20:04:06 +08:00
52814c9c2e feat: add more genkey algorithms and modes 2024-01-09 20:02:42 +08:00
8d301459e5 feat: improve basical opera-result-text structures and add more informations 2024-01-09 20:01:12 +08:00
a47845113e fix: slove an issue that adjusting information board's front size makes no sense 2024-01-08 20:48:31 +08:00
5222a2fd1b fix: solve compile issue 2024-01-08 17:26:41 +08:00
e8d4f302ea feat: remove save keys checked function 2024-01-08 17:21:23 +08:00
40624cf05b fix: move quit dialog to center of parent 2024-01-08 15:54:12 +08:00
fa10ad626b doc: change binaries output target from release to artifacts 2024-01-08 15:46:14 +08:00
fd1f245ebb doc: add extra packages to the ubuntu apt-get commands #124 2024-01-08 15:43:19 +08:00
d4eb21eae9 fix: slove issue #123 "Append fingerprint to editor" crashes if there is no editor open 2024-01-08 15:39:58 +08:00
ba7dd4ef02 feat: select a directory before entering into the File Browser 2024-01-08 15:22:03 +08:00
aeea160079 feat: improve tool menus and icons 2024-01-05 22:21:11 +08:00
57438e754c fix: slove a multi-threads issue at task model 2024-01-05 21:28:59 +08:00
644aa4397b feat: integrate logging api to core 2024-01-05 20:55:15 +08:00
3c40fa2782 fix: slove some known issues 2024-01-05 16:11:24 +08:00
36509c76e6 feat: switch to portable mode by adding a txt file under bin path 2024-01-04 21:17:27 +08:00
dcdd494d7f fix: find and solve some issues 2024-01-01 17:50:54 +08:00
1cdba285be feat: improve file browser's functions and tidy up codes 2024-01-01 17:15:25 +08:00
5030380bc5 feat: fully test basical operations of archive and file 2023-12-31 14:10:31 +08:00
9f7593eab9 feat: do not load entire data to memory in libarchive operations 2023-12-30 19:55:20 +08:00
300e55bf5b feat: add simple archiving functions for encrypt and decrypt 2023-12-28 14:32:49 +08:00
566d5e41a3 feat: avoid reading entire file to memory 2023-12-27 11:20:11 +08:00
f8733b9b2b fix: add test cases and test file basical operations 2023-12-26 17:07:49 +08:00
9adf241f87 fix: test basical operations of gpg at both test cases and gui 2023-12-26 14:48:04 +08:00
5260d7a563 feat: upgrade basical operations fully to async style and update test cases 2023-12-25 20:51:01 +08:00
e52215cd31 fix: use the new async encrypt symmetric api at gui app 2023-12-24 18:16:45 +08:00
8f1844b23e fix: test the encrypt async api on gui app 2023-12-24 14:55:40 +08:00
baae835db9 fix: test the initialization of gui application 2023-12-24 14:08:21 +08:00
956c5ed3a8 feat: improve core interfaces of encrypt and decrypt 2023-12-24 01:36:40 +08:00
4f29479ec7 fix: solve all issues of test cases on macos m1 2023-12-23 20:07:26 +08:00
f52e49d37e fix: gen key test cases typeid rtti issues 2023-12-23 14:05:19 +08:00
ee1a6bba20 fix: slove compilation issue on macos 2023-12-23 00:34:46 +08:00
6875894b66 fix: slove cmake configuration problem on macOS 2023-12-22 21:24:12 +08:00
08dd9b4348 fix: repair test cases 2023-12-15 23:11:32 -08:00
37215a895a fix: use secure memory management at impl class 2023-12-15 21:53:03 -08:00
d6311ece3f fix: slove memory problem of gpg context 2023-12-15 21:41:38 -08:00
c41074792f fix: clean up envirnoment when app exits 2023-12-15 21:12:25 -08:00
f9a49043c3 fix: slove threading and memory issues 2023-12-15 21:14:17 +08:00
f5cf83e4b3 fix: slove some issues on memory and intilizations 2023-12-15 17:04:59 +08:00
beafe53c1b fix: slove issues on memory and add asan support for debug 2023-12-14 20:39:48 +08:00
7978351086 fix: slove some memory issues 2023-12-14 16:58:53 +08:00
6a9ca113be fix: slove a memory issue found by valgrind 2023-12-13 20:23:14 +08:00
d74765b422 feat: mimalloc support valgrind 2023-12-13 20:02:34 +08:00
be376458b1 fix: add some logs in setting channel object 2023-12-13 18:10:37 +08:00
42264ed0d7 refactor: improve the structure of main,core and test module 2023-12-13 18:01:06 +08:00
a0f0fd98ef feat: move test to src and add submodule googletest 2023-12-06 21:18:07 +08:00