aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Another minor changeAlexander Pickering2020-08-21
|
* Minor updateAlexander Pickering2020-08-21
|
* Slight modification to makefileAlexander Pickering2020-08-21
|
* Update unit testsAlexander Pickering2020-08-21
|
* Removed dead code from aioAlexander Pickering2020-08-21
| | | | | Removed some of the unused code form the asynchronous source file, and removed an unusable command.
* Fix memory leakAlexander Pickering2020-08-21
| | | | | There was a memory leak in the call to recv_any(), which would allocate a condition variable and never free it once per call.
* 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.
* Add directories build and binAlexander Pickering2020-07-14
|
* Add readmeAlexander Pickering2020-07-13
| | | | Add a readme with a usage example
* Inital CommitAlexander Pickering2020-07-13