-
1.1.4 (2024-05-02) Stable
released this
2024-05-02 21:29:28 +00:00 | 4 commits to main since this release- Fix bug in fdset macro where using D3 for a parameter could cause corruption.
- Copy a null-terminated copy of IP address for
SocketIPAddressPortToSockaddr
. - Add test suite to exercise extension functionality.
- Fix several crash bugs found due to the test suite.
- Restructure API docs for easier reading.
- Improve build and release tooling.
Downloads
-
1.1.2 (2024-03-18) Stable
released this
2024-03-19 01:09:00 +00:00 | 31 commits to main since this release- Fix all functions that return strings so that strings work properly in AMOS. While you could kind of use the immediate return value of the string, any future manipulation of that string would fail. This fixes the following functions:
Socket Inet Ntoa$
Dns Get Address By Name$
Socket Recv$
Downloads
- Fix all functions that return strings so that strings work properly in AMOS. While you could kind of use the immediate return value of the string, any future manipulation of that string would fail. This fixes the following functions:
-
1.1.1 (2024-03-17) Stable
released this
2024-03-17 17:45:15 +00:00 | 32 commits to main since this release- Fix bug in
Socket Inet Ntoa$
where the null terminator on the result of callingInet_NtoA
was being included in the AMOS string. - Fix crash bug in
Socket Inet Ntoa$
if called with the BSD Socket library was not open.
Downloads
- Fix bug in
-
1.1.0 (2024-02-24) Stable
released this
2024-02-24 16:52:17 +00:00 | 33 commits to main since this release- Fix bug in
Dns Get Host Address By Name$
where it assumed AMOS strings are null-terminated. They are not. - Add
Socket Herrno
to aid in debugging resolver errors.
Downloads
- Fix bug in
-
First public release Stable
released this
2023-04-01 20:50:34 +00:00 | 46 commits to main since this releaseDownloads