Skip to content

Releases: dallison/cpp_toolbelt

Virtual sockets with no header file

25 Sep 01:03
18aa1fd

Choose a tag to compare

Allows missing vm sockets header files.

Virtual sockets

25 Sep 01:00

Choose a tag to compare

Virtual sockets Pre-release
Pre-release

Support for missing vm sockets headers

Older kernels don't have VM sockets

25 Sep 00:39
30edc0f

Choose a tag to compare

Pre-release

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

03 Sep 16:24
7659b3d

Choose a tag to compare

Merges Mikael's code to handle Unix socket names and removes some constructors for classes.

Virtual sockets and mac time function

28 Aug 20:13

Choose a tag to compare

Partially working virtual sockets for subspace

Changed mac os time function.

Coroutine-aware pipe read/write functions

24 Aug 19:44
09b2193

Choose a tag to compare

This adds coroutine awareness to pipe read/write functions and a bunch of tests.

Vsocks on linux

23 Aug 20:56

Choose a tag to compare

Trying to get vsocks working on linux

Virtual sockets

13 Aug 19:39

Choose a tag to compare

Virtual sockets Pre-release
Pre-release

Adds vsocks

Fixes for payload buffer and logging enhancements

12 Aug 21:01

Choose a tag to compare

Fixes an issue with vector size calculation in the payload buffer.

Also adds 'tee' output for logging.

Latest coroutine library

06 Aug 20:25

Choose a tag to compare

Updates to latest coroutine library