Philippe Pittoli
|
3123051ef0
|
Fix switch read message + add print debug.
|
2023-01-18 23:55:48 +01:00 |
Philippe Pittoli
|
9dc4cfa003
|
Remove debug print.
|
2023-01-18 22:38:17 +01:00 |
Philippe Pittoli
|
f07b915124
|
API change introduced bugs in switch: fixed.
|
2023-01-18 17:22:56 +01:00 |
Philippe Pittoli
|
13a60d0158
|
Bindings: simpler in and out fn for switchs, leading to simpler bindings.
|
2023-01-18 01:34:30 +01:00 |
Philippe Pittoli
|
e80e99d47f
|
Bindings: no more memory errors, fix typing.
|
2023-01-17 07:51:41 +01:00 |
Philippe Pittoli
|
a8224c1cf9
|
Bindings: first draft (context init & deinit).
|
2023-01-16 22:26:15 +01:00 |
Philippe Pittoli
|
bb9d397a40
|
TCPd works. TODO: proper error management.
|
2023-01-11 19:58:45 +01:00 |
Philippe Pittoli
|
ba6671d902
|
Less debug messages.
|
2023-01-11 16:30:08 +01:00 |
Philippe Pittoli
|
1e3c1b2625
|
Switch, IPCd and TCPd are working.
|
2023-01-11 15:59:35 +01:00 |
Philippe Pittoli
|
871b2b249c
|
Switch: almost there.
|
2023-01-11 15:05:16 +01:00 |
Philippe Pittoli
|
a0e9515600
|
Switch code mostly done, needs testing.
|
2023-01-10 17:09:34 +01:00 |
Philippe Pittoli
|
506bd21d57
|
SwitchDB: in/out should be fine.
|
2023-01-08 20:06:22 +01:00 |
Philippe Pittoli
|
978676051a
|
Switch: first solid draft, lacks some tests.
|
2023-01-08 12:46:21 +01:00 |
Philippe Pittoli
|
ec787d7496
|
Switch: fn draft for read/write switched ipc messages.
|
2023-01-07 19:04:05 +01:00 |
Philippe Pittoli
|
49089b910b
|
Grooming.
|
2023-01-07 16:46:17 +01:00 |
Philippe Pittoli
|
2a714cd064
|
Service name from ipcd to ipc. Some comments changes.
|
2023-01-05 17:28:24 +01:00 |
Philippe Pittoli
|
d99a8d13e3
|
Remove message type. It was useless: msg to IPCd is LOOKUP.
|
2023-01-05 11:49:33 +01:00 |
Philippe Pittoli
|
49b1b3bab2
|
Grooming and fixing iov length (big WIP).
|
2023-01-04 13:29:40 +01:00 |
Philippe Pittoli
|
d72aac1a50
|
IPCd is working for aliases. No error management, WIP.
|
2023-01-04 11:34:49 +01:00 |
Philippe Pittoli
|
1b19118701
|
Remove done TODOs.
|
2023-01-04 08:34:30 +01:00 |
Philippe Pittoli
|
54fc5aa9e0
|
Fix mem leaks in ipcd.
|
2023-01-03 18:18:16 +01:00 |
Philippe Pittoli
|
fc0c28fb7e
|
Fixed many errors.
|
2023-01-03 12:07:55 +01:00 |
Philippe Pittoli
|
bbf7e669ff
|
Stuff.
|
2023-01-03 10:56:01 +01:00 |
Philippe Pittoli
|
b50d910906
|
Some simplifications.
|
2023-01-01 18:19:39 +01:00 |
Philippe Pittoli
|
2ad505b305
|
Clients are working.
|
2022-12-31 04:58:45 +01:00 |
Philippe Pittoli
|
79f9fdc3e2
|
Context: slowly add client-related functions.
|
2022-12-29 15:31:15 +01:00 |
Philippe Pittoli
|
de1d221881
|
Grooming.
|
2022-12-29 10:12:40 +01:00 |
Philippe Pittoli
|
98eede6814
|
Tests are passing. Simpler makefile.
|
2022-12-27 22:39:23 +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
|
168bea7e78
|
src/context.zig: add a waiting_event TODO list.
|
2022-12-24 02:47:20 +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 |