Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [erts|esock] Improved socket close resource cleanup | Micael Karlberg | 2023-04-05 | 1 | -2/+1 |
| | | | | OTP-18029 | ||||
* | [erts|esock] Make cancel recv work on Windows | Micael Karlberg | 2023-03-31 | 1 | -0/+4 |
| | | | | OTP-18029 | ||||
* | [erts|esock] Unix version of 'cancel send' | Micael Karlberg | 2023-03-31 | 1 | -0/+4 |
| | | | | | | | Moved out the 'cancel send' function into unix I/O backend callback function (since it was essio specific anyway). OTP-18029 | ||||
* | [erts|esock] NIF Resource callback functions for Win32 | Micael Karlberg | 2023-03-31 | 1 | -0/+15 |
| | | | | | | | Add I/O backend callbacks for the NIF Resource callback functions; dtor, stop and down. OTP-18029 | ||||
* | [erts|esock] Make accept and accept cancel work | Micael Karlberg | 2023-03-31 | 1 | -0/+4 |
| | | | | OTP-18029 | ||||
* | [erts|esock] Add listen | Micael Karlberg | 2023-03-31 | 1 | -0/+2 |
| | | | | | | | | | Add support for listen. Also add note(s) in the doc for listen (and connect) about the socket having to be bound) on Windows). Also improved top description note. OTP-18029 | ||||
* | [erts|esock] Make connect and connect cancel work | Micael Karlberg | 2023-03-31 | 1 | -0/+3 |
| | | | | | | | Update description note about the messages; completion and select. OTP-18029 | ||||
* | [erts|esock] Add I/O backend info to the info function | Micael Karlberg | 2023-03-31 | 1 | -0/+1 |
| | | | | OTP-18029 | ||||
* | [erts|esock] Add 'data' argument to the I/O backend init function | Micael Karlberg | 2023-03-31 | 1 | -1/+2 |
| | | | | OTP-18029 | ||||
* | [erts|esock] Preliminary esaio windows module | Micael Karlberg | 2023-03-31 | 1 | -0/+139 |
Add the first preliminary windows asynch I/O backend file. Only placeholder init and finish functions. OTP-18029 |