| Commit message (Expand) | Author | Age |
* | Fix all warnings and remove -Wno-unused-but-set cflag | kwolekr | 2015-01-18 |
* | Performance fixes. | onkrot | 2015-01-13 |
* | Fix -Wtype-limits warnings and remove disabling of -Wtype-limits | Craig Robbins | 2014-12-29 |
* | Fix MSVC compiler warning about passing this pointer in initializer list | sapier | 2014-12-28 |
* | Use std::string::empty() instead of size() where applicable | Anton | 2014-12-12 |
* | Fix #1733: An unhandled exception occurred: GetPeer: Peer not found (possible... | Craig Robbins | 2014-10-28 |
* | Log unhandled exceptions in connectionthreads to errorstream | sapier | 2014-09-06 |
* | Fix access to invalid data on reception of packet with size 0 | sapier | 2014-09-06 |
* | Improve timeout calculation | sapier | 2014-08-22 |
* | Fix errors/warnings reported by valgrind | sfan5 | 2014-07-06 |
* | Add prefixes to enum values and fix style issues | kwolekr | 2014-06-28 |
* | Changed Time Out message from ERROR to INFO. | Megaf | 2014-06-12 |
* | Fix numeric underflow on calculating window size adjustment | sapier | 2014-05-04 |
* | Add download rate to media progress bar (non http mode only!) | sapier | 2014-04-29 |
* | Reduce log level for incoming crap packets | sapier | 2014-04-19 |
* | Bunch of small fixes (coding style, very unlikely errors, warning messages) | sapier | 2014-04-19 |
* | Fix all warnings reported by clang | Sfan5 | 2014-04-15 |
* | Add support for named threads (atm linux only) | sapier | 2014-04-09 |
* | Cleanup client init states by bumping protocol version | sapier | 2014-04-08 |
* | Pass arguments by reference | Selat | 2014-03-12 |
* | Add the option to bind to a specific address | ShadowNinja | 2014-02-05 |
* | Add propper client initialization | sapier | 2014-01-31 |
* | Fix bug only half of unreliable queue handled per step in worst case | sapier | 2014-01-26 |
* | Connection: Stop processing malformed packet when encountered | kwolekr | 2014-01-21 |
* | Fixed minetest reliable udp implementation (compatible to old clients) | sapier | 2014-01-10 |
* | Make MutexQueue use jsemaphore for signaling | sapier | 2014-01-10 |
* | Replace SimpleThread by JThread now implementing same features | sapier | 2013-12-15 |
* | Fix server getting completely choked up on even a little of DoS | Perttu Ahola | 2013-08-04 |
* | Throw exception instead of assert on nested reliable packets | Kahrl | 2013-07-04 |
* | Add support for IPv6 | proller | 2013-06-23 |
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | Add congestion control settings to minetest.conf | Perttu Ahola | 2012-11-29 |
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
* | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola | 2012-06-05 |
* | Remove misdesigned exception from ReliablePacketBuffer | Perttu Ahola | 2012-06-04 |
* | Attempt to fix some minor memory leaks | Perttu Ahola | 2012-03-20 |
* | Attempt to fix build for MSVC | Perttu Ahola | 2012-03-18 |
* | Proper handling of failing to bind server socket | Perttu Ahola | 2012-03-11 |
* | Increase Peer max_packets_per_second (hopefully doesn't break anything) | Perttu Ahola | 2012-03-11 |
* | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl | 2012-01-12 |
* | Make Connection::Receive return the data via a SharedBuffer reference, so the... | Kahrl | 2011-11-07 |
* | Attempt a workaround to the network layer segfault | Perttu Ahola | 2011-10-30 |
* | Make it to compile on MSVC2010 | Perttu Ahola | 2011-10-21 |
* | Some tuning in m_max_packets_per_second algorithm | Perttu Ahola | 2011-10-21 |
* | Improve Connection with threading and some kind of congestion control | Perttu Ahola | 2011-10-20 |
* | Better handling of SendFailedException in Connection | Perttu Ahola | 2011-10-18 |
* | Catch SendFailedException when replying back in Connection::Receive() | Perttu Ahola | 2011-10-17 |
* | Make Connection::Send cancel silently if peer doesn't exist. | Perttu Ahola | 2011-09-06 |