| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Update build rules | Alexander M Pickering | 2023-04-30 |
| | | |||
| * | Correct makefile | Alexander M Pickering | 2023-04-27 |
| | | |||
| * | Add ldflags to build | Alexander M Pickering | 2023-04-27 |
| | | |||
| * | Use wildcard instead of exact path | Alexander M Pickering | 2023-04-27 |
| | | |||
| * | Line endings to unix | Alex Pickering | 2021-09-12 |
| | | | | | Convert all line endings to unix line endings. | ||
| * | Makefile unix lineendings | Alex Pickering | 2021-09-12 |
| | | |||
| * | Correct Readme | Alexander Pickering | 2020-09-22 |
| | | | | | Corrects a typo in the readme example. | ||
| * | 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. | ||
| * | Remove old rockspec | Alexander Pickering | 2020-09-16 |
| | | | | | Remove an old rockspec file that is no longer needed. | ||
| * | Fix readme | Alexander Pickering | 2020-09-16 |
| | | | | | Readme contains an explicit example, but it was broken. | ||
| * | dos2unix | Alexander Pickering | 2020-09-15 |
| | | |||
| * | Fix bug related to unlocking unlocked mutex | Alexander Pickering | 2020-08-22 |
| | | | | | | Unlocking an unlocked mutex seems to result in undified behaviour, it was fine on windows but breaks on linux. | ||
| * | Remove prints from tests | Alexander Pickering | 2020-08-21 |
| | | |||
| * | Another minor change | Alexander Pickering | 2020-08-21 |
| | | |||
| * | Minor update | Alexander Pickering | 2020-08-21 |
| | | |||
| * | Slight modification to makefile | Alexander Pickering | 2020-08-21 |
| | | |||
| * | Update unit tests | Alexander Pickering | 2020-08-21 |
| | | |||
| * | Removed dead code from aio | Alexander Pickering | 2020-08-21 |
| | | | | | | Removed some of the unused code form the asynchronous source file, and removed an unusable command. | ||
| * | Fix memory leak | Alexander Pickering | 2020-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 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. | ||
| * | Add directories build and bin | Alexander Pickering | 2020-07-14 |
| | | |||
| * | Add readme | Alexander Pickering | 2020-07-13 |
| | | | | | Add a readme with a usage example | ||
| * | Inital Commit | Alexander Pickering | 2020-07-13 |
