aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/ArchiveFileOperator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: solve codacy issuessaturneric2023-03-311-13/+2
|
* fix: reduce info level logsSaturneric2023-02-111-13/+13
|
* feat: change the log style in source filesSaturneric2023-02-031-31/+31
|
* style(src): reformat codeSaturneric2022-07-221-6/+6
|
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-191-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 decompressionSaturneric2022-03-191-61/+113
| | | | 1. The problem with double-byte characters in the path (unresolved)
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-10/+14
|
* <feat>(core, ui): Provides the ability to handle foldersSaturneric2022-03-121-0/+238
1. Convert folders to archive format for processing