aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/ArchiveFileOperator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <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