Releases: dallison/cpp_toolbelt
Releases · dallison/cpp_toolbelt
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
Fixes for payload buffer and logging enhancements
Fixes an issue with vector size calculation in the payload buffer.
Also adds 'tee' output for logging.
Latest coroutine library
Updates to latest coroutine library