index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
unix
/
net_socket_posix.cpp
Age
Commit message (
Expand
)
Author
2022-10-10
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-10-03
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
Merge pull request #47398 from Faless/feature/network-local-port-salvaged
Rémi Verschelde
2021-04-26
[Net] Fix socket poll timeout on Windows.
Fabio Alessandrelli
2021-04-12
Allow local port control on net_socket connections
dam
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-20
doc: Warn about using Node internal processing
Rémi Verschelde
2020-06-03
Remove 32-bit String to_int method
Aaron Franke
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-19
Fix set_reuse_address on non-Windows platforms.
Fabio Alessandrelli
2020-02-18
Merge pull request #36321 from Faless/net/win_tcp_noreuse
Rémi Verschelde
2020-02-18
Disable NetSocket reuse address on Windows.
Fabio Alessandrelli
2020-02-16
Add peek option to NetSocket recv_from.
Fabio Alessandrelli
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-17
Make NetSockets quiter.
Fabio Alessandrelli
2019-12-14
UDP sockets broadcast is now disabled by default.
Fabio Alessandrelli
2019-12-10
NetSocket set_broadcast_enabled returns Error enum
Fabio Alessandrelli
2019-10-25
Use WSAConnect instead of connect on Windows.
Fabio Alessandrelli
2019-10-08
Merge pull request #32616 from Faless/net/fix_close_exec
Rémi Verschelde
2019-10-07
Disable socket descriptor sharing with subprocs.
Fabio Alessandrelli
2019-09-30
Optional Unix Socket disable for devices that do not support it
Jairo
2019-07-10
Use reference to constant in functions
qarmin
2019-07-01
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-28
Properly disable SIGPIPE on OSX network sockets.
Fabio Alessandrelli
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-21
Merge pull request #29935 from Faless/net/get_if_multicast_pr
Rémi Verschelde
2019-06-21
Multicast support in NetSocket/PacketPeerUDP
Fabio Alessandrelli
2019-06-20
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-06-15
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-05-02
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-02-13
Fix typos with codespell
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-11-18
Properly accept wildcard when binding IPv4 socket.
Fabio Alessandrelli
[next]