merge 7.0rc1 into default
- Mar 17, 2025
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored84c5a98964ac
-
Pierre-Yves David authoredfea85ff980ef
-
Pierre-Yves David authored
A few notable bugfix landed.
cb2b2242428d
-
- Mar 14, 2025
-
-
Arseniy Alekseyev authored
It waits for two NULL terminators: a bundle part terminator followed by a bundle terminator. Since the empty bundle has no parts, bundle part terminator never comes. The fix is to only start waiting for a bundle part terminator once we've seen a part.
da40e6aec807
-
- Mar 12, 2025
-
-
Pierre-Yves David authored
Updating the doc was overlooked in e75ed9ae5fb9.
c29c7e083c34 -
Pierre-Yves David authored
Some operation and state are still around after the destination bundle are created. So we have to wait on another conditional too.
c90a0f428809
-
- Mar 06, 2025
-
-
Arseniy Alekseyev authoredc18776eefe6e
-
- Mar 11, 2025
-
-
Pierre-Yves David authored
This was breaking automatic clone bundle generation. This changeset fixes it and add a test to catch it in the future.
cdd7bf612c7b -
Pierre-Yves David authored
In 5b8f6e198a6e, we wrongly called `vfs._auditpath` on the pre-encoding path, so we would get abort on problem that the encoding is here to handle. So we fix the problem (easily) and update the test to cover this (with significantly more work). Thanks to Matt Harbison for spotting this during the freeze.
46603c00a9f2 -
Pierre-Yves David authored
In order to test some stream clone related feature, we need to be able to create file with more complex name and delete them. We document the file related feature in the process.
25079cc2016f -
Pierre-Yves David authored
This will be useful to test deletion in the next changesets.
d686448e8eb6 -
Pierre-Yves David authored
The feature was not documented, so we start with documenting it before extending it.
fcd7cb10623d
-