Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | Defragmenting hash table replaced by invalidating bad hash table entries | Ladislav Zezula | |
2022-02-12 | Merge pull request #242 from ladislav-zezula/LZ_AnotherSCXProtector | Ladislav Zezula | |
Updated test project for storm.dll | |||
2022-02-12 | Updated test project for storm.dll | Ladislav Zezula | |
2022-02-06 | Merge pull request #241 from ladislav-zezula/LZ_AnotherSCXProtector | Ladislav Zezula | |
Fixed file search order for Starcraft I | |||
2022-02-06 | Fixed file search order for Starcraft I | Ladislav Zezula | |
2022-01-23 | Merge pull request #239 from nielsAD/master | Ladislav Zezula | |
Fix C compliance for StormLib.h | |||
2022-01-22 | Fix C compliance for StormLib.h | NielsAD | |
2022-01-04 | Merge pull request #238 from DarthGandalf/zlib | Ladislav Zezula | |
Allow using external zlib and bzip libs on windows | |||
2022-01-04 | Allow using external zlib and bzip libs on windows | Alexey Sokolov | |
2021-12-26 | Fixed assert on some platforms | Ladislav Zezula | |
2021-12-24 | Merge pull request #234 from AMDmi3/tomcrypt-detection | Ladislav Zezula | |
Merged. Thanks for the contribution :-) | |||
2021-12-24 | Fix libtomcrypt detection in CMake | Dmitry Marakasov | |
2021-12-21 | Merge pull request #233 from ladislav-zezula/LZ_MoreFixesForScxProtector | Ladislav Zezula | |
More fixes for SCX protector | |||
2021-12-21 | Added text log from test run | Ladislav Zezula | |
2021-12-21 | Finalizing | Ladislav Zezula | |
2021-12-21 | Regression tests | Ladislav Zezula | |
2021-12-21 | Regression tests | Ladislav Zezula | |
2021-12-19 | Unifying build scripts with CascLib | Ladislav Zezula | |
2021-12-18 | Improved build file | Ladislav Zezula | |
2021-12-18 | Merge pull request #228 from AJenbo/patch-1 | Ladislav Zezula | |
Fix enumeration values not handled in switch warning | |||
2021-12-18 | Merge pull request #232 from ladislav-zezula/LZ_CannotExtractCHK | Ladislav Zezula | |
Update for protected Starcraft I maps | |||
2021-12-18 | Cosmetics | Ladislav Zezula | |
2021-12-18 | Bug fixes | Ladislav Zezula | |
2021-12-17 | Fixed bugs | Ladislav Zezula | |
2021-12-17 | Finalizing | Ladislav Zezula | |
2021-12-17 | Support for protected SCX files | Ladislav Zezula | |
2021-12-17 | Tests updated | Ladislav Zezula | |
2021-12-17 | Support for protected SCX files | Ladislav Zezula | |
2021-10-06 | Fixed support for SQP archives | Ladislav Zezula | |
2021-07-17 | Fix enumeration values not handled in switch warning | Anders Jenbo | |
2021-07-06 | Beautifying | Ladislav Zezula | |
2021-07-06 | Fixed ZLIB decompression | Ladislav Zezula | |
2021-07-02 | Fixed infinite loop in BZIP decompression | Ladislav Zezula | |
2021-05-17 | Merge pull request #225 from ladislav-zezula/AlignmentAware | Ladislav Zezula | |
Alignment aware | |||
2021-05-17 | PDWORD -> LPDWORD | Ladislav Zezula | |
2021-05-17 | Removed asserts | Ladislav Zezula | |
2021-05-17 | Added alignment-aware block encryption/decryption | Ladislav Zezula | |
2021-05-17 | nError -> dwErrCode | Ladislav Zezula | |
2021-05-15 | Merge pull request #223 from ladislav-zezula/CLANG_12_MAC | Ladislav Zezula | |
Clang 12 mac | |||
2021-05-15 | Fixed #endif | Ladislav Zezula | |
2021-05-15 | LTC_NO_PROTOTYPES splitted into multiple sub-macros | Ladislav Zezula | |
2021-05-15 | Added C++11 support in MAKEFILE | Ladislav Zezula | |
2021-05-15 | Fixed thread_local | Ladislav Zezula | |
2021-05-15 | Created branch for CLANG 12 expeiments | Ladislav Zezula | |
2021-05-11 | User data is returned only if there are any, actually | Ladislav Zezula | |
2021-05-06 | Fixed infinite loop | Ladislav Zezula | |
2021-05-01 | Merge pull request #219 from glebm/patch-1 | Ladislav Zezula | |
Thank you for the contribution! | |||
2021-05-01 | Make nLastError thread-local | Gleb Mazovetskiy | |
Before this fix, `Get/SetLastError` on non-Windows behaved incorrectly when used from multiple threads. | |||
2021-04-16 | Minor fix | Ladislav Zezula | |
2021-04-08 | Merge pull request #216 from glebm/patch-1 | Ladislav Zezula | |
StormPort.h: Do not assume mmap support |