Node highlighting.
[oweals/minetest.git] / src / connection.h
2014-08-22 sapierImprove timeout calculation
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-05-04 sapierFix numeric underflow on calculating window size adjustment
2014-04-29 sapierAdd download rate to media progress bar (non http mode... 1254/head
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-01-31 sapierAdd propper client initialization 1116/head
2014-01-10 sapierFixed minetest reliable udp implementation (compatible... 1090/head
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-04 Perttu AholaFix server getting completely choked up on even a littl...
2013-06-23 prollerAdd support for IPv6
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
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-01 PilzAdamMerge support for anaglyph stereo
2012-11-29 Perttu AholaAdd congestion control settings to minetest.conf
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-11 Perttu AholaProper handling of failing to bind server socket
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-11-07 Kahrlutility.h: Change Buffer's interface to be more compati...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-06-01 Perttu Aholamerged an old head into main branch
2011-05-21 Perttu AholaCleaned networking code a bit (had this one on the...
2011-01-15 Perttu AholaPlayers are left on server while server is running...
2010-12-25 Perttu Aholatinkering around
2010-12-24 Perttu Aholadisconnect method to connection to be used instead...
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files