]> git.lizzy.rs Git - minetest.git/history - src/connection.cpp
Fix msvc2012 build
[minetest.git] / src / connection.cpp
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-06-12 MegafChanged Time Out message from ERROR to INFO.
2014-05-04 sapierFix numeric underflow on calculating window size adjustment
2014-04-29 sapierAdd download rate to media progress bar (non http mode...
2014-04-19 sapierReduce log level for incoming crap packets
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-09 sapierAdd support for named threads (atm linux only)
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-12 SelatPass arguments by reference
2014-02-05 ShadowNinjaAdd the option to bind to a specific address
2014-01-31 sapierAdd propper client initialization
2014-01-26 sapierFix bug only half of unreliable queue handled per step...
2014-01-21 kwolekrConnection: Stop processing malformed packet when encou...
2014-01-10 sapierFixed minetest reliable udp implementation (compatible...
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-08-04 Perttu AholaFix server getting completely choked up on even a littl...
2013-07-04 KahrlThrow exception instead of assert on nested reliable...
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-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaRemove misdesigned exception from ReliablePacketBuffer
2012-03-20 Perttu AholaAttempt to fix some minor memory leaks
2012-03-18 Perttu AholaAttempt to fix build for MSVC
2012-03-11 Perttu AholaProper handling of failing to bind server socket
2012-03-10 Perttu AholaIncrease Peer max_packets_per_second (hopefully doesn...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-10-30 Perttu AholaAttempt a workaround to the network layer segfault
2011-10-21 Perttu AholaMake it to compile on MSVC2010 0.3.dev-20111021
2011-10-21 Perttu AholaSome tuning in m_max_packets_per_second algorithm
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaBetter handling of SendFailedException in Connection
2011-10-17 Perttu AholaCatch SendFailedException when replying back in Connect...
2011-09-06 Perttu AholaMake Connection::Send cancel silently if peer doesn...
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-23 Perttu AholaOMG! Main Menu!
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-12-19 Perttu Aholaday/night working client side
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files