Christoffer Lerno
|
1aa038c92f
|
Interface based streams. Fix for initializing with a force unwrap inside. Allow $define to take a list. Allow $define to return error on argument type mismatch in call. Fixed broken bit operations on boolean vectors.
|
2023-10-31 01:06:59 +01:00 |
|
Christoffer Lerno
|
99cfaa1583
|
Refactor protocols.
|
2023-10-06 22:31:41 +02:00 |
|
Christoffer Lerno
|
1d04b70efe
|
Fixed issues inferring length with subarrays. Removed old, non-working example. Infer length in the case of subarray literals.
|
2023-09-12 22:24:20 +02:00 |
|
Christoffer Lerno
|
ffb7935e12
|
Updating time duration functions.
|
2023-09-05 10:57:50 +02:00 |
|
Christoffer Lerno
|
d1bb9c55ee
|
Add blocking connection with timeout, and initial poll functionality.
|
2023-09-03 19:03:00 +02:00 |
|
Christoffer Lerno
|
9a6d83f526
|
Updated stream API.
|
2023-09-03 01:14:15 +02:00 |
|
Christoffer Lerno
|
a6cff5c2a5
|
Removal of old Network, added nonblocking set and async connect.
|
2023-09-02 17:39:51 +02:00 |
|
Christoffer Lerno
|
6c60b0d2a6
|
Update errno listings. Update ai flags in std::net. Fix incorrect socket error results on Win32. Change behaviour Socket set_option. TcpSocket/TcpServerSocket/UdpSocket. Rename "TimeDuration" to "Duration". Allow @if on enum values.
|
2023-08-19 22:41:54 +02:00 |
|
Pierre Curto
|
a376d8e2bf
|
add ERRNO for macOS, improve net error messages (#885)
* lib/std/libc: add ERRNO values for macOS
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
* lib/std/net: improve error messages
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
---------
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
|
2023-07-26 13:41:35 +02:00 |
|
Pierre Curto
|
89e084938f
|
cross platform socket interface (#857)
* lib/std/net: add Network, Socket and Listener
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
* lib/std/net: add SocketOption
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
* lib/std/net: fixes for win32 and wasm
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
---------
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
|
2023-07-16 14:14:36 +02:00 |
|