Obsolete
/
libipc-old
Archived
3
0
Fork 0
Commit Graph

29 Commits (83d537458690640a3c8e59c7f23284002dc4277a)

Author SHA1 Message Date
Philippe Pittoli 6a28fa8ac7 Zig implementation: remove useless empty line. 2023-02-06 06:09:01 +01:00
Philippe Pittoli 1479d4e243 Zig implementation: update to current zig API. 2023-02-05 09:34:36 +01:00
Philippe Pittoli a0c446ca28 Use build.zig instead of the makefile to build binaries. 2023-01-20 02:02:47 +01:00
Philippe Pittoli 98eede6814 Tests are passing. Simpler makefile. 2022-12-27 22:39:23 +01:00
Karchnu 1a161d1b14 Do not quit after timeout. 2022-12-26 08:21:29 +01:00
Philippe Pittoli 727de2988f Echoing stuff. 2022-12-25 21:45:51 +01:00
Philippe Pittoli 6819de1da5 Messages can be received. 2022-12-25 06:26:38 +01:00
Philippe Pittoli 9f214180a7 libipc can now add new clients 2022-12-25 05:05:41 +01:00
Philippe Pittoli 1f5ac951cb wait_event function: first draft okay 2022-12-24 23:09:25 +01:00
Philippe Pittoli 1a83b3c824 PollFD structure and poll syscall seem working. WIP 2022-12-24 18:57:00 +01:00
Philippe Pittoli ca0d6adbc6 Testing basic message exchange on a UNIX socket. 2022-12-23 02:35:38 +01:00
Philippe Pittoli ceafe4c84f Split source code into different files. 2022-12-23 01:53:07 +01:00
Philippe Pittoli 9321158a22 Message: .read & .write okay. 2022-12-23 00:39:12 +01:00
Philippe Pittoli 72ad635874 Proper tests. 2022-12-22 09:58:40 +01:00
Philippe Pittoli 91995657dd s/@"type"/t/ and many new tests. 2022-12-22 08:30:32 +01:00
Philippe Pittoli 51e10d7f1e user_type is dropped. Rundir is now handled in Context. 2022-12-20 23:56:50 +01:00
Philippe Pittoli 29d18e8ca1 Update to Zig v0.11-ish. 2022-12-20 07:16:55 +01:00
Philippe Pittoli 03b1222ff0 Lot of simplifications. 2022-05-08 02:33:02 +02:00
Philippe Pittoli 1c26a69acd Renaming, grooming. 2022-05-07 13:13:40 +02:00
Philippe Pittoli 0fddc05576 main.zig: work in progress. 2022-05-01 00:42:17 +02:00
Philippe Pittoli 382dcc07d7 Storing inner structures, adding TODOs. 2022-02-08 05:59:18 +01:00
Philippe Pittoli a0dbd66fd2 Actual Unix socket involved (create, listen, accept, connect, close). 2022-02-07 18:30:06 +01:00
Philippe Pittoli 9011578d8b Some more functions (close, close_all, write, read, read_fd). 2022-02-07 04:35:21 +01:00
Philippe Pittoli 1762f50100 pollfd structure (draft), a few more mockup functions (server_init, wait_event...) 2022-02-07 03:24:39 +01:00
Philippe Pittoli 69732ccad8 Deinit() some stuff. 2022-02-07 01:21:46 +01:00
Philippe Pittoli 87f6f9071b Test leaks, but compiles! 2022-02-06 18:11:01 +01:00
Philippe Pittoli c14148ef35 Print the different strucutures. 2022-02-06 16:57:23 +01:00
Philippe Pittoli 9d16d6f2b8 Some corrections for stuff. 2022-02-06 00:32:16 +01:00
Philippe Pittoli fc4899a26f Zigimpl: draft. 2022-02-05 13:16:44 +01:00