| Commit | Date | |
|---|---|---|
| 2020-12-11 04:42:12 | Tree | |
|
[r5516]
by
david_costanzo
Remove the "See Also" REPCOUNT in the documentation for REPEAT. |
2020-12-11 04:38:54 | Tree |
|
[r5515]
by
david_costanzo
Minor improvements to SETFLOODCOLOR: |
2020-12-11 04:31:08 | Tree |
|
[r5514]
by
david_costanzo
Minor improvements to SETPENCOLOR |
2020-12-11 04:03:16 | Tree |
| 2020-12-11 03:48:00 | Tree | |
|
[r5512]
by
david_costanzo
Document that NETACCEPTON can accept connections from multiple clients. |
2020-12-11 03:39:25 | Tree |
|
[r5511]
by
david_costanzo
Remove false information from NETCONNECTON/NETACCEPTON. |
2020-12-11 03:12:07 | Tree |
|
[r5510]
by
david_costanzo
Fix a race between NETCONNECTON and NETSHUTDOWN wrt async DNS lookup The fix is to store the handle from WSAAsyncGetHostByName so that it can be cancelled in NETSHUTDOWN if it hasn't yet completed. This fix was probably always needed, but it became more apparent recently as the network tests started to deadlock on a call to NETSHUTDOWN when all tests were run. I expect that this fixes the real root cause of Bug #307. |
2020-12-09 22:14:57 | Tree |
| 2020-12-09 20:59:41 | Tree | |
|
[r5508]
by
david_costanzo
Update call to WSAStartup to follow practices recommended on docs.microsoft.com |
2020-12-09 20:51:41 | Tree |