|
|
354efc8b1a
|
WIP: libipc compiles with Zig 0.15.2. TODO: tests.
|
2025-10-17 14:16:12 +02:00 |
|
|
|
11a98afe94
|
WIP: make libipc compatible with zig 0.15.2.
|
2025-10-16 15:59:42 +02:00 |
|
|
|
f59eb58e0b
|
Switch: callbacks can be set to "NULL" to keep default operations.
|
2024-06-18 13:19:30 +02:00 |
|
|
|
8ffd0faba1
|
Some documentation in libipc.h, size_t for buffer sizes.
|
2024-06-17 14:50:26 +02:00 |
|
|
|
18a77fa2ef
|
Switching now works with provided bindings.
|
2024-06-16 16:02:03 +02:00 |
|
|
|
8e889ef242
|
Event now includes a "newfd" field for new client's fd.
|
2024-06-15 22:19:31 +02:00 |
|
|
|
13081f3612
|
Compiles with zig-0.12
|
2024-06-06 03:39:52 +02:00 |
|
|
|
d441b3bf88
|
Fix all const values marked as "variables".
|
2024-03-21 02:53:25 +01:00 |
|
|
|
aa6bc4952e
|
Store current fd to avoid conflict.
|
2023-07-01 15:35:47 +02:00 |
|
|
|
8ca93de58a
|
API change for FS (.lock = .exclusive).
|
2023-06-03 03:27:56 +02:00 |
|
|
|
efd7584ce5
|
Add a way to print sent messages (in comments).
|
2023-05-27 04:30:20 +02:00 |
|
|
|
9d4f5b3cab
|
End the connection when reading a wrong message length.
|
2023-05-15 10:13:01 +02:00 |
|
|
|
5807ea51bd
|
BrokenPipe is now considered as a disconnection.
|
2023-05-15 09:21:02 +02:00 |
|
|
|
bc4c54f624
|
Manage disconnection (BrokenPipe) error while sending a message.
|
2023-05-15 09:12:32 +02:00 |
|
|
|
527049ed3d
|
Following the new Zig std.
|
2023-05-03 03:21:30 +02:00 |
|
|
|
c345cd605d
|
Add file lock to prevent running a service twice and remove old socket.
|
2023-02-15 15:12:09 +01:00 |
|
|
|
e181f54bb4
|
Create the rundir, umask (mkdir + Unix sockets), use fmt.bufPrint.
|
2023-02-14 19:16:07 +01:00 |
|
|
|
2e192aef1b
|
umask: enable group write perms, prevent other (rwx) perms.
|
2023-02-13 22:09:57 +01:00 |
|
|
|
70c062a598
|
Code style using 'zig fmt'.
|
2023-02-07 07:47:00 +01:00 |
|
|
|
721d8842c5
|
Initial commit. Old commit history: https://git.baguette.netlib.re/Baguette/libipc-old
|
2023-02-06 10:44:51 +01:00 |
|