Files
xserver/dix
Enrico Weigelt, metux IT consult 15dfccdada dix: add buffer helper for rpc payload assembly
Since so many request handlers have to assemble complex reply payloads,
we've got a lot complexity on counting the needed space and filling in
the data into the right places.

Thus adding a little dynamic buffer structure, where one just can append
data arbitrarily. The buffer will automatically allocate memory as-needed
and finally leave everything in a big memory block for later write-out.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-07-16 18:02:38 +02:00
..
2025-06-12 17:21:43 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 17:21:48 +02:00
2025-02-11 19:13:01 +01:00
2025-06-12 17:21:48 +02:00
2025-06-17 12:51:36 +02:00
2025-06-17 12:51:36 +02:00
2025-06-12 16:43:51 +02:00
2025-02-11 19:13:01 +01:00
2025-06-12 17:21:46 +02:00
2025-06-12 16:53:34 +02:00
2024-03-05 16:57:52 +01:00
2025-06-12 16:49:43 +02:00
2025-07-02 15:41:37 +02:00
2025-06-12 17:21:48 +02:00