index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
/
stream_peer_winsock.cpp
Age
Commit message (
Expand
)
Author
2017-01-23
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-01-23
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-16
Fix bug in windows TCP poll function
Fabio Alessandrelli
2017-01-15
Merge pull request #7510 from Faless/tcp_connect
Rémi Verschelde
2017-01-14
StreamPeerWinsock: Fix changed declarations
Rémi Verschelde
2017-01-14
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-13
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-01-02
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-12-09
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2016-12-09
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2016-12-09
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2016-12-09
Properly handle tcp connection failure
Fabio Alessandrelli
2016-10-30
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-10-26
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
2016-10-20
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-12-13
added binary API to StreamPeer, fixes #2863
Juan Linietsky
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2014-02-17
windows StreamPeerWinsock::set_nodelay implementation
Benjamin Scranton
2014-02-09
GODOT IS OPEN SOURCE
Juan Linietsky