Skip to content

Releases: dallison/cpp_toolbelt

Sockets and coroutine fixes

07 Oct 00:52
Compare
Choose a tag to compare
Pre-release

Adds socket tests, fixes bugs and adds coroutine interrupts

1.4.9

06 Oct 22:35
Compare
Choose a tag to compare
1.4.9 Pre-release
Pre-release

Just replaces co::Coroutine* with const co::Coroutine*

Virtual sockets with no header file

25 Sep 01:03
18aa1fd
Compare
Choose a tag to compare

Allows missing vm sockets header files.

Virtual sockets

25 Sep 01:00
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Trying to get vsocks working on linux

Virtual sockets

13 Aug 19:39
Compare
Choose a tag to compare
Virtual sockets Pre-release
Pre-release

Adds vsocks