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

297 Commits (9321158a22a2f0a0e27f75f6de3c2e8b83351221)

Author SHA1 Message Date
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 0eb5dc57f5 Makefile: add test. 2022-12-22 08:30:15 +01:00
Philippe Pittoli 3b7203c58d Receive msg example: remove a debug message. 2022-12-21 23:55:06 +01:00
Philippe Pittoli 6038a277f3 Simple makefile. 2022-12-21 23:53:54 +01:00
Philippe Pittoli 0e2043c5e6 Receive msg example: fixing buffer offset. 2022-12-21 19:26:03 +01:00
Philippe Pittoli a39ce64b7b Receive msg example: rm unix socket path. 2022-12-21 19:05:58 +01:00
Philippe Pittoli 2bb06db137 Add some standard library examples. 2022-12-21 10:00:40 +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 1c8be3390e Readme: what's NOT THAT great with Zig (but still cool). 2022-05-01 00:41:50 +02:00
Philippe Pittoli 7204ade9e3 cat.zig: simplification. 2022-05-01 00:41:11 +02:00
Philippe Pittoli 444078fcc6 cat 2022-04-14 15:52:01 +02:00
Philippe Pittoli 382dc06f85 Readme on the rewrite in Zig perks. 2022-02-08 15:48:15 +01: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
Philippe Pittoli 13e7619899 Fixed tests (3 and 4). 2022-02-04 03:22:26 +01:00
Philippe Pittoli 33f7c9ccfb Wrong pointer read. 2022-02-04 02:43:49 +01:00
Philippe Pittoli e6edfd0e43 Fixing some test functions: no leaks when ending these programs. 2022-02-04 00:53:22 +01:00
Karchnu 513348652e Better presentation, for the ones only reading it online. 2020-12-09 15:58:31 +01:00
Karchnu bf600e0889 Readme fix. 2020-12-09 15:34:53 +01:00
Karchnu f9b9000a3f Add libIPC presentation. 2020-12-09 15:33:54 +01:00
Karchnu 1439bb78ca README: again, getting rid of old stuff. 2020-12-08 23:49:18 +01:00
Karchnu c8757d0fb0 Readme: less outdated stuff. 2020-12-08 23:39:25 +01:00
Karchnu 7cb5d2669c Man page added. 2020-12-08 22:49:12 +01:00
Karchnu 7caa934753 Man page: functions renamed. 2020-12-08 22:47:27 +01:00
Karchnu 62db8ff7fd Add and remove printf. 2020-11-08 06:07:28 +01:00
Karchnu d32e26b848 libipc: better error detection at message send. 2020-11-08 01:19:02 +01:00
Karchnu a99d5317b0 Bugfix (<= => <), better error message (send) and error management. 2020-11-06 21:17:01 +01:00
Karchnu 825e0c1b2c v0.7.2: ipcd indicates if it successfully contacted the service. 2020-11-05 14:15:39 +01:00
Karchnu c69ce64273 removing message_types 2020-10-14 14:08:09 +02:00
Karchnu 7659766fc0 Minor changes in examples. 2020-10-01 03:19:52 +02:00
Karchnu b4cc1814cd Fix memory leaks and print messages right away when non critical. 2020-10-01 02:47:08 +02:00
Karchnu ec33e6086e Fixing a broken loop condition. 2020-10-01 01:27:33 +02:00
Karchnu 556652418a Version 0.7.1. Small fix in usock_recv function. 2020-09-01 00:16:43 +02:00
Karchnu 7eeda65cd9 libipc now allows buffered readings in switched context. 2020-08-03 00:42:34 +02:00
Karchnu da78f0acfd Removing unused code. 2020-07-22 10:15:53 +02:00
Karchnu fd04cc0f83 Remove unnecessary code. 2020-07-22 09:37:18 +02:00
Karchnu 62dcda8263 Message size for input callback in switch context: fixed. 2020-07-21 00:47:01 +02:00