log mercurial/cext/manifest.c @ 52201:7dd466f13f9b stable tip

age author description
Sun, 20 Feb 2022 16:09:02 -0700 Gregory Szorc cext: remove PY23()
Sun, 20 Feb 2022 15:44:39 -0700 Gregory Szorc cext: remove some conditional preprocessor defines
Fri, 30 Apr 2021 02:11:58 +0200 Joerg Sonnenberger manifests: push down expected node length into the parser
Thu, 16 Jul 2020 19:48:49 +0200 Joerg Sonnenberger cext: remove unused variables
Mon, 06 Jul 2020 03:43:32 +0200 Joerg Sonnenberger manifest: tigher manifest parsing and flag use
Tue, 07 Jan 2020 13:47:29 -0500 Augie Fackler manifest: start removing 40-byte hash restrictions from C code
Tue, 21 Jan 2020 12:10:35 -0800 Kyle Lippincott cext: change two more vars to Py_ssize_t in manifest.c stable
Thu, 16 Jan 2020 12:27:15 -0800 Kyle Lippincott cext: fix compiler warning about sign changing
Thu, 29 Nov 2018 16:44:01 -0500 Augie Fackler manifest: reject lines shorter than 42 bytes, not 22
Mon, 12 Nov 2018 20:32:58 -0500 Augie Fackler manifest: perform cheap checks before potentially allocating memory
Mon, 12 Nov 2018 20:31:57 -0500 Augie Fackler manifest: also reject obviously-too-short lines when parsing lines
Mon, 12 Nov 2018 20:35:22 -0500 Augie Fackler manifest: make sure there's a filename before bothering to look for newline
Wed, 05 Sep 2018 21:23:29 +0900 Yuya Nishihara manifest: fix out-of-bounds read of corrupted manifest entry stable 4.7.2
Wed, 05 Sep 2018 21:32:45 +0900 Yuya Nishihara manifest: rewrite pathlen() to not cross entry boundary stable
Wed, 05 Sep 2018 21:49:44 +0900 Yuya Nishihara manifest: fix leak on error return from lazymanifest_filtercopy() stable