Wed, 05 Mar 2025 23:02:19 +0100 |
Pierre-Yves David |
branching: merging with 7.0 changes
stable
|
Wed, 05 Mar 2025 11:41:45 +0100 |
Pierre-Yves David |
stream-bundle: properly process requirements
stable 6.9.3
|
Wed, 19 Feb 2025 02:45:09 +0100 |
Pierre-Yves David |
stream-clone: adjust default value for worker and memory
|
Wed, 29 Jan 2025 02:45:58 +0100 |
Pierre-Yves David |
stream-clone: skip the memory_target logic when usage is unlimited
|
Wed, 19 Feb 2025 01:13:00 +0100 |
Pierre-Yves David |
stream-bundle: make sure to open the file in binary mode
|
Tue, 18 Feb 2025 17:21:42 +0100 |
Pierre-Yves David |
stream-bundle: simple use of `mode` argument of `os.open`
|
Wed, 29 Jan 2025 02:27:05 +0100 |
Pierre-Yves David |
stream-clone-v2: directly use the os module for file operation
|
Wed, 29 Jan 2025 02:23:02 +0100 |
Pierre-Yves David |
stream-clone-v2: bypass the vfs to write the file on disk
|
Wed, 29 Jan 2025 02:17:33 +0100 |
Pierre-Yves David |
stream-clone-v2: centralize preparation for streamed files
|
Mon, 20 Jan 2025 12:41:20 +0100 |
Pierre-Yves David |
stream-clone-v2: disable buffering when writing the files
|
Fri, 29 Nov 2024 22:22:54 +0100 |
Pierre-Yves David |
stream-clone-v2: disable the garbage collector during consumption
|
Wed, 05 Feb 2025 21:59:32 +0100 |
Pierre-Yves David |
stream-clone-v2: simplify the handling of small file
|
Mon, 03 Feb 2025 23:28:09 +0100 |
Pierre-Yves David |
stream-clone-v2: avoid waking further thread if only 1 item is available
|
Wed, 05 Feb 2025 12:17:00 +0100 |
Pierre-Yves David |
stream-clone-v2: use a Queue implementation without a stdlib Condition object
|
Mon, 03 Feb 2025 21:31:35 +0100 |
Pierre-Yves David |
stream-clone-v2: no longer use the stdlib Condition object
|
Mon, 27 Jan 2025 18:22:01 +0100 |
Pierre-Yves David |
stream-clone-v2: introduce a way to limit memory usage of the threaded version
|
Tue, 21 Jan 2025 04:28:11 +0100 |
Pierre-Yves David |
stream-clone-v2: use the pass through for threaded stream clone
|
Mon, 20 Jan 2025 17:05:22 +0100 |
Pierre-Yves David |
stream-clone-v2: also use a thread to read the streamed data
|
Mon, 27 Jan 2025 19:15:39 +0100 |
Pierre-Yves David |
stream-clone-v2: make the number of writer dependent of usage config
|
Mon, 20 Jan 2025 15:13:30 +0100 |
Pierre-Yves David |
stream-clone-v2: use dedicated threads to write the data on disk
|
Mon, 20 Jan 2025 13:00:21 +0100 |
Pierre-Yves David |
stream-clone-v2: turn the file chunking function into a class
|
Mon, 20 Jan 2025 12:32:37 +0100 |
Pierre-Yves David |
stream-clone-v2: extract the file writing code in a function
|
Mon, 20 Jan 2025 12:16:54 +0100 |
Pierre-Yves David |
stream-clone-v2: extract the stream parsing code in a function
|
Thu, 28 Nov 2024 11:05:26 +0100 |
Pierre-Yves David |
stream: acknowledge the end of the bundle part earlier
|
Thu, 28 Nov 2024 11:05:16 +0100 |
Pierre-Yves David |
stream: report number of file written then information is available
|
Thu, 28 Nov 2024 11:05:07 +0100 |
Pierre-Yves David |
stream: consistently close progress before reporting time
|
Thu, 28 Nov 2024 11:05:02 +0100 |
Pierre-Yves David |
stream: use an utility function to report transferred bytes
|
Mon, 13 Jan 2025 00:40:48 -0500 |
Matt Harbison |
streamclone: unbyteify string args to builtin Error classes
|
Mon, 13 Jan 2025 00:36:25 -0500 |
Matt Harbison |
typing: add trivial type annotations to `mercurial/streamclone.py`
|
Mon, 06 Jan 2025 20:02:17 -0500 |
Matt Harbison |
typing: lock in the new type annotations detected with the pyupgrade changes
|