The project "Citadel server, clients, utilities":

    The branch, master has been updated
       via  7fa06eac0504e60c56eccf3fd0492f4ba5a35aa5 (commit)
      from  c5f29a2f417d94882547f682e550343fdea57d20 (commit)


- Log -----------------------------------------------------------------
commit 7fa06eac0504e60c56eccf3fd0492f4ba5a35aa5
Author: Art Cancro <[email protected]>
Date:   Wed May 28 11:28:51 2025 -0400

Write to the patch pipe using a single call to fwrite().

I have realized that over the years I've given a strong preference
to handling data line by line when I should just be performing
operations on big buffers.  This is likely a carryover from the old
days when we didn't have enough memory for big buffers.

In this particular case it doesn't matter that much because the code
in question is about to be replaced entirely.  But it's an exercise in
doing things The Right Way (tm).

-----------------------------------------------------------------------

Summary of changes:
 citadel/server/modules/wiki/serv_wiki.c | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

-- 
Citadel server, clients, utilities

Reply via email to