aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/ArchiveFileOperator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: reduce code duplicationsaturneric2025-01-271-2/+2
|
* fix: do clean upsaturneric2024-07-301-20/+14
|
* feat: simplify loggingsaturneric2024-07-301-18/+18
|
* fix: use standard os detection macrosaturneric2024-07-301-4/+4
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: solve qt5 problemssaturneric2024-07-291-4/+1
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-37/+37
|
* feat: support qt5 build optionsaturneric2024-01-311-0/+4
|
* fix: archive functions not work on windows when there were some non-ascii ↵saturneric2024-01-251-39/+63
| | | | characters
* fix: try to solve bugs at universal file operationssaturneric2024-01-241-5/+10
|
* fix: slove discovered faults and bugssaturneric2024-01-191-2/+1
|
* fix: add test cases and solve discovered issuessaturneric2024-01-181-11/+0
|
* fix: correct a faultsaturneric2024-01-181-4/+3
|
* fix: slove codacy issuessaturneric2024-01-181-0/+12
|
* fix: improve code quality, docs and ci filessaturneric2024-01-171-0/+2
|
* fix: find and slove some bugssaturneric2024-01-171-2/+0
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-16/+19
|
* feat: integrate logging api to coresaturneric2024-01-051-28/+32
|
* feat: fully test basical operations of archive and filesaturneric2023-12-311-0/+5
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-301-97/+149
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-281-193/+117
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-2/+3
|
* refactor: improve the code structure of coresaturneric2023-11-061-3/+3
|
* fix: solve some code tidy issuessaturneric2023-10-251-2/+0
|
* chore: remove libarchive from source codesaturneric2023-10-181-2/+2
| | | | 1. it's better to get this library at system PATH
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: start to add plugin system and do some improve on project configurationsaturneric2023-10-151-0/+11
|
* 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