aboutsummaryrefslogtreecommitdiff
path: root/src/connection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix numeric underflow on calculating window size adjustmentsapier2014-05-041-1/+1
* Add download rate to media progress bar (non http mode only!)sapier2014-04-291-117/+211
* Reduce log level for incoming crap packetssapier2014-04-191-2/+2
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-191-9/+9
* Fix all warnings reported by clangSfan52014-04-151-3/+2
* Add support for named threads (atm linux only)sapier2014-04-091-0/+4
* Cleanup client init states by bumping protocol versionsapier2014-04-081-2/+2
* Pass arguments by referenceSelat2014-03-121-2/+2
* Add the option to bind to a specific addressShadowNinja2014-02-051-9/+18
* Add propper client initializationsapier2014-01-311-64/+106
* Fix bug only half of unreliable queue handled per step in worst casesapier2014-01-261-1/+2
* Connection: Stop processing malformed packet when encounteredkwolekr2014-01-211-0/+1
* Fixed minetest reliable udp implementation (compatible to old clients)sapier2014-01-101-777/+2036
* Make MutexQueue use jsemaphore for signalingsapier2014-01-101-2/+3
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-151-2/+2
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-041-8/+8
* Throw exception instead of assert on nested reliable packetsKahrl2013-07-041-1/+2
* Add support for IPv6proller2013-06-231-2/+5
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-132/+122
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add congestion control settings to minetest.confPerttu Ahola2012-11-291-6/+22
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-0/+12
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Remove misdesigned exception from ReliablePacketBufferPerttu Ahola2012-06-041-2/+4
* Attempt to fix some minor memory leaksPerttu Ahola2012-03-201-0/+8
* Attempt to fix build for MSVCPerttu Ahola2012-03-181-3/+3
* Proper handling of failing to bind server socketPerttu Ahola2012-03-111-2/+13
* Increase Peer max_packets_per_second (hopefully doesn't break anything)Perttu Ahola2012-03-111-1/+1
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-5/+1
* Make Connection::Receive return the data via a SharedBuffer reference, so the...Kahrl2011-11-071-2/+2
* Attempt a workaround to the network layer segfaultPerttu Ahola2011-10-301-1/+1
* Make it to compile on MSVC2010Perttu Ahola2011-10-211-1/+1
* Some tuning in m_max_packets_per_second algorithmPerttu Ahola2011-10-211-2/+3
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-544/+824
* Better handling of SendFailedException in ConnectionPerttu Ahola2011-10-181-3/+6
* Catch SendFailedException when replying back in Connection::Receive()Perttu Ahola2011-10-171-0/+5
* Make Connection::Send cancel silently if peer doesn't exist.Perttu Ahola2011-09-061-1/+3
* Cleaned networking code a bit (had this one on the to-do list for like 4 mont...Perttu Ahola2011-05-211-15/+11
* OMG! Main Menu!Perttu Ahola2011-01-231-1/+1
* Players are left on server while server is running. No passwords yet.Perttu Ahola2011-01-151-9/+9
* tinkering aroundPerttu Ahola2010-12-251-7/+5
* disconnect method to connection to be used instead of just timing outPerttu Ahola2010-12-241-1/+43
* day/night working client sidePerttu Ahola2010-12-191-0/+1
* license stuffPerttu Ahola2010-11-291-0/+19
* Initial filesPerttu Ahola2010-11-271-0/+1321