aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-02Merge pull request #367 from ladislav-zezula/LZ_FileNameSafev9.30Ladislav Zezula
2024-11-02CosmeticsLadislav Zezula
2024-11-02Fixed building of DLLLadislav Zezula
2024-11-02Merge pull request #366 from ladislav-zezula/LZ_FileNameSafeLadislav Zezula
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
2024-08-18Merge pull request #355 from pionere/shortintLadislav Zezula
2024-08-18use MAX_REP_LENGTHpionere
2024-08-18use int instead of short in FindReppionere
2024-07-25Merge pull request #354 from TheNitesWhoSay/masterLadislav Zezula
2024-07-24add cmake unicode option for windows buildsJustin F
2024-06-10Merge pull request #352 from mgorny/gnuinstalldirsLadislav Zezula
2024-06-10cmake: Use GNUInstallDirs for configurable install directoriesMichał Górny
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
2024-06-08Install CMake config file to allow `find_package(StormLib)` and linking to `S...Lectem
2024-05-13Added ERROR_BUFFER_OVERFLOWLadislav Zezula
2024-04-21Merge pull request #346 from ladislav-zezula/LZ_GabeShermanFoundBugsLadislav Zezula
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 (https://github.com/...Ladislav Zezula
2024-04-21Added buffer overflow checks to the Huffmann decompression (https://github.co...Ladislav Zezula
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 https://github.co...Ladislav Zezula
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
2024-04-21Fixed too-big-alloc in https://github.com/ladislav-zezula/StormLib/issues/329Ladislav Zezula
2024-04-21Fixed stack overflow in https://github.com/ladislav-zezula/StormLib/issues/328Ladislav Zezula
2024-04-21Fixed heap overrun in https://github.com/ladislav-zezula/StormLib/issues/327Ladislav Zezula
2024-04-16Merge pull request #326 from ladislav-zezula/LZ_NewProtectedMPQLadislav Zezula
2024-04-16Removed trailing whitespacesLZ_NewProtectedMPQLadislav Zezula
2024-04-16Removed warningLadislav Zezula
2024-04-16Added test results for the unsupported MPQLadislav Zezula
2024-04-15Work in progress: New MPQ protectorLadislav Zezula
2024-03-31Removed unnecessry fileLadislav Zezula
2024-03-31Rebuilt StormLib.dllLadislav Zezula
2024-03-23Merge pull request #322 from Chaosvex/arg_fixLadislav Zezula
2024-03-22Fix CompressADPCM argument orderChaosvex
2024-03-07+ Fixed regression testsLadislav Zezula