|
713d5ca02d
|
Removed unnecessary ServerSocket type.
|
2024-12-13 10:01:01 +01:00 |
|
|
f232728f69
|
Fixed clang compilation and added support for making assertions and erros throw exceptions for easier testing.
|
2024-12-06 18:36:49 +01:00 |
|
|
9ba097fc2f
|
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
|
2024-08-29 00:01:23 +02:00 |
|
|
f761f2fb07
|
SSLStream (WIP)
|
2024-08-21 09:35:49 +02:00 |
|
|
04a28e220c
|
Added name resolution code for linux.
|
2024-08-20 13:54:52 +02:00 |
|
|
8a611bf4f3
|
Split IP stuff into separate source and WIP implementation of name resolution.
|
2024-08-20 12:07:25 +02:00 |
|
|
03f255a7d0
|
Added HTTPClient type.
|
2024-08-20 00:28:12 +02:00 |
|
|
8002e1f1f8
|
Fixed Linux socket implementation again.
|
2024-08-19 18:42:31 +02:00 |
|
|
df260808b9
|
Implemented/fixed Windows/MSVC support for sockets.
|
2024-08-19 18:35:55 +02:00 |
|
|
35e7131780
|
Added some basic HTTP and ip address parsing.
|
2024-08-18 23:06:09 +02:00 |
|
|
d508ccfe2b
|
Fixed initialization of sockaddr_in.
|
2024-08-18 13:43:14 +02:00 |
|
|
f0d0ee17ea
|
Implemented tcp sockets (only IPv4) and asynchronous IO (for sockets).
|
2024-08-16 21:29:33 +02:00 |
|