aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-28+ Make coverity happyLadislav Zezula
2015-05-28+ Fixed use-after-freeLadislav Zezula
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-21+ Fixed bug in "CheckWildCard"Ladislav Zezula
2015-05-13+ Too large listfiles are ignored on malformed mapsunknown
2015-05-13+ SFileFindFile now correctly returns hash index and locale, if existunknown
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+ Optimized loading listfileunknown
2015-05-04+ Fixed bug in defragmenting block tableunknown
2015-05-04+ Added detection of SLK extensionunknown
2015-05-04+ The "(attributes)" file si only loaded if the block table was not cutunknown
2015-05-03+ Fixed return valueunknown
2015-05-01+ Re-addedunknown
2015-05-01Merge branch 'master' of https://github.com/ladislav-zezula/StormLibunknown
Conflicts: src/SBaseFileTable.cpp
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-04-27+ Better algorithm of checking wildcardsLadislav Zezula
2015-04-22+ PDWORD -> LPDWORDunknown
2015-04-22+ Added STORM_REALLOCunknown
2015-04-21+ Defragmenting file table fixedunknown
2015-04-18+ SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead ↵unknown
of raw table loaded from the file
2015-04-18+ Fixed use-after-free in SListFileFindFirstFileunknown
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags + New MPQ flag: MPQ_FLAG_WAR3_MAP
2015-04-06Better Windows platform detectionJ.C. Moyer
2015-04-01+ Better handling of MPQs corrupted by yet another silly MPQ protectorunknown
2015-03-17+ SFileVerify: Added check whether the weak signature is not zeroed out.Ladislav Zezula
+ Typos
2015-03-13+ Support for MPQ.KangTooJee map protectorunknown
+ Compacting optimized
2015-02-03+ If a MPQ looks like a Warcraft III map, MPQ User Data are not checked.Ladislav Zezula
+ Bye bye, "Somj2hM16" protector.
2015-01-19+ More parameter checkingLadislav Zezula
2015-01-18+ More paratemer checking to make nitpickers happyunknown
2014-12-23+ Adding files into MPQs that have BlockTableSize > HashTableSize is not allowedLadislav Zezula
+ Compacting MPQs that have BlockTableSize > HashTableSize is allowed
2014-12-05+ Optimized patching processLadislav Zezula
+ Fixed bug on opening Hearthstone patch files
2014-12-02+ Files with zero size are now processed properly during archive compactingLadislav Zezula
+ Fixed few memory leaks
2014-11-25+ Fixed bug in processing HET tableLadislav Zezula
2014-10-07+ SFILE_FIND_DATA now contains base hash index, instead of patch hash indexLadislav Zezula
2014-10-07+ Improved patching process so that it works for Starcraft II patchesLadislav Zezula
+ Removed memory leaks in file search
2014-09-18+ SFileAddListFile now returns proper error code if the file cannot be added.Ladislav Zezula
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-26+ When adding a file in the MPQ, a space used by internal MPQ files is reusedLadislav Zezula
2014-08-25+ Removed unnecessary filesLadislav Zezula
2014-08-25+ Added support for newest Spazzler protectorLadislav Zezula
2014-08-23+ Fixed batch file for my personal directory onlyLadislav
+ Added private key for strong signature
2014-06-20+ Test commitv9.00aLadislav
2014-06-13+ Limited MPQ header search to 0x08000000 bytesLadislav
2014-05-15+ Fixunknown
2014-05-15+ Fixed memory leakunknown
2014-05-06+ NULL is not good replacement for INVALID_HANDLE_VALUELadislav
2014-05-06+ Fixed bug in SFileSetFilePointerLadislav Zezula
2014-04-18+ Renamed Test.cpp to StormTest.cppLadislav
2014-04-12+ Removed deprecated stuffLadislav
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