aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseFileTable.cpp
AgeCommit message (Collapse)Author
2025-03-01validate dwHashTableSizepionere
- dwHashTableSize must be a power of two, otherwise HASH_INDEX_MASK does not work
2024-04-21Regression tests completeLadislav Zezula
2024-04-21Fixed buffer overflow in https://github.com/ladislav-zezula/StormLib/issues/338Ladislav Zezula
2024-04-21Regression tests for the first half of the bugs found by Gabe ShermanLadislav 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-15Work in progress: New MPQ protectorLadislav Zezula
2024-02-11The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchiveLadislav Zezula
2023-12-30Regression tests passedLadislav Zezula
2023-11-13Tabs -> SpacesLadislav Zezula
2023-06-07Version incrementedLadislav Zezula
2023-06-06Fixed loading of corrupt MPQ version 2Ladislav Zezula
2023-02-02Fixed bugsLadislav Zezula
2023-01-07MPQ_V4: Byteswap header after md5 is verifiedGaryOderNichts
2023-01-06Added support for non-encrypted MPK filesLadislav Zezula
2022-10-03Locale & platform problems fixed, regression tests doneLadislav Zezula
2022-09-28lcLocale -> lcFileLocale. Now also contains platformLadislav Zezula
2022-07-01Fixed commentLadislav Zezula
2022-06-12FixedLadislav Zezula
2022-06-05Added more strict check for corrupt HET tableLadislav Zezula
2022-02-13SFileAddListFile optimized for protectors that set too large hash tableLadislav Zezula
2022-02-12Fixed regression testsLadislav Zezula
2022-02-12Defragmenting hash table replaced by invalidating bad hash table entriesLadislav Zezula
2022-02-06Fixed file search order for Starcraft ILadislav Zezula
2021-12-17Support for protected SCX filesLadislav Zezula
2021-05-17nError -> dwErrCodeLadislav Zezula
2020-12-20Yet another NP_Protect versionLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-12-06* Better checks for MPQ header v 4.0Ladislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
2020-11-21* Release 9.23v9.23Ladislav Zezula
* Fixed regressions * Fixed test program
2020-11-18Fixed some variants of NP_Protect-ed mapsLadislav Zezula
2020-10-26Added universal makefile for Visual StudioLadislav Zezula
2020-10-26Name conflict with Unreal Engine 4: TBitArrayLadislav Zezula
2020-10-25TBitArray: Changed struct to classLadislav Zezula
2020-10-24Changed PLATFORM_* to STORMLIB_*Ladislav Zezula
2020-10-24TBitArray made privateLadislav Zezula
2020-09-22Added support for NP_Protect protector (SC2 Maps)Ladislav Zezula
2020-08-31Fixed missing hash table in case when HET table existsLadislav Zezula
2020-08-09Loading of MPQs v 4.0 with fake MPQ headersLadislav Zezula
2019-09-11BlehZezula Ladislav
2019-09-11Added detection of compiled LUA scriptsZezula Ladislav
2018-11-08* New feature: Force add listfileLadislav Zezula
2018-10-15+ Fixed arbitrarily large allocations caused by TQMPHeader::dwBlockTableSizeZezula Ladislav
2017-11-08+ SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵Zezula Ladislav
of "const char *" + Fixed some bugs
2017-07-28+ Fixed bug when SFileAddFileEx could add a file with MPQ_FILE_SINGLE_UNIT ↵Zezula Ladislav
to a Warcraft III map
2017-07-26Added support for PG1.11.973 protectorLadislav Zezula