mercurial/cext/revlog.c
Sat, 01 May 2021 14:47:33 +0200 Pierre-Yves David revlog: fix some comment style
Thu, 08 Apr 2021 00:01:11 +0200 Pierre-Yves David revlog: add a `entry_binary` method on index
Mon, 05 Apr 2021 12:22:25 +0200 Pierre-Yves David revlog: replace revlog._io.size with a new revlog.index.entry_size
Thu, 08 Apr 2021 20:05:59 +0200 Pierre-Yves David clang-format: run the formatter on mercurial/cext/revlog.c
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Mon, 15 Feb 2021 11:08:28 +0100 Raphaël Gomès revlog-index: add `replace_sidedata_info` method
Wed, 20 Jan 2021 18:35:12 +0100 Raphaël Gomès cext: add support for revlogv2
Mon, 18 Jan 2021 19:19:47 +0100 Pierre-Yves David clang-format: reorder includes to appease the formatter
Sat, 16 Jan 2021 20:15:10 -0500 Matt Harbison cext: fix compiler error in revlog.c on Windows with py2
Fri, 15 Jan 2021 12:56:25 -0500 Augie Fackler revlog: migrate from PyEval_CallObject to PyObject_Call
Tue, 12 Jan 2021 14:45:32 -0800 Jun Wu revlog: use size_t for nodetree capacity
Thu, 17 Dec 2020 18:08:25 +0100 Joerg Sonnenberger cext: shut-up sign compare warnings
Sat, 28 Nov 2020 22:27:12 +0100 Joerg Sonnenberger cext: isolate hash size in the revlog handling in a single place
Tue, 08 Dec 2020 23:01:24 +0100 Joerg Sonnenberger cext: match format string for 32bit long platforms
Tue, 06 Oct 2020 03:25:15 +0200 Joerg Sonnenberger revlog: store new index entries as binary
Tue, 06 Oct 2020 13:34:51 +0200 Joerg Sonnenberger revlog: don't cache parsed tuples in the C module
Sat, 18 Jul 2020 18:38:46 +0900 Yuya Nishihara phases: move short-lived PyObject pointers to local scope
Sat, 18 Jul 2020 18:35:17 +0900 Yuya Nishihara phases: rename variable used for owned dict of phasesets
Sat, 18 Jul 2020 18:27:39 +0900 Yuya Nishihara phases: leverage Py_BuildValue() to build PyInt and steal PyObject
Sat, 18 Jul 2020 18:21:26 +0900 Yuya Nishihara phases: make sure an exception should be set on error return
Sat, 18 Jul 2020 18:19:14 +0900 Yuya Nishihara phases: fix clang-format error
Sat, 18 Jul 2020 18:13:41 +0900 Yuya Nishihara phases: fix error return with no exception from computephases()
Sun, 19 Jul 2020 17:24:16 +0900 Yuya Nishihara revlog: fix excessive decref on tuple creation failure in parse_index2()
Thu, 16 Jul 2020 19:48:49 +0200 Joerg Sonnenberger cext: remove unused variables
Wed, 08 Jul 2020 00:36:36 +0200 Joerg Sonnenberger phases: sparsify phaseroots and phasesets
Tue, 24 Mar 2020 21:41:24 +0900 Yuya Nishihara merge with stable
Fri, 20 Mar 2020 10:04:13 -0400 Matt Harbison cext: move variable declaration to the top of the block for C89 support stable
Fri, 20 Mar 2020 17:18:14 +0900 Yuya Nishihara merge with stable
Mon, 13 Jan 2020 19:31:33 +0100 Georges Racinet revlog: using two new functions in C capsule from Rust code
Thu, 12 Mar 2020 15:23:47 +0100 Pierre-Yves David cext-index: propagate inline_scan error in `index_deref` stable
less more (0) -100 -50 -30 tip