log

age author description
Tue, 05 Nov 2024 15:18:32 +0100 Raphaël Gomès rust-cpython: add a TODO about repo reuse stable
Mon, 04 Nov 2024 16:43:05 -0500 Matt Harbison streamclone: disable the volatile file open handle optimization on Windows stable
Mon, 04 Nov 2024 17:42:30 -0500 Matt Harbison tests: treat `select` as a built-in module on Windows stable
Mon, 21 Oct 2024 12:58:40 +0200 Raphaël Gomès rust-vfs: add docstrings to all VFS methods on the trait default
Thu, 10 Oct 2024 15:54:45 +0200 Raphaël Gomès rust-vfs: support checkambig
Tue, 08 Oct 2024 16:10:30 +0200 Raphaël Gomès rust-vfs: add tests to `AtomicFile`
Tue, 08 Oct 2024 16:09:39 +0200 Raphaël Gomès rust-vfs: delete the temp file and not the target on drop
Thu, 26 Sep 2024 14:26:24 +0200 Raphaël Gomès rust: don't star export from the `revlog` module
Thu, 01 Aug 2024 11:27:20 +0200 Raphaël Gomès rust: populate mmaps in a separate thread if possible
Wed, 31 Jul 2024 15:41:08 +0200 Raphaël Gomès rust-revlog: build an in-memory nodemap if a given revlog gets queried a lot
Wed, 31 Jul 2024 15:11:27 +0200 Raphaël Gomès rust-revlog: generalize an error message
Wed, 31 Jul 2024 13:35:54 +0200 Raphaël Gomès rust-revlog: don't create an in-memory nodemap for filelogs from Python
Wed, 31 Jul 2024 15:02:55 +0200 Raphaël Gomès rust-revlog: move non-persistent-nodemap rev lookup to the index
Mon, 29 Jul 2024 20:39:34 +0200 Raphaël Gomès revlog: add glue to use a pure-Rust VFS
Mon, 29 Jul 2024 20:35:44 +0200 Raphaël Gomès fncache: add attribute to check whether we're using dotencode
Mon, 29 Jul 2024 20:34:38 +0200 Raphaël Gomès fncachestore: add typing information