cozis
|
1c1cc1041a
|
node: Expose recancel and checkCancel at the node layer
|
2026-06-04 17:36:21 +02:00 |
|
cozis
|
a01858aede
|
scheduler: Add recancel and checkCancel to help manage cancellation state
|
2026-06-04 17:36:01 +02:00 |
|
cozis
|
b57cb8e87b
|
node: Expose .cancel at the node layer
|
2026-06-04 17:32:38 +02:00 |
|
cozis
|
144de52f27
|
scheduler: Add cancellation flag to Task and .cancel method to set it from the parent
|
2026-06-04 17:31:15 +02:00 |
|
cozis
|
cf6c78577b
|
io_interface: Add mocks for futexWait, futexWaitUncancelable, futexWake
|
2026-06-04 13:44:48 +02:00 |
|
cozis
|
3b3fc75f1b
|
node: Expose futexes at the node level
|
2026-06-04 13:43:15 +02:00 |
|
cozis
|
cde2061b3c
|
scheduler: Implement futexes at the scheduler level
|
2026-06-04 13:41:47 +02:00 |
|
cozis
|
3bdcce3ade
|
io_interface: First mock of the Group-related methods
|
2026-06-04 13:38:35 +02:00 |
|
cozis
|
ce51e82363
|
scheduler: Minor bug fix
|
2026-06-04 13:38:03 +02:00 |
|
cozis
|
f61bb93a22
|
node: Expose the scheduler's sub-task APIs through Node
|
2026-06-04 13:34:36 +02:00 |
|
cozis
|
1f5e185bec
|
scheduler: Implement spawning of nested tasks
|
2026-06-04 13:32:12 +02:00 |
|
cozis
|
aec8ff5154
|
io_interface: Modify netWrite to only block while reading into the first slice
|
2026-06-02 13:54:33 +02:00 |
|
cozis
|
38ae508c49
|
node: Add boolean argument to readSocket to switch between blocking and non-blocking mode
|
2026-06-02 13:49:22 +02:00 |
|
cozis
|
1250375063
|
network: Implement isConnected to determine whether a connection socket is connected or not
|
2026-06-02 13:46:41 +02:00 |
|
cozis
|
227cf5c03e
|
scheduler: Add canary bytes to detect stack overflows
|
2026-06-02 12:10:19 +02:00 |
|
cozis
|
c922ed62e1
|
file_system: Improve output of the dump function
|
2026-06-02 11:43:15 +02:00 |
|
cozis
|
f6185054b5
|
io_interface: Implement eager execution in the groupAsync callback
|
2026-06-02 11:33:53 +02:00 |
|
cozis
|
e046fcd45e
|
build: Add select_group_async.zig to build.zig
|
2026-06-01 15:12:31 +02:00 |
|
cozis
|
50297eff21
|
examples: Add select_group_async.zig to trigger the IO groupAsync callback
|
2026-06-01 15:12:14 +02:00 |
|
cozis
|
63d81170bb
|
build: Add tcp_ping_pong.zig to build.zig
|
2026-05-30 15:59:07 +02:00 |
|
cozis
|
d626ed1787
|
examples: Add tcp_ping_pong.zig to test various networking I/O functions
|
2026-05-30 15:58:44 +02:00 |
|
cozis
|
02e99b50d4
|
io_interface: Mock netListenIp, netAccept, netConnectIp, netSend, netRead, netWrite
|
2026-05-30 15:50:05 +02:00 |
|
cozis
|
f524c94d8e
|
network: Bug fixes
|
2026-05-23 19:26:16 +02:00 |
|
cozis
|
2e543db418
|
io_interface: Mock fileWritePositional, fileSeekBy, and fileSeekTo
|
2026-05-23 18:59:21 +02:00 |
|
cozis
|
0b5001e587
|
node: Expose seekFileTo and seekFileBy
|
2026-05-23 18:58:26 +02:00 |
|
cozis
|
75d4d84d31
|
file_system: Implement seekFileTo and seekFileBy
|
2026-05-23 18:57:34 +02:00 |
|
cozis
|
1902c3eb99
|
io_interface: Add mock of sleep
|
2026-05-23 18:48:14 +02:00 |
|
cozis
|
43ed0cfc9e
|
node: Implement Node.sleep via Scheduler.sleep
|
2026-05-23 18:47:58 +02:00 |
|
cozis
|
d51503065f
|
build: Add sleep.zig to build.zig
|
2026-05-23 18:47:25 +02:00 |
|
cozis
|
f8230f9856
|
examples: Add program that uses Io.sleep
|
2026-05-23 18:47:00 +02:00 |
|
cozis
|
b090bca3c7
|
io_interface: Implement mock for dirRead
|
2026-05-23 18:32:38 +02:00 |
|
cozis
|
11cc280043
|
node: Expose resetDir and readDir from FileSystem
|
2026-05-23 18:32:07 +02:00 |
|
cozis
|
05bd6d0d67
|
file_system: Implement resetDir to reset the state of an OpenDir
|
2026-05-23 18:31:07 +02:00 |
|
cozis
|
fd4648123d
|
build: Add list_dir.zig to build.zig
|
2026-05-23 18:30:21 +02:00 |
|
cozis
|
f935d15b78
|
examples: Add example that perform directory listing
|
2026-05-23 18:30:00 +02:00 |
|
cozis
|
f497eaf131
|
io_interface: Implement mocks for dirDeleteFile and dirDeleteDir
|
2026-05-23 18:18:48 +02:00 |
|
cozis
|
6280a9fa3a
|
node: Expose deleteFile and deleteDir from the FileSystem object
|
2026-05-23 18:18:03 +02:00 |
|
cozis
|
4603544007
|
file_system: Remove deleteAny, add deleteDir and deleteFile
|
2026-05-23 18:15:48 +02:00 |
|
cozis
|
423f7fdda0
|
build: Add delete_dir.zig to build.zig
|
2026-05-23 18:14:38 +02:00 |
|
cozis
|
2bd8d1b842
|
examples: Add example that deletes a directory
|
2026-05-23 18:14:23 +02:00 |
|
cozis
|
4449516dca
|
build: Add delete_file.zig example to build.zig
|
2026-05-23 18:09:57 +02:00 |
|
cozis
|
8acd7cdcb0
|
examples: Add example that deletes a file
|
2026-05-23 18:09:34 +02:00 |
|
cozis
|
a0acdb9588
|
io_interface: Implement mocks for dirCreateDir, dirOpenDir, dirClose
|
2026-05-23 17:55:27 +02:00 |
|
cozis
|
a30507a267
|
build: Add directories.zig to build.zig
|
2026-05-23 17:54:13 +02:00 |
|
cozis
|
89cdc1a1e3
|
examples: Implement directories.zig, an example that uses directory operations
|
2026-05-23 17:53:43 +02:00 |
|
cozis
|
62ae2490d3
|
node: Implement openDir and createDir to expose FileSystem.openDir and FileSystem.createDir
|
2026-05-23 17:52:07 +02:00 |
|
cozis
|
06cfc63036
|
build: Add read_file.zig to the build step
|
2026-05-23 17:46:38 +02:00 |
|
cozis
|
47cf1a9336
|
io_interface: Implement mocks for dirOpenFile, fileLength, fileClose, fileReadPositional
|
2026-05-23 17:46:12 +02:00 |
|
cozis
|
b63f9168b8
|
examples: Implement example that triggers the dirOpenFile mock
|
2026-05-23 17:44:01 +02:00 |
|
cozis
|
d2ec7d68be
|
build: Add "zig build examples" command to build all examples
|
2026-05-23 17:28:28 +02:00 |
|