aboutsummaryrefslogtreecommitdiff
path: root/src/lua-nng.c
Commit message (Collapse)AuthorAge
* Line endings to unixAlex Pickering2021-09-12
| | | | Convert all line endings to unix line endings.
* Fix a race conditionAlexander Pickering2020-09-18
| | | | | Fix a race condition that occures when garbage is collected in the middle of a C function.
* dos2unixAlexander Pickering2020-09-15
|
* Removed print from aioAlexander Pickering2020-08-08
| | | | Removed multiple debugging print statements for asyncronous functions.
* Added recv_any()Alexander Pickering2020-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 methodsAlexander Pickering2020-07-14
| | | | | Add socket:subscribe() and socket:unsubscribe() for the pub/sub protocol.
* Inital CommitAlexander Pickering2020-07-13