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
/
net_socket_posix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Net] Split Unix/Windows NetSocket implementation
Fabio Alessandrelli
2024-11-10
1
-800
/
+0
*
Adding a macro on NetSocketPosix to pick the right type for FIONREAD len
Pablo Andres Fuente
2024-09-17
1
-1
/
+3
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
[Net] Explicitly handle buffer errors in send/recv
Fabio Alessandrelli
2023-07-19
1
-0
/
+20
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-10-10
1
-2
/
+2
*
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-17
/
+11
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-6
/
+10
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-3
/
+3
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-14
/
+14
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-5
/
+5
*
Merge pull request #47398 from Faless/feature/network-local-port-salvaged
Rémi Verschelde
2021-04-27
1
-15
/
+48
|
\
|
*
Allow local port control on net_socket connections
dam
2021-04-12
1
-15
/
+48
*
|
[Net] Fix socket poll timeout on Windows.
Fabio Alessandrelli
2021-04-26
1
-1
/
+1
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-20
1
-2
/
+2
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+33
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-13
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-3
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Fix set_reuse_address on non-Windows platforms.
Fabio Alessandrelli
2020-02-19
1
-2
/
+0
*
Merge pull request #36321 from Faless/net/win_tcp_noreuse
Rémi Verschelde
2020-02-18
1
-3
/
+10
|
\
|
*
Disable NetSocket reuse address on Windows.
Fabio Alessandrelli
2020-02-18
1
-3
/
+10
*
|
Add peek option to NetSocket recv_from.
Fabio Alessandrelli
2020-02-16
1
-2
/
+2
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make NetSockets quiter.
Fabio Alessandrelli
2019-12-17
1
-14
/
+34
*
UDP sockets broadcast is now disabled by default.
Fabio Alessandrelli
2019-12-14
1
-4
/
+6
*
NetSocket set_broadcast_enabled returns Error enum
Fabio Alessandrelli
2019-12-10
1
-3
/
+5
*
Use WSAConnect instead of connect on Windows.
Fabio Alessandrelli
2019-10-25
1
-1
/
+5
*
Merge pull request #32616 from Faless/net/fix_close_exec
Rémi Verschelde
2019-10-08
1
-0
/
+18
|
\
|
*
Disable socket descriptor sharing with subprocs.
Fabio Alessandrelli
2019-10-07
1
-0
/
+18
*
|
Optional Unix Socket disable for devices that do not support it
Jairo
2019-09-30
1
-0
/
+2
|
/
*
Use reference to constant in functions
qarmin
2019-07-10
1
-1
/
+1
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-4
/
+4
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-4
/
+4
*
|
Properly disable SIGPIPE on OSX network sockets.
Fabio Alessandrelli
2019-06-28
1
-8
/
+9
|
/
*
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
1
-4
/
+1
|
\
|
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+1
*
|
Merge pull request #29935 from Faless/net/get_if_multicast_pr
Rémi Verschelde
2019-06-21
1
-0
/
+68
|
\
\
|
|
/
|
/
|
|
*
Multicast support in NetSocket/PacketPeerUDP
Fabio Alessandrelli
2019-06-21
1
-0
/
+68
*
|
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix always true/false values
qarmin
2019-06-20
1
-1
/
+1
*
|
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
1
-3
/
+3
|
/
[next]