Fix how address is logged when a wrong password is supplied
[oweals/minetest.git] / src / util / serialize.h
2015-08-01 kwolekrImprove accuracy and safety of float serialization
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-07-14 kwolekrIncrease limit of serialized long strings
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-04-12 BlockMenFix write and read S32 vectors
2014-03-15 ShadowNinjaMake serializeStructToString use an ostringstream
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrFix most warnings, re-fix MSVC compile error
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-02 Perttu AholaConst-correct util/serialize.h
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/