Files
xenocara/app
claudio 0d1a675fff xenocara xlock uses imsg for privsep.
What changes:
- imsg_init becomes imsgbuf_init but imsgbuf_init can now fail
- Adding imsgbuf functions to hide the msgbuf functions:
        msgbuf_clear -> imsgbuf_clear
        msgbuf_write -> imsgbuf_write
- Also rename imsg_read to imsgbuf_read.
- Both imsgbuf_read and imsgbuf_write have simplified error handling.
  imsgbuf_write now returns 0 on success so that old wrong connection
  closed check must be removed
- Remove now official ibuf_get_string()

OK tb@ matthieu@
2024-11-21 13:45:40 +00:00
..
2024-07-11 07:43:34 +00:00
2024-11-11 09:19:13 +00:00
2024-11-11 09:19:49 +00:00
2024-08-12 05:20:36 +00:00
2024-11-11 09:20:55 +00:00
2024-11-11 09:21:31 +00:00
2024-11-11 09:22:15 +00:00
2024-05-04 09:53:35 +00:00
2024-11-11 09:23:00 +00:00
2024-11-11 09:23:25 +00:00
2024-04-28 12:47:14 +00:00
2024-04-28 12:49:40 +00:00
2024-11-11 09:24:28 +00:00
2024-04-28 12:51:56 +00:00
2024-04-28 12:54:52 +00:00
2024-11-11 09:25:00 +00:00