about summary refs log tree commit diff
path: root/src/engine/shared/huffman.cpp
AgeCommit message (Collapse)Author
2010-11-20Updated copyrightsSworddragon
2010-10-29added a null pointer check in huffman decompression code. it was possible to ↵m!nus
crash a masterserver by sending it a packet that had the compression flag (but not the connection-less flag) set because the huffman look up table is not initialized in the masterserver and thus resulted in a null-pointer-node. clients and servers (with initialized look up tables were not affected. it was also not possible to use this to inject code.
2010-09-24CHuffman::BubbleSort: speedup.Kaffeine
2010-08-16added fixes for compiler errors and warnings by sworddragonoy
2010-05-29copied refactor to trunkMagnus Auvinen