Martijn Laan
|
a1bf13bd54
Cleanup.
|
3 days ago |
Martijn Laan
|
79e06b18d8
Fix 302bdac7.
|
5 days ago |
Martijn Laan
|
3171af02d6
Mini cleanup.
|
5 days ago |
Martijn Laan
|
a3a6f2dc2d
Simplify var names.
|
6 days ago |
Martijn Laan
|
383e528c7d
More cleanup.
|
6 days ago |
Martijn Laan
|
f71709902c
Make it so CompressMethod doesnt have to be in the initial header, rename the header from TSetupMainHeader to TSetupEncryptionHeader, and move PasswordTest to a more logical place.
|
6 days ago |
Martijn Laan
|
80cf6b585d
Cleanup by moving the 'main' fields into a new struct and add an extra CRC check.
|
1 week ago |
Martijn Laan
|
1f43ff5e24
Add support for full encryption which encrypts everything and requires the password to be specified on the command line. Todo: cleanup existing and new code.
|
1 week ago |
Jordan Russell
|
6e0c169a9b
Use StrToUInt64 to convert "qword" [Registry] ValueData.
|
1 week ago |
Jordan Russell
|
bc85563b07
Change TSetupLdrOffsetTable TotalSize and Offset* fields to Int64.
|
1 week ago |
Martijn Laan
|
72405d6196
Call GetActiveProcessorGroupCount to set LZMA2's numThreadGroups, like 7-Zip itself does in System.cpp's CCpuGroups::Load. This makes allowing 256 max threads make sense again, without drawbacks.
|
2 weeks ago |
Martijn Laan
|
313f1c321c
Allow debug of islzma.dll from islzma.sln.
|
2 weeks ago |
Martijn Laan
|
5ca4de302e
Use 64 as the new maximum value of [Setup] section directive LZMANumBlockThreads, instead of 256.
|
2 weeks ago |
Martijn Laan
|
8d94942839
Increased the maximum value of [Setup] section directive LZMANumBlockThreads from 32 to 256: LZMA SDK 25.00 raised MTCODER_THREADS_MAX from 64 to 256. Our max of 32 was already outdated: the SDK update by aff827a5 raised it from 32 to 64.
|
2 weeks ago |
Jordan Russell
|
95633ed353
Change TFile.Position to Int64.
|
1 month ago |
Jordan Russell
|
e6659b27ea
Remove no-longer-needed Int64 casts when accessing TFile.Size.
|
1 month ago |
Jordan Russell
|
1663d225c0
Change TFile.Size to Int64.
|
1 month ago |
Martijn Laan
|
8a2994ee98
VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks.
|
1 month ago |
Martijn Laan
|
23507b9d6c
Update ISCmplr.
|
1 month ago |
Martijn Laan
|
302bdac71c
Increase default EncryptionKDFIterations by 10% to 220000.
|
1 month ago |
Martijn Laan
|
a1cae29455
Whitespace fix.
|
1 month ago |
Martijn Laan
|
2d0ec7b9e5
Add support for dowload+extractarchives in a simple and clean way 👍
|
1 month ago |
Martijn Laan
|
2c5e21ae49
Cleanup.
|
1 month ago |
Martijn Laan
|
f3f7fbad28
Finish: Tweaks and fixes after testing.
|
1 month ago |
Martijn Laan
|
3576372c95
Cleanup, not an actual change atm.
|
1 month ago |
Martijn Laan
|
a73d49d52e
Cleanup by adding TSetupFileVerification.
|
1 month ago |
Martijn Laan
|
41e4b363cd
Add SHA256 verification in all places where it can do ISSig verification, using new [Files] parameter Hash.
|
1 month ago |
Martijn Laan
|
487b78d6dc
Cleanup.
|
1 month ago |
Martijn Laan
|
9471d2e64b
Add constants support to DownloadISSigSource, DownloadUserName, and DownloadPassword + fix param parsing bug.
|
2 months ago |
Martijn Laan
|
eb7f104e80
Merge branch 'main' into files-download
|
2 months ago |