log rust/hg-core/src/revlog/mod.rs @ 52181:3d797007905d

age author description
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:02:55 +0200 Raphaël Gomès rust-revlog: move non-persistent-nodemap rev lookup to the index
Mon, 29 Jul 2024 20:47:43 +0200 Raphaël Gomès hg-core: add a complete VFS
Thu, 26 Sep 2024 13:55:26 +0200 Raphaël Gomès rust: populate mmap by default if available
Thu, 10 Oct 2024 10:34:51 +0200 Raphaël Gomès rust-revlog: add a Rust-only `InnerRevlog`
Wed, 25 Sep 2024 18:24:15 +0200 Raphaël Gomès rust-revlog: introduce an `options` module
Wed, 25 Sep 2024 18:10:03 +0200 Raphaël Gomès rust-revlog: add file IO helpers
Wed, 25 Sep 2024 16:42:21 +0200 Raphaël Gomès rust-revlog: add compression helpers
Tue, 01 Oct 2024 13:49:11 +0200 Raphaël Gomès update: add a Rust fast-path when updating from null (and clean)
Tue, 01 Oct 2024 13:20:40 +0200 Raphaël Gomès rust: improve `InvalidRevision` error message
Wed, 19 Jun 2024 14:49:35 +0200 Raphaël Gomès rust: add Vfs trait
Wed, 19 Jun 2024 12:49:26 +0200 Raphaël Gomès rust: use new revlog configs in all revlog opening code
Tue, 17 Sep 2024 10:18:32 +0200 Raphaël Gomès rust-revlog: don't try to open the data file if the index is empty
Wed, 19 Jun 2024 12:25:12 +0200 Raphaël Gomès rust-revlog: add revlog-specific config objects
Mon, 06 May 2024 18:50:21 +0200 Raphaël Gomès branching: merge stable into default
Mon, 22 Apr 2024 19:47:08 +0200 Georges Racinet rust: blanket implementation of Graph for Graph references stable
Mon, 26 Feb 2024 12:59:57 +0100 Pierre-Yves David rust-index: drop offset_override
Mon, 26 Feb 2024 13:41:02 +0100 Pierre-Yves David rust-index: stop calling `with_offset` in the tests
Thu, 23 Nov 2023 18:47:42 +0100 Raphaël Gomès rust-index: allow inlining `check_revision` across crates
Thu, 02 Nov 2023 11:16:13 +0100 Raphaël Gomès rust-index: check that the entry bytes are the same in both indexes
Mon, 18 Sep 2023 17:11:11 +0200 Raphaël Gomès rust-revlog: teach the revlog opening code to read the repo options
Mon, 06 Nov 2023 11:06:08 +0100 Raphaël Gomès rust: run a clippy pass with the latest stable version
Wed, 11 Oct 2023 02:02:46 +0200 Pierre-Yves David branching: merge stable into default
Thu, 14 Sep 2023 10:52:09 +0100 Arseniy Alekseyev revlog: make the rust test for node hex prefix resolution exercise the nodemap stable
Wed, 13 Sep 2023 18:28:51 +0100 Arseniy Alekseyev revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV stable
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Thu, 10 Aug 2023 11:01:07 +0200 Raphaël Gomès rust: implement the `Graph` trait for all revlogs
Thu, 10 Aug 2023 11:00:34 +0200 Raphaël Gomès rust: use the new `UncheckedRevision` everywhere applicable
Mon, 11 Sep 2023 11:52:33 +0200 Raphaël Gomès rust-revlog: split logic for `rawdata` to prepare for `UncheckedRevision` use
Mon, 07 Aug 2023 15:07:48 +0200 Raphaël Gomès rust: remove unused error variant
Mon, 07 Aug 2023 12:53:43 +0200 Raphaël Gomès rust: add `UncheckedRevision` type
Thu, 06 Jul 2023 11:53:40 +0200 Georges Racinet rust-revlog: fix RevlogEntry.data() for NULL_REVISION stable
Thu, 06 Jul 2023 11:43:26 +0200 Georges Racinet rust-revlog: using constant in test stable
Thu, 30 Mar 2023 11:34:30 +0200 Georges Racinet rust-revlog: fix incorrect results with NULL_NODE prefixes stable
Thu, 30 Mar 2023 10:29:29 +0200 Georges Racinet rust-revlog: split out method for `rev_from_node` without persistent nodemap stable
Thu, 18 May 2023 17:53:17 +0100 Arseniy Alekseyev rust: mostly avoid streaming zstd decompression
Thu, 18 May 2023 17:25:18 +0100 Arseniy Alekseyev rust: in zstd decompression, avoid a useless vec initialization
Thu, 18 May 2023 17:18:54 +0100 Arseniy Alekseyev rust: speed up zstd decompression by re-using the decompression context
Thu, 30 Mar 2023 12:20:53 +0200 Georges Racinet rust-revlog: fix lifetime problem for RevlogEntry parent entries accessors
Thu, 30 Mar 2023 12:14:57 +0200 Georges Racinet rust-revlog: explicit naming for `RevlogEntry` lifetime
Tue, 10 Jan 2023 11:20:54 +0100 Raphaël Gomès rust-clippy: merge "revlog" module definition and struct implementation base rust/hg-core/src/revlog.rs@77ae2d876428