Rusty Russell
68f6a1a1dc
common/jsonrpc_io: helper routines for reading JSON from sockets.
...
The efficient way to do this is to use membuf, which handles the buffer
control (only using memmove when necessary). We have multiple places
where we opencoded this, some of which did not use membuf at all.
So now we create common infrastructure. I tried making it a single
function but the various users are quite different, so instead I opted
for a toolbox approach.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2025-10-24 11:28:57 +10:30
..
2025-10-24 11:28:57 +10:30
2025-07-19 10:09:17 +09:30
2025-08-14 19:49:09 +09:30
2024-10-16 07:14:32 +10:30
2024-11-20 12:29:27 +01:00
2025-07-07 11:18:37 +09:30
2025-10-23 06:44:04 +10:30
2025-10-23 06:44:04 +10:30
2025-02-11 20:19:01 -06:00
2025-08-14 19:49:09 +09:30
2025-02-11 20:19:01 -06:00
2025-10-23 06:44:04 +10:30
2025-08-14 19:49:09 +09:30
2025-08-07 16:13:20 +09:30
2025-10-23 06:44:04 +10:30
2025-08-28 13:41:44 +09:30
2025-10-23 06:44:04 +10:30
2025-10-24 11:28:57 +10:30
2025-10-01 13:29:33 +09:30
2025-10-01 13:29:33 +09:30
2025-01-21 09:18:25 +10:30
2024-10-04 11:27:53 +09:30
2024-10-04 11:27:53 +09:30
2025-10-23 06:44:04 +10:30
2024-06-25 08:47:50 +09:30
2025-10-23 06:44:04 +10:30
2025-10-24 11:28:57 +10:30
2024-05-13 14:06:45 -05:00
2024-11-18 11:03:26 +10:30
2025-08-14 19:49:09 +09:30
2024-06-25 08:47:50 +09:30
2025-05-13 14:52:15 +09:30
2025-08-14 19:49:09 +09:30
2025-08-19 13:37:50 +09:30
2025-02-11 15:11:47 -06:00
2025-10-01 13:29:33 +09:30
2025-10-01 13:29:33 +09:30
2025-03-18 14:30:58 +10:30
2024-11-20 12:29:27 +01:00
2025-08-14 19:49:09 +09:30
2024-07-23 09:54:47 +09:30
2025-04-23 13:45:18 +09:30
2025-09-22 10:23:13 +09:30