Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix socket: Add send() and recv() methods. | Paul Sokolovsky | 2014-01-20 |
| | | | | | | | CPython _socket actually have only those and doesn't provide stream interface (higher-level CPython "socket" what adds this). +516 bytes x86. | ||
* | Change int to uint for n_args in function with variable arguments. | Damien George | 2014-01-19 |
| | |||
* | Fix warnings about int/pointer casting. | Damien George | 2014-01-18 |
| | |||
* | Add lean ("raw") socket module. | Paul Sokolovsky | 2014-01-19 |