Releases: dallison/cpp_toolbelt
Releases · dallison/cpp_toolbelt
Sockets and coroutine fixes
Adds socket tests, fixes bugs and adds coroutine interrupts
1.4.9
Virtual sockets with no header file
Virtual sockets
Support for missing vm sockets headers
Older kernels don't have VM sockets
Getting
toolbelt/sockets.h:20:10: fatal error: 'linux/vm_sockets.h' file not found
#include <linux/vm_sockets.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
Trying Mikael's fix.
Minor changes to sockets
Merges Mikael's code to handle Unix socket names and removes some constructors for classes.
Virtual sockets and mac time function
Partially working virtual sockets for subspace
Changed mac os time function.
Coroutine-aware pipe read/write functions
This adds coroutine awareness to pipe read/write functions and a bunch of tests.
Vsocks on linux
Trying to get vsocks working on linux
Virtual sockets
Adds vsocks