aboutsummaryrefslogtreecommitdiff
path: root/src/SFileAttributes.cpp
AgeCommit message (Collapse)Author
2023-08-04Fixed heap overflow in handling of file patchLadislav Zezula
2022-03-26Big endian fixesGaryOderNichts
2021-05-17nError -> dwErrCodeLadislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
2017-08-17+ Fixed issue "Internal Files Creation Settings #96"Zezula Ladislav
2016-11-06+ Reverted include directoriesLadislav Zezula
2016-11-05fix cmake dependency and move headers to includeLectem
2015-05-28+ Fixed bug in SFileReadFileunknown
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-06+ Fixed possible stack overflow in HashStringJenkinsunknown
+ StormLib now creates a listfile even for empty archives to make sure it will be maintained at later point when files are added to it + Bug fixes in listfile loading
2015-05-04+ The "(attributes)" file si only loaded if the block table was not cutunknown
2015-05-01+ Removed back reference of FileTable -> HashTable, as it is logically incorrectunknown
+ Optimized patching process so it consimes less memory + Added hash table and block table defragmenting for malformed War3 maps
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2014-10-07+ Improved patching process so that it works for Starcraft II patchesLadislav Zezula
+ Removed memory leaks in file search
2014-08-27+ Added support for signing MPQ archive (weak signature).v9.10Ladislav Zezula
+ Added test cases for signature support + Release 9.10
2014-08-25+ Added support for newest Spazzler protectorLadislav Zezula
2014-05-15+ Fixunknown
2014-04-18+ Renamed Test.cpp to StormTest.cppLadislav
2014-03-27+ Fixed crash when adding file after an empty archive has been flushedLadislav
2014-03-18+ Size check for (attributes) is only performed in StormLib testprogramLadislav Zezula
2014-03-03+ Fixed bug in checking size of (attributes) fileLadislav Zezula
2014-01-13+ Support for BOBA map protectorLadislav Zezula
2014-01-03+ Version 9.00 releasedLadislav
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
2013-12-09+ BugfixesLadislav Zezula
2013-12-06+ Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpqLadislav Zezula
+ FileStream now handles files over 2GB properly + Test under Linux
2013-12-05+ StormLib 9.0 BETALadislav Zezula
2013-11-18+ Adding files to MPQ no longer removes (listfile) and (attributes) when not ↵v8.99Ladislav
enough space in the hash table + Fixes in deletion of files from MPQs v 4.0
2013-01-11Initial creationLadislav Zezula