index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
unix
/
socket_helpers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Socket helpers now fall back to ipv4 on systems where ipv6 is disabled.
Fabio Alessandrelli
2017-05-08
1
-1
/
+9
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-25
/
+23
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
1
-0
/
+28
*
Implement TCP Server bind address
Fabio Alessandrelli
2017-01-23
1
-3
/
+11
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
1
-9
/
+5
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2016-12-09
1
-17
/
+13
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
1
-9
/
+9
*
Move V6ONLY flag selection inside helpers
Fabio Alessandrelli
2016-12-09
1
-4
/
+4
*
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2016-12-09
1
-4
/
+16
*
Fix _set_ip_addr_port not setting the address.
Fabio Alessandrelli
2016-12-09
1
-1
/
+1
*
Rename WINRT_ENABLED to UWP_ENABLED
George Marques
2016-11-03
1
-1
/
+1
*
Fix IPv6 linking for UWP
George Marques
2016-10-31
1
-0
/
+4
*
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
Fabio Alessandrelli
2016-10-30
1
-0
/
+7
*
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-10-30
1
-2
/
+2
*
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-10-30
1
-0
/
+21
*
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
2016-10-26
1
-2
/
+6
*
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-10-20
1
-0
/
+66