Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: reduce code duplication | saturneric | 2025-01-27 | 1 | -2/+2 |
| | |||||
* | fix: do clean up | saturneric | 2024-07-30 | 1 | -20/+14 |
| | |||||
* | feat: simplify logging | saturneric | 2024-07-30 | 1 | -18/+18 |
| | |||||
* | fix: use standard os detection macro | saturneric | 2024-07-30 | 1 | -4/+4 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: solve qt5 problems | saturneric | 2024-07-29 | 1 | -4/+1 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 1 | -37/+37 |
| | |||||
* | feat: support qt5 build option | saturneric | 2024-01-31 | 1 | -0/+4 |
| | |||||
* | fix: archive functions not work on windows when there were some non-ascii ↵ | saturneric | 2024-01-25 | 1 | -39/+63 |
| | | | | characters | ||||
* | fix: try to solve bugs at universal file operations | saturneric | 2024-01-24 | 1 | -5/+10 |
| | |||||
* | fix: slove discovered faults and bugs | saturneric | 2024-01-19 | 1 | -2/+1 |
| | |||||
* | fix: add test cases and solve discovered issues | saturneric | 2024-01-18 | 1 | -11/+0 |
| | |||||
* | fix: correct a fault | saturneric | 2024-01-18 | 1 | -4/+3 |
| | |||||
* | fix: slove codacy issues | saturneric | 2024-01-18 | 1 | -0/+12 |
| | |||||
* | fix: improve code quality, docs and ci files | saturneric | 2024-01-17 | 1 | -0/+2 |
| | |||||
* | fix: find and slove some bugs | saturneric | 2024-01-17 | 1 | -2/+0 |
| | |||||
* | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 2024-01-12 | 1 | -16/+19 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 1 | -28/+32 |
| | |||||
* | feat: fully test basical operations of archive and file | saturneric | 2023-12-31 | 1 | -0/+5 |
| | |||||
* | feat: do not load entire data to memory in libarchive operations | saturneric | 2023-12-30 | 1 | -97/+149 |
| | |||||
* | feat: add simple archiving functions for encrypt and decrypt | saturneric | 2023-12-28 | 1 | -193/+117 |
| | |||||
* | refactor: remove CommonUtils at core | saturneric | 2023-11-07 | 1 | -2/+3 |
| | |||||
* | refactor: improve the code structure of core | saturneric | 2023-11-06 | 1 | -3/+3 |
| | |||||
* | fix: solve some code tidy issues | saturneric | 2023-10-25 | 1 | -2/+0 |
| | |||||
* | chore: remove libarchive from source code | saturneric | 2023-10-18 | 1 | -2/+2 |
| | | | | 1. it's better to get this library at system PATH | ||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | feat: start to add plugin system and do some improve on project configuration | saturneric | 2023-10-15 | 1 | -0/+11 |
| | |||||
* | fix: solve codacy issues | saturneric | 2023-03-31 | 1 | -13/+2 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 1 | -13/+13 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -31/+31 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 1 | -6/+6 |
| | |||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -4/+4 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 1 | -61/+113 |
| | | | | 1. The problem with double-byte characters in the path (unresolved) | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -10/+14 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 1 | -0/+238 |
1. Convert folders to archive format for processing |