]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Exhaust rsync's stderr and stdout at the same time
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 30 Aug 2024 02:48:54 +0000 (20:48 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 30 Aug 2024 02:48:54 +0000 (20:48 -0600)
commit6f1ecd1f3349e8da11d8fb4a88f63b79bfe7a14b
tree06bf09941a28a5601830fd161e8e20dd527d14a0
parent9d1bc4e695a1667a5f84778c0ef874b7afa23159
Exhaust rsync's stderr and stdout at the same time

I'm assuming this consumes less RAM, as stdout no longer has to buffer
completely until stderr is done.
src/rsync/rsync.c
test/rsync/rsync_test.c