Hugo Locurcio
|
3f078c99f6
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
|
4 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Rémi Verschelde
|
72bd64c1d5
Merge pull request #47398 from Faless/feature/network-local-port-salvaged
|
4 years ago |
Fabio Alessandrelli
|
46f7b0f74b
[Net] Fix socket poll timeout on Windows.
|
4 years ago |
dam
|
da8c2310b5
Allow local port control on net_socket connections
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a655de89e3
doc: Warn about using Node internal processing
|
4 years ago |
Aaron Franke
|
bb8aa107fd
Remove 32-bit String to_int method
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Fabio Alessandrelli
|
19ef28a614
Fix set_reuse_address on non-Windows platforms.
|
5 years ago |
Rémi Verschelde
|
6e64036693
Merge pull request #36321 from Faless/net/win_tcp_noreuse
|
5 years ago |
Fabio Alessandrelli
|
cae0d8853d
Disable NetSocket reuse address on Windows.
|
5 years ago |
Fabio Alessandrelli
|
2811f07084
Add peek option to NetSocket recv_from.
|
6 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Fabio Alessandrelli
|
feb54d0ed7
Make NetSockets quiter.
|
5 years ago |
Fabio Alessandrelli
|
9269d6be32
UDP sockets broadcast is now disabled by default.
|
5 years ago |
Fabio Alessandrelli
|
ab1bfb9007
NetSocket set_broadcast_enabled returns Error enum
|
5 years ago |
Fabio Alessandrelli
|
d780570faf
Use WSAConnect instead of connect on Windows.
|
5 years ago |
Rémi Verschelde
|
02d75f99b9
Merge pull request #32616 from Faless/net/fix_close_exec
|
5 years ago |
Fabio Alessandrelli
|
9c91b2051a
Disable socket descriptor sharing with subprocs.
|
5 years ago |
Jairo
|
fe068b61ad
Optional Unix Socket disable for devices that do not support it
|
5 years ago |
qarmin
|
01cc7a996b
Use reference to constant in functions
|
6 years ago |
Rémi Verschelde
|
b0ce9401ff
Merge pull request #30126 from qarmin/remove_unnecessary_code
|
6 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
Fabio Alessandrelli
|
4517db75b5
Properly disable SIGPIPE on OSX network sockets.
|
6 years ago |
Rémi Verschelde
|
eaaff9da31
Merge pull request #29941 from qarmin/redundant_code_and_others
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |