Vasil Dimov
|
5db7d2ca0a
|
moveonly: move IsSelectableSocket() from compat.h to sock.{h,cpp}
To be converted to a method of the `Sock` class.
|
2022-07-20 16:26:19 +02:00 |
|
fanquake
|
f7dc99244c
|
compat: document redefining ssize_t when using MSVC
See:
https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types#ssize_t
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
|
2022-07-20 13:10:12 +01:00 |
|
fanquake
|
3be7ee750f
|
compat: document error-code mapping
See:
https://docs.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2
|
2022-07-20 13:10:12 +01:00 |
|
fanquake
|
3f1d2fb035
|
compat: document sockopt_arg_type definition
|
2022-07-20 13:10:12 +01:00 |
|
fanquake
|
fb6db6fb0e
|
compat: document S_I* defines when building for Windows
|
2022-07-20 13:10:07 +01:00 |
|
fanquake
|
203e682d22
|
compat: extract and document MAX_PATH
|
2022-07-20 10:34:46 +01:00 |
|
fanquake
|
b63ddb7e6d
|
compat: remove unused WSA* definitions
|
2022-07-20 10:34:46 +01:00 |
|
fanquake
|
7c3df5e548
|
compat: document FD_SETSIZE redefinition for WIN32
|
2022-07-20 10:34:46 +01:00 |
|
fanquake
|
cc7b2fdd70
|
refactor: move compat.h into compat/
|
2022-07-20 10:34:46 +01:00 |
|