Various improvements to the IPCChannel class. Messages are now protected by Adler32...
commit4385a2dfd955d0c02a229f373d6eaa890030594a
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 14 Dec 2014 18:36:40 +0000 (14 19:36 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 14 Dec 2014 18:36:40 +0000 (14 19:36 +0100)
tree8b794bf4effb88c19145416875040e9df0729072
parent563cc1c1852b4ab9561c670b81e33eeb42d701df
Various improvements to the IPCChannel class. Messages are now protected by Adler32 checksums.
MUtilities_VS2013.vcxproj
MUtilities_VS2013.vcxproj.filters
include/MUtils/IPCChannel.h
src/3rd_party/adler32/LICENSE.txt [new file with mode: 0644]
src/3rd_party/adler32/include/adler32.h [new file with mode: 0644]
src/3rd_party/adler32/src/adler32.cpp [new file with mode: 0644]
src/3rd_party/strnatcmp/src/strnatcmp.cpp
src/IPCChannel.cpp