Mercurial > public > mercurial-scm > hg-stable
graph
-
stream-clone-v2: disable buffering when writing the filesMon, 20 Jan 2025 12:41:20 +0100, by Pierre-Yves David
-
vfs: add a "buffering" argument to vfs mirroring the Python oneSat, 30 Nov 2024 02:24:22 +0100, by Pierre-Yves David
-
stream-clone-v2: disable the garbage collector during consumptionFri, 29 Nov 2024 22:22:54 +0100, by Pierre-Yves David
-
stream-clone-v2: simplify the handling of small fileWed, 05 Feb 2025 21:59:32 +0100, by Pierre-Yves David
-
util: expose the default chunk size for filechunkiterWed, 05 Feb 2025 21:58:05 +0100, by Pierre-Yves David
-
stream-clone-v2: avoid waking further thread if only 1 item is availableMon, 03 Feb 2025 23:28:09 +0100, by Pierre-Yves David
-
stream-clone-v2: use a Queue implementation without a stdlib Condition objectWed, 05 Feb 2025 12:17:00 +0100, by Pierre-Yves David
-
stream-clone-v2: no longer use the stdlib Condition objectMon, 03 Feb 2025 21:31:35 +0100, by Pierre-Yves David
-
stream-clone-v2: introduce a way to limit memory usage of the threaded versionMon, 27 Jan 2025 18:22:01 +0100, by Pierre-Yves David
-
bundle2: also expose the `tell` attribute of the underlying chunkbufferWed, 29 Jan 2025 15:50:01 +0100, by Pierre-Yves David
-
chunkbuffer: add a "tell()" method on chunk bufferMon, 27 Jan 2025 18:18:57 +0100, by Pierre-Yves David
-
stream-clone-v2: use the pass through for threaded stream cloneTue, 21 Jan 2025 04:28:11 +0100, by Pierre-Yves David
-
bundle2-part: provide a "__iter__" pass throughMon, 27 Jan 2025 18:08:34 +0100, by Pierre-Yves David
-
chunkbuffer: provide a "__iter__" pass throughMon, 27 Jan 2025 18:08:19 +0100, by Pierre-Yves David
-
stream-clone-v2: also use a thread to read the streamed dataMon, 20 Jan 2025 17:05:22 +0100, by Pierre-Yves David
-
stream-clone-v2: make the number of writer dependent of usage configMon, 27 Jan 2025 19:15:39 +0100, by Pierre-Yves David
-
stream-clone-v2: use dedicated threads to write the data on diskMon, 20 Jan 2025 15:13:30 +0100, by Pierre-Yves David
-
stream-clone-v2: turn the file chunking function into a classMon, 20 Jan 2025 13:00:21 +0100, by Pierre-Yves David
-
stream-clone-v2: extract the file writing code in a functionMon, 20 Jan 2025 12:32:37 +0100, by Pierre-Yves David
-
stream-clone-v2: extract the stream parsing code in a functionMon, 20 Jan 2025 12:16:54 +0100, by Pierre-Yves David
-
make: add missing `.PHONY` declarations to toplevel makefile targetsSun, 16 Feb 2025 23:29:09 -0500, by Matt Harbison
-
make: distribute `.PHONY` declaration to each target in the toplevel makefileSun, 16 Feb 2025 23:24:10 -0500, by Matt Harbison
-
make: add missing `.PHONY` declarations to `doc` makefile targetsSun, 16 Feb 2025 23:10:11 -0500, by Matt Harbison
-
make: distribute `.PHONY` declaration to each target in the `doc` makefileSun, 16 Feb 2025 23:03:13 -0500, by Matt Harbison
-
make: move the `.PHONY` declaration for the packaging target help above itselfSun, 16 Feb 2025 22:58:21 -0500, by Matt Harbison
-
setup: set PYO3_PYTHON to ensure PyO3 uses the right PythonThu, 13 Feb 2025 15:55:31 -0500, by Arun Kulshreshtha
-
typing: introduce a few basic alias for common typesFri, 07 Feb 2025 23:00:31 +0100, by Pierre-Yves David
-
vfs: avoid passing None to `shutil.rmtree()` for the exception handlerTue, 11 Feb 2025 22:44:21 -0500, by Matt Harbison
-
typing: add a few hints to `mercurial.phases` to appease PyCharmThu, 13 Feb 2025 11:40:56 -0500, by Matt Harbison
-
largefiles: replace ersatz ternary operators that confuse pytype 2024.10.11Tue, 11 Feb 2025 23:30:00 -0500, by Matt Harbison