Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-20 | Node.js: introducing websocket support. | Max Romanov | 1 | -5/+3 | |
2018-12-19 | Node.js: changed the unit-http socket constructor. | Alexander Borisov | 1 | -5/+10 | |
Third-party file descriptors are not supported. Socket "readable" and "writable" options are set true by default. | |||||
2018-11-06 | Node.js: socket.js improvements. | Andrey Zelenkov | 1 | -18/+20 | |
- Fixed handling of the "options" parameter in Socket() constructor; - Now the connect() method returns "this"; - Deduplicated the address() method; - Added missing "callback" argument to the end() method; - Now the destroy() method returns "this"; - Added "timeout" argument type check in the setTimeout() method. | |||||
2018-10-03 | Added Node.js support. | Alexander Borisov | 1 | -0/+99 | |