]> git.lizzy.rs Git - minetest.git/history - src/socket.h
Optimize headers (part 2) (#6272)
[minetest.git] / src / socket.h
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-27 adridoFix msvc annoyances (#5963)
2017-06-21 Loïc BlotCpp11 initializers: last src root changeset (#6022)
2015-11-08 kwolekrAdd errno to socket creation failed exception
2014-11-02 Craig RobbinsFix unit tests failing if IPv6 not available
2014-04-10 KahrlInfer ipv6_server from bind_address; fix client connect...
2014-02-05 ShadowNinjaAdd the option to bind to a specific address
2013-06-23 prollerAdd support for IPv6
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-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-22 Perttu AholaAdd output levels --info and --trace (--verbose is...
2012-03-22 Perttu AholaMove headers from socket.h to socket.cpp
2011-10-18 Perttu AholaBetter handling of SendFailedException in Connection
2011-08-12 Perttu AholaMerge remote-tracking branch 'speedprog/banByIp'
2011-08-12 Constantin Wengeradded ipban support
2011-02-11 Perttu Aholasome fixes to make compiling on some bsd easier
2011-02-11 Perttu Aholafully working i guess
2011-02-11 Perttu Aholanew texture stuff quite working
2011-02-08 Perttu Aholalocal game connects to 127.0.0.1 instead of localhost...
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files