| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Line endings to unix | Alex Pickering | 2021-09-12 |
| | | | | | Convert all line endings to unix line endings. | ||
| * | Fix a race condition | Alexander Pickering | 2020-09-18 |
| | | | | | | Fix a race condition that occures when garbage is collected in the middle of a C function. | ||
| * | dos2unix | Alexander Pickering | 2020-09-15 |
| | | |||
| * | Removed print from aio | Alexander Pickering | 2020-08-08 |
| | | | | | Removed multiple debugging print statements for asyncronous functions. | ||
| * | Added recv_any() | Alexander Pickering | 2020-07-29 |
| | | | | | | recv_any() is a function that takes multiple sockets and waits for one or more of them to receive. See the unit test for examples. | ||
| * | Added pubsub methods | Alexander Pickering | 2020-07-14 |
| | | | | | | Add socket:subscribe() and socket:unsubscribe() for the pub/sub protocol. | ||
| * | Inital Commit | Alexander Pickering | 2020-07-13 |
