aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/ArchiveFileOperator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-26feat: remove spdlog and clean up logsaturneric1-37/+37
2024-01-31feat: support qt5 build optionsaturneric1-0/+4
2024-01-25fix: archive functions not work on windows when there were some non-ascii cha...saturneric1-39/+63
2024-01-24fix: try to solve bugs at universal file operationssaturneric1-5/+10
2024-01-19fix: slove discovered faults and bugssaturneric1-2/+1
2024-01-18fix: add test cases and solve discovered issuessaturneric1-11/+0
2024-01-18fix: correct a faultsaturneric1-4/+3
2024-01-18fix: slove codacy issuessaturneric1-0/+12
2024-01-17fix: improve code quality, docs and ci filessaturneric1-0/+2
2024-01-17fix: find and slove some bugssaturneric1-2/+0
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-16/+19
2024-01-05feat: integrate logging api to coresaturneric1-28/+32
2023-12-31feat: fully test basical operations of archive and filesaturneric1-0/+5
2023-12-30feat: do not load entire data to memory in libarchive operationssaturneric1-97/+149
2023-12-28feat: add simple archiving functions for encrypt and decryptsaturneric1-193/+117
2023-11-07refactor: remove CommonUtils at coresaturneric1-2/+3
2023-11-06refactor: improve the code structure of coresaturneric1-3/+3
2023-10-25fix: solve some code tidy issuessaturneric1-2/+0
2023-10-18chore: remove libarchive from source codesaturneric1-2/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-0/+11
2023-03-31fix: solve codacy issuessaturneric1-13/+2
2023-02-11fix: reduce info level logsSaturneric1-13/+13
2023-02-03feat: change the log style in source filesSaturneric1-31/+31
2022-07-22style(src): reformat codeSaturneric1-6/+6
2022-03-19<fix>(core, ui): fix codacy issues.Saturneric1-4/+4
2022-03-19<fix>(core, ui): Fix issues related to compression and decompressionSaturneric1-61/+113
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-10/+14
2022-03-12<feat>(core, ui): Provides the ability to handle foldersSaturneric1-0/+238