File tree
7 files changed
+4
-7
lines changed- builds/vc
- src/patch
7 files changed
+4
-7
lines changedSubmodule HDiffPatch updated 51 files
- .github/workflows/ci.yml+26-27
- CHANGELOG.md+16-6
- Makefile+3-1
- README.md+5-2
- README_cn.md+5-2
- _clock_for_demo.h+4
- builds/android_ndk_jni_mk/Android.mk+4-3
- builds/codeblocks/HDiffPatch.workspace-8
- builds/codeblocks/HDiffZ.cbp-400
- builds/codeblocks/HPatchZ.cbp-269
- builds/codeblocks/unitTest.cbp-79
- builds/vc/HDiffPatch.sln+1-37
- builds/vc/HDiffZ.vcxproj-96
- builds/vc/HPatchZ.vcxproj-96
- builds/vc/bzip2.vcxproj-68
- builds/vc/libdeflate.vcxproj-76
- builds/vc/lzma.vcxproj-73
- builds/vc/testHashClash.vcxproj-66
- builds/vc/unitTest.vcxproj+1-82
- builds/vc/zlib.vcxproj-72
- builds/vc/zstd.vcxproj+4-74
- builds/xcode/hpatchz.xcodeproj/project.pbxproj+2-1
- builds/xcode/unitTest.xcodeproj/project.pbxproj+4-2
- builds/xcode/zstd.xcodeproj/project.pbxproj+10-2
- builds/xcode_iOS_hpatchz/hpatchz.xcodeproj/project.pbxproj+7-32
- decompress_plugin_demo.h+7-4
- dirDiffPatch/dir_diff/dir_diff_tools.cpp+113
- dirDiffPatch/dir_diff/file_for_dirDiff.h+5-113
- file_for_patch.c+78-20
- file_for_patch.h+11-71
- libHDiffPatch/HDiff/diff.cpp+111-16
- libHDiffPatch/HDiff/diff_for_hpatch_lite.h+42-1
- libHDiffPatch/HDiff/diff_types.h+2
- libHDiffPatch/HDiff/match_inplace.cpp+173
- libHDiffPatch/HDiff/match_inplace.h+52
- libHDiffPatch/HDiff/private_diff/limit_mem_diff/adler_roll.c+25-45
- libHDiffPatch/HDiff/private_diff/limit_mem_diff/adler_roll.h+2-2
- libHDiffPatch/HDiff/private_diff/limit_mem_diff/bloom_filter.h+1
- libHDiffPatch/HDiff/private_diff/limit_mem_diff/digest_matcher.h+1-1
- libHDiffPatch/HDiff/private_diff/qsort_parallel.h+1-1
- libHDiffPatch/HPatch/patch.c+1-1
- libHDiffPatch/HPatch/patch_types.h+1-1
- libHDiffPatch/HPatchLite/hpatch_lite.c+114-1
- libHDiffPatch/HPatchLite/hpatch_lite.h+29-1
- libHDiffPatch/HPatchLite/hpatch_lite_types.h+4-1
- libParallel/parallel_import.cpp+5-14
- libhsync/sync_client/match_in_old.h-1
- libhsync/sync_client/sync_client.cpp+4-2
- libhsync/sync_client/sync_info_client.h+1-1
- test/testHashClash.cpp+72-12
- test/unit_test.cpp+25-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
- C/7zDec.c+3-2
- C/7zVersion.h+3-3
- C/AesOpt.c+139-94
- C/CpuArch.c+99-14
- C/CpuArch.h+32-1
- C/LzmaEnc.c+8-8
- C/Sha256.c+70-92
- C/Sha256.h+14-4
- C/Sha256Opt.c+78-94
- CPP/7zip/7zip_gcc.mak+16
- CPP/7zip/Archive/Common/HandlerOut.h+2-2
- CPP/7zip/Archive/XzHandler.cpp+2-2
- CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp+15-6
- CPP/7zip/Common/CreateCoder.cpp+1-1
- CPP/7zip/Common/MethodProps.h+6-6
- CPP/7zip/GuiCommon.rc+1-1
- CPP/7zip/Guid.txt+2
- CPP/7zip/UI/Client7z/makefile.gcc+3
- CPP/7zip/UI/Common/ArchiveExtractCallback.cpp+82-56
- CPP/7zip/UI/Common/ArchiveExtractCallback.h+37-58
- CPP/7zip/UI/Common/Bench.cpp+57-14
- CPP/7zip/UI/Common/EnumDirItems.cpp+2-2
- CPP/7zip/UI/Common/HashCalc.cpp+29-5
- CPP/7zip/UI/Common/PropIDUtils.cpp+7-6
- CPP/7zip/UI/Common/TempFiles.cpp+2-1
- CPP/7zip/UI/Common/TempFiles.h+3
- CPP/7zip/UI/Common/Update.cpp+75-5
- CPP/7zip/UI/Common/Update.h+3-2
- CPP/7zip/UI/Common/WorkDir.cpp+7-9
- CPP/7zip/UI/Common/WorkDir.h+6-2
- CPP/7zip/UI/Console/ConsoleClose.cpp+4-6
- CPP/7zip/UI/Console/ConsoleClose.h+1-1
- CPP/7zip/UI/Console/ExtractCallbackConsole.cpp+3-3
- CPP/7zip/UI/Console/MainAr.cpp+2
- CPP/7zip/UI/Console/PercentPrinter.h+10-8
- CPP/7zip/UI/Console/UpdateCallbackConsole.cpp+113
- CPP/7zip/UI/Console/UpdateCallbackConsole.h+23-13
- CPP/7zip/UI/FileManager/BrowseDialog.cpp+8-6
- CPP/7zip/UI/FileManager/ExtractCallback.cpp+189-97
- CPP/7zip/UI/FileManager/ExtractCallback.h+107-87
- CPP/7zip/UI/FileManager/MemDialog.cpp+218
- CPP/7zip/UI/FileManager/MemDialog.h+48
- CPP/7zip/UI/FileManager/MemDialogRes.h+13
- CPP/7zip/UI/FileManager/OverwriteDialog.cpp+194-44
- CPP/7zip/UI/FileManager/OverwriteDialog.h+31-21
- CPP/7zip/UI/FileManager/OverwriteDialog.rc+3-1
- CPP/7zip/UI/FileManager/OverwriteDialogRes.h+5-3
- CPP/7zip/UI/FileManager/ProgressDialog2.cpp+58-47
- CPP/7zip/UI/FileManager/ProgressDialog2.h+27-30
- CPP/7zip/UI/FileManager/SysIconUtils.cpp+143-71
- CPP/7zip/UI/FileManager/SysIconUtils.h+20-10
- CPP/7zip/UI/FileManager/resource.h+7-4
- CPP/7zip/UI/FileManager/resourceGui.h+2
- CPP/7zip/warn_gcc.mak+13-4
- CPP/Common/MyCom.h+37
- CPP/Windows/FileDir.cpp+112-26
- CPP/Windows/FileDir.h+22-1
- CPP/Windows/FileName.cpp+5-3
- CPP/Windows/FileSystem.cpp+25
- CPP/Windows/Registry.cpp+183-112
- CPP/Windows/Registry.h+30-18
- CPP/Windows/System.cpp+27-14
- CPP/Windows/System.h+1-1
- CPP/Windows/SystemInfo.cpp+148-70
- CPP/Windows/SystemInfo.h+1-1
- DOC/lzma-history.txt+19
- DOC/lzma-sdk.txt+8-6
- bin/7zS2.sfx
- bin/7zS2con.sfx
- bin/7zSD.sfx
- bin/7zdec.exe
- bin/7zr.exe
- bin/lzma.exe
- bin/x64/7zr.exe
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments