Commit graph

6 commits

Author SHA1 Message Date
outfoxxed
79b2204af8
io/socketserver: correctly order startup/teardown across generations
Fixes #60
2025-06-19 13:50:47 -07:00
outfoxxed
23d0c2e01d
io/socket: add flush() 2024-04-18 04:13:20 -07:00
outfoxxed
6966fc025c
all: ensure QObject ownership is Cpp when required 2024-03-08 18:33:01 -08:00
outfoxxed
4cfe6ee0a1
fix: fix scopes of created QQmlComponents
Using the scope of the component itself makes sure things availible in
its scope are usable, instead of the parent scope.
2024-03-03 21:38:21 -08:00
outfoxxed
b5f50cd68f
fix(socket): clear buffer when closing/opening socket 2024-03-03 15:37:31 -08:00
outfoxxed
14e1d2d162
refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00
Renamed from src/core/socket.cpp (Browse further)