aboutsummaryrefslogtreecommitdiff
path: root/src/connection.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-151-4/+4
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-4/+3
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-041-1/+1
* Add support for IPv6proller2013-06-231-2/+2
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-10/+13
* 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-1/+5
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-14/+6
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Proper handling of failing to bind server socketPerttu Ahola2012-03-111-0/+15
* Make Connection::Receive return the data via a SharedBuffer reference, so the...Kahrl2011-11-071-1/+1
* utility.h: Change Buffer's interface to be more compatible with SharedBuffer'...Kahrl2011-11-071-2/+2
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-72/+209
* Cleaned networking code a bit (had this one on the to-do list for like 4 mont...Perttu Ahola2011-05-211-16/+3
* Players are left on server while server is running. No passwords yet.Perttu Ahola2011-01-151-1/+1
* tinkering aroundPerttu Ahola2010-12-251-1/+1
* disconnect method to connection to be used instead of just timing outPerttu Ahola2010-12-241-1/+13
* license stuffPerttu Ahola2010-11-291-0/+19
* Initial filesPerttu Ahola2010-11-271-0/+474