| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
| |
Convert all line endings to unix line endings.
|
| |
|
|
|
| |
Fix a race condition that occures when garbage is collected in
the middle of a C function.
|
| | |
|
| |
|
|
|
| |
Unlocking an unlocked mutex seems to result in undified behaviour,
it was fine on windows but breaks on linux.
|
| |
|
|
|
| |
Removed some of the unused code form the asynchronous source file,
and removed an unusable command.
|
| |
|
|
|
| |
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 multiple debugging print statements for asyncronous functions.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
| |
Add socket:subscribe() and socket:unsubscribe() for the pub/sub
protocol.
|
| |
|