fanquake
|
54e4061189
|
refactor: don't avoid sys/types.h on when building for Windows
We've already used it unguarded in `httpserver.cpp` for years, with no
build issues.
|
2023-04-03 14:44:48 +01:00 |
|
Hennadii Stepanov
|
306ccd4927
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
|
2022-12-24 23:49:50 +00:00 |
|
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 |
|