aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-03Merge pull request #379 from pionere/invparHEADmasterLadislav Zezula
ensure lasterror is set when SCompDecompress2 fails
2025-03-02ensure lasterror is set when SCompDecompress2 failspionere
2025-03-02Merge pull request #378 from pionere/hashpowLadislav Zezula
validate dwHashTableSize
2025-03-01validate dwHashTableSizepionere
- dwHashTableSize must be a power of two, otherwise HASH_INDEX_MASK does not work
2025-02-28Merge pull request #377 from pionere/sofreeLadislav Zezula
Merged. Thanks for the bugfix.
2025-02-28free/release SectorOffsets of TMPQFile in AllocateSectorOffsetspionere
2025-02-26MinorsLadislav Zezula
2025-02-26Merge pull request #376 from pionere/arch_zeroLadislav Zezula
Merged. Thanks for the contribution 👍
2025-02-26fix crash when the allocation of pbHeaderBuffer failspionere
2024-12-06Replaced afxres.h with winres.hLadislav Zezula
2024-12-04Full support of printing UTF-8 characters to Windows consoleLadislav Zezula
2024-12-04Changed behavior of patched files with MPQ_FLAG_DELETE_MARKERLadislav Zezula
2024-11-19Updated build settingsLadislav Zezula
2024-11-02Merge pull request #367 from ladislav-zezula/LZ_FileNameSafev9.30Ladislav Zezula
Lz file name safe
2024-11-02CosmeticsLadislav Zezula
2024-11-02Fixed building of DLLLadislav Zezula
2024-11-02Merge pull request #366 from ladislav-zezula/LZ_FileNameSafeLadislav Zezula
StormLib version 9.30
2024-11-02Added functions for conversions between MPQ file name <-> Safe file nameLadislav Zezula
2024-10-21Updated build instructionsLadislav Zezula
2024-10-21Updated build instructionsLadislav Zezula
2024-10-21Updated build instructionsLadislav Zezula
2024-10-21Updatet build instructionsLadislav Zezula
2024-08-18Flushing changesLadislav Zezula
2024-08-18Merge pull request #356 from pionere/replengthLadislav Zezula
use MAX_REP_LENGTH
2024-08-18Merge pull request #355 from pionere/shortintLadislav Zezula
use int instead of short in FindRep
2024-08-18use MAX_REP_LENGTHpionere
use MAX_REP_LENGTH everywhere in implode.c + fix a typo
2024-08-18use int instead of short in FindReppionere
use int instead of short to fix a (false positive) vulnerability warning. Even though is not necessary (because the value is limited to 0x204), the generated code seems to be better as well, because a zero-extension becomes unnecessary.
2024-07-25Merge pull request #354 from TheNitesWhoSay/masterLadislav Zezula
Add STORM_UNICODE option for windows cmake builds
2024-07-24add cmake unicode option for windows buildsJustin F
2024-06-10Merge pull request #352 from mgorny/gnuinstalldirsLadislav Zezula
Merging. Thank you for the contibution.
2024-06-10cmake: Use GNUInstallDirs for configurable install directoriesMichał Górny
Use the standard GNUInstallDirs CMake module to provide configurable install directories rather than hardcoding `bin`, `lib`, etc. Most importantly, this fixes install on modern 64-bit systems that use `lib64` rather than `lib`.
2024-06-09Bumped versionLadislav Zezula
2024-06-09Bumped version to 9.26v9.26Ladislav Zezula
2024-06-08Merge pull request #349 from Lectem/install-cmakeconfigLadislav Zezula
Install CMake config file to allow `find_package(StormLib)`
2024-06-08Install CMake config file to allow `find_package(StormLib)` and linking to ↵Lectem
`StormLib::storm` Users will now be able to do: ```cmake find_package(StormLib CONFIG REQUIRED) target_link_libraries(SomeTarget PRIVATE StormLib::storm) ``` Note that vcpkg now relies on this CMakeLists.txt, so if this is merged and a new version is released it will make it even easier to consume the library as it automatically detects config files.
2024-05-13Added ERROR_BUFFER_OVERFLOWLadislav Zezula
2024-04-21Merge pull request #346 from ladislav-zezula/LZ_GabeShermanFoundBugsLadislav Zezula
Fixed bugs found by Gabe Sherman
2024-04-21Regression tests completeLadislav Zezula
2024-04-21Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/344Ladislav Zezula
2024-04-21Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/343Ladislav Zezula
2024-04-21Regression tests completeLadislav Zezula
2024-04-21Fixed buffer overflow in https://github.com/ladislav-zezula/StormLib/issues/338Ladislav Zezula
2024-04-21Added buffer overflow checks to the Sparse decompression ↵Ladislav Zezula
(https://github.com/ladislav-zezula/StormLib/issues/337)
2024-04-21Added buffer overflow checks to the Huffmann decompression ↵Ladislav Zezula
(https://github.com/ladislav-zezula/StormLib/issues/336)
2024-04-21Regression tests for the first half of the bugs found by Gabe ShermanLadislav Zezula
2024-04-21Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/335Ladislav Zezula
2024-04-21Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/334Ladislav Zezula
2024-04-21Fixed kernelmode heap overflow (via ReadFile), described in ↵Ladislav Zezula
https://github.com/ladislav-zezula/StormLib/issues/333
2024-04-21Fixed reading big files from non-corrupt MPQsLadislav Zezula
2024-04-21Fixed heap overflow in https://github.com/ladislav-zezula/StormLib/issues/331Ladislav Zezula