log mercurial/cext/revlog.c @ 51861:f81e0ce5103a default tip

age author description
Fri, 23 Feb 2024 03:44:56 +0100 Pierre-Yves David rust: stop claiming the C index is compatible with the rust code
Tue, 20 Feb 2024 21:40:13 +0100 Pierre-Yves David phases: keep internal state as rev-num instead of node-id
Thu, 21 Dec 2023 20:30:03 +0000 Arseniy Alekseyev revlog: add a C implementation of `headrevsdiff`
Wed, 21 Feb 2024 11:53:30 +0100 Raphaël Gomès branching: merge stable into default
Thu, 15 Feb 2024 15:21:43 +0000 Arseniy Alekseyev cext: fix potential memory leaks of list items appended with PyList_Append stable
Fri, 27 Oct 2023 22:11:05 +0200 Georges Racinet rust-index: using the `hg::index::Index` in ancestors iterator and lazy set
Sun, 06 Nov 2022 17:55:46 -0500 Pierre-Yves David delta-find: use sets instead of list in the snapshot cache
Sun, 06 Nov 2022 16:56:23 -0500 Pierre-Yves David delta-find: use a smarter object for snapshot caching
Fri, 20 May 2022 11:02:52 +0100 Pierre-Yves David revlog: finer computation of "issnapshot"
Tue, 24 May 2022 19:09:24 +0400 Anton Shestakov revlog: use appropriate format char for int ("i" instead of "I")
Tue, 17 May 2022 21:49:36 +0400 Anton Shestakov revlog: use %d to format int instead of %lu (issue6565)
Tue, 15 Mar 2022 10:36:28 +0100 Julien Cristau revlog: fix index_fast_rank (wip)
Tue, 15 Mar 2022 09:26:26 +0100 Raphaël Gomès branching: merge stable into default
Mon, 14 Mar 2022 17:57:03 +0100 Julien Cristau revlog: fix wrong type of rank_unknown variable stable
Fri, 04 Mar 2022 13:01:13 -0800 Martin von Zweigbergk revlog: remove unused `rank` variable from D12209
Mon, 21 Feb 2022 18:05:54 +0100 pacien revlog: implement fast_rank retrieval in C
Sun, 20 Feb 2022 16:09:02 -0700 Gregory Szorc cext: remove PY23()
Sun, 20 Feb 2022 16:13:57 -0700 Gregory Szorc cext: unconditionalize PySlice_GetIndicesEx()
Sun, 20 Feb 2022 15:50:46 -0700 Gregory Szorc cext: use PyLong symbols
Mon, 07 Feb 2022 13:23:58 +0100 pacien revlog: register changelogv2 C implementation in parsers
Mon, 14 Feb 2022 12:34:02 +0100 pacien revlog: implement changelogv2 packing and unpacking in C
Thu, 10 Feb 2022 16:20:14 +0100 pacien revlog: memset whole record instead of dealing with padding
Fri, 11 Feb 2022 05:37:19 +0100 Pierre-Yves David revlog: do not compute node location by hand in index_invalidate_added
Wed, 26 Jan 2022 13:18:48 +0100 pacien revlog: split revlog v1 and revlog v2 handling
Wed, 26 Jan 2022 13:08:36 +0100 pacien revlog: extract entry byte offsets into named constants
Tue, 14 Dec 2021 23:56:38 +0100 Pierre-Yves David rank: add a "rank" value to the revlog-entry tuple
Tue, 24 Aug 2021 23:42:35 +0200 Julien Cristau revlog: fix more type confusion in index_replace_sidedata_info (issue6580) stable
Tue, 24 Aug 2021 12:44:34 +0200 Julien Cristau revlog: fix type confusion with sidedata_comp_len (issue6580) stable
Mon, 07 Jun 2021 17:10:35 -0400 Augie Fackler merge: with stable
Sun, 06 Jun 2021 01:24:30 +0200 Georges Racinet cext: fix memory leak in phases computation stable