Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #250420

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Fri 28 Nov 2025 22:40:15
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/memdebug-membuf
Revision d2000d4eed3806f145a01c58aaf1dcc93cb1bda0

Comments

memdebug: buffer output data

Instead of writing each line to file immediately, this now stores them
in an in-memory buffer until that gets full or curl exits. To make it
run faster and write to file less often.

Changed files