Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-02 | Merge pull request #367 from ladislav-zezula/LZ_FileNameSafev9.30 | Ladislav Zezula | |
Lz file name safe | |||
2024-11-02 | Cosmetics | Ladislav Zezula | |
2024-11-02 | Fixed building of DLL | Ladislav Zezula | |
2024-11-02 | Merge pull request #366 from ladislav-zezula/LZ_FileNameSafe | Ladislav Zezula | |
StormLib version 9.30 | |||
2024-11-02 | Added functions for conversions between MPQ file name <-> Safe file name | Ladislav Zezula | |
2024-10-21 | Updated build instructions | Ladislav Zezula | |
2024-10-21 | Updated build instructions | Ladislav Zezula | |
2024-10-21 | Updated build instructions | Ladislav Zezula | |
2024-10-21 | Updatet build instructions | Ladislav Zezula | |
2024-08-18 | Flushing changes | Ladislav Zezula | |
2024-08-18 | Merge pull request #356 from pionere/replength | Ladislav Zezula | |
use MAX_REP_LENGTH | |||
2024-08-18 | Merge pull request #355 from pionere/shortint | Ladislav Zezula | |
use int instead of short in FindRep | |||
2024-08-18 | use MAX_REP_LENGTH | pionere | |
use MAX_REP_LENGTH everywhere in implode.c + fix a typo | |||
2024-08-18 | use int instead of short in FindRep | pionere | |
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-25 | Merge pull request #354 from TheNitesWhoSay/master | Ladislav Zezula | |
Add STORM_UNICODE option for windows cmake builds | |||
2024-07-24 | add cmake unicode option for windows builds | Justin F | |
2024-06-10 | Merge pull request #352 from mgorny/gnuinstalldirs | Ladislav Zezula | |
Merging. Thank you for the contibution. | |||
2024-06-10 | cmake: Use GNUInstallDirs for configurable install directories | Michał 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-09 | Bumped version | Ladislav Zezula | |
2024-06-09 | Bumped version to 9.26v9.26 | Ladislav Zezula | |
2024-06-08 | Merge pull request #349 from Lectem/install-cmakeconfig | Ladislav Zezula | |
Install CMake config file to allow `find_package(StormLib)` | |||
2024-06-08 | Install 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-13 | Added ERROR_BUFFER_OVERFLOW | Ladislav Zezula | |
2024-04-21 | Merge pull request #346 from ladislav-zezula/LZ_GabeShermanFoundBugs | Ladislav Zezula | |
Fixed bugs found by Gabe Sherman | |||
2024-04-21 | Regression tests complete | Ladislav Zezula | |
2024-04-21 | Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/344 | Ladislav Zezula | |
2024-04-21 | Fixed page fault from https://github.com/ladislav-zezula/StormLib/issues/343 | Ladislav Zezula | |
2024-04-21 | Regression tests complete | Ladislav Zezula | |
2024-04-21 | Fixed buffer overflow in https://github.com/ladislav-zezula/StormLib/issues/338 | Ladislav Zezula | |
2024-04-21 | Added buffer overflow checks to the Sparse decompression ↵ | Ladislav Zezula | |
(https://github.com/ladislav-zezula/StormLib/issues/337) | |||
2024-04-21 | Added buffer overflow checks to the Huffmann decompression ↵ | Ladislav Zezula | |
(https://github.com/ladislav-zezula/StormLib/issues/336) | |||
2024-04-21 | Regression tests for the first half of the bugs found by Gabe Sherman | Ladislav Zezula | |
2024-04-21 | Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/335 | Ladislav Zezula | |
2024-04-21 | Fixed division by zero in https://github.com/ladislav-zezula/StormLib/issues/334 | Ladislav Zezula | |
2024-04-21 | Fixed kernelmode heap overflow (via ReadFile), described in ↵ | Ladislav Zezula | |
https://github.com/ladislav-zezula/StormLib/issues/333 | |||
2024-04-21 | Fixed reading big files from non-corrupt MPQs | Ladislav Zezula | |
2024-04-21 | Fixed heap overflow in https://github.com/ladislav-zezula/StormLib/issues/331 | Ladislav Zezula | |
2024-04-21 | Fixed too-big-alloc in https://github.com/ladislav-zezula/StormLib/issues/329 | Ladislav Zezula | |
2024-04-21 | Fixed stack overflow in https://github.com/ladislav-zezula/StormLib/issues/328 | Ladislav Zezula | |
2024-04-21 | Fixed heap overrun in https://github.com/ladislav-zezula/StormLib/issues/327 | Ladislav Zezula | |
2024-04-16 | Merge pull request #326 from ladislav-zezula/LZ_NewProtectedMPQ | Ladislav Zezula | |
Support for new MPQ protection | |||
2024-04-16 | Removed trailing whitespacesLZ_NewProtectedMPQ | Ladislav Zezula | |
2024-04-16 | Removed warning | Ladislav Zezula | |
2024-04-16 | Added test results for the unsupported MPQ | Ladislav Zezula | |
2024-04-15 | Work in progress: New MPQ protector | Ladislav Zezula | |
2024-03-31 | Removed unnecessry file | Ladislav Zezula | |
2024-03-31 | Rebuilt StormLib.dll | Ladislav Zezula | |
2024-03-23 | Merge pull request #322 from Chaosvex/arg_fix | Ladislav Zezula | |
Thanks for the fix :-) | |||
2024-03-22 | Fix CompressADPCM argument order | Chaosvex | |
2024-03-07 | + Fixed regression tests | Ladislav Zezula | |
+ Refactored udage of UNICODE characters + Fixed regression tests on Linux |