aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests failing if IPv6 not availableCraig Robbins2014-11-021-90/+69
| | | | | | See: https://github.com/minetest/minetest/issues/1526 https://github.com/minetest/minetest/issues/793
* Split settings into seperate source and header filesShadowNinja2014-09-211-14/+15
| | | | This also cleans up settings a bit
* Fix broken Ipv4 serialization on win32sapier2014-04-111-1/+2
|
* Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl2014-04-101-0/+21
|
* Add the option to bind to a specific addressShadowNinja2014-02-051-8/+19
|
* Fix exception caused by destroying sockets on Server shutdownkwolekr2013-12-311-3/+6
|
* Correct useragent in http queriesproller2013-11-061-2/+7
| | | | Net struct init
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-4/+7
|
* Fix ipv6 on windowsproller2013-06-241-1/+31
|
* Math mapgen fix, ip show on connect, pathfinder segfault fixproller2013-06-231-25/+4
|
* Add support for IPv6proller2013-06-231-160/+327
| | | | | | | Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+2
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola2012-03-221-3/+2
|
* Move headers from socket.h to socket.cppPerttu Ahola2012-03-221-0/+27
|
* Fix UDPSocket's debug outputPerttu Ahola2012-03-221-2/+4
|
* Handle select errno EINTR properly (not doing this breaks at least many ↵Perttu Ahola2012-03-081-0/+3
| | | | profilers)
* Better handling of SendFailedException in ConnectionPerttu Ahola2011-10-181-1/+1
|
* Fix use of && instead of &Giuseppe Bilotta2011-08-121-4/+4
|
* added ipban supportConstantin Wenger2011-08-121-0/+10
| | | | | commands: /#ipban <nick> /#ipunban <ip>
* fixed warnings reported by cppcheckPerttu Ahola2011-04-111-0/+2
|
* local game connects to 127.0.0.1 instead of localhost (windows returns an ↵Perttu Ahola2011-02-081-0/+8
| | | | ipv6 address sometimes which is not supported)
* working goodPerttu Ahola2010-12-261-2/+3
|
* settings manager: better default setting handling and updating config file ↵Perttu Ahola2010-12-141-2/+2
| | | | and command line parsing
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Windows bug fixesPerttu Ahola2010-11-291-1/+7
|
* sitä sun tätä tekeillä, toimii kivastiPerttu Ahola2010-11-291-0/+4
|
* Initial filesPerttu Ahola2010-11-271-0/+311