mercurial/mpatch.c
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 24 Jan 2019 10:21:59 -0500 Augie Fackler cleanup: use clang-tidy to add missing {} around one-line statements
Mon, 30 Apr 2018 22:24:58 -0400 Augie Fackler mpatch: avoid integer overflow in combine() (SEC) stable 4.6.1
Mon, 30 Apr 2018 22:23:06 -0400 Augie Fackler mpatch: avoid integer overflow in mpatch_decode (SEC) stable
Mon, 30 Apr 2018 22:20:13 -0400 Augie Fackler mpatch: fix UB integer overflows in discard() (SEC) stable
Mon, 30 Apr 2018 22:15:11 -0400 Augie Fackler mpatch: fix UB in int overflows in gather() (SEC) stable
Thu, 03 May 2018 12:54:20 -0400 Augie Fackler mpatch: introduce a safesub() helper as well stable
Mon, 30 Apr 2018 22:13:42 -0400 Augie Fackler mpatch: introduce a safeadd() helper to work around UB int overflow stable
Sat, 28 Apr 2018 10:09:12 -0400 Augie Fackler mpatch: ensure fragment start isn't past the end of orig (SEC) stable
Sat, 28 Apr 2018 02:04:56 -0400 Augie Fackler mpatch: protect against underflow in mpatch_apply (SEC) stable
Sat, 28 Apr 2018 00:42:16 -0400 Augie Fackler mpatch: be more careful about parsing binary patch data (SEC) stable
Wed, 04 Oct 2017 11:00:04 -0400 Augie Fackler mpatch: switch alignment of wrapped line from tab to spaces with clang-format
Wed, 04 Oct 2017 10:56:33 -0400 Augie Fackler mpatch: reformat function prototypes with clang-format
Wed, 04 Oct 2017 10:57:23 -0400 Augie Fackler mpatch: reflow two oddly formatted else blocks with clang-format
Wed, 04 Oct 2017 10:55:51 -0400 Augie Fackler mpatch: re-wrap wide line with clang-format
Sun, 07 Aug 2016 10:06:56 +0900 Yuya Nishihara mpatch: raise MemoryError instead of mpatchError if lalloc() failed
Sun, 07 Aug 2016 09:40:30 +0900 Yuya Nishihara mpatch: change lalloc() to local function
Sun, 07 Aug 2016 09:49:07 +0900 Yuya Nishihara mpatch: remove superfluous whitespaces
Fri, 22 Jul 2016 17:28:05 +0200 Maciej Fijalkowski mpatch: remove dependency on Python.h in mpatch.c
Mon, 18 Jul 2016 19:02:30 +0200 Maciej Fijalkowski mpatch: split mpatch into two files
Mon, 18 Jul 2016 16:25:14 +0200 Maciej Fijalkowski mpatch: provide things that will be exported later with a prefixed name
Mon, 18 Jul 2016 15:14:40 +0200 Maciej Fijalkowski mpatch: change Py_ssize_t to ssize_t in places that will be later copied
Mon, 06 Jun 2016 13:08:13 +0200 Maciej Fijalkowski internals: move the bitmanipulation routines into its own file
Thu, 31 Mar 2016 02:05:28 +0000 timeless mpatch: unify mpatchError (issue5182)
Wed, 16 Mar 2016 17:30:26 -0700 Matt Mackall parsers: detect short records (SEC) stable
Wed, 16 Mar 2016 17:29:29 -0700 Matt Mackall parsers: fix list sizing rounding error (SEC) stable
Wed, 11 Dec 2013 18:33:42 -0600 Matt Mackall mpatch: rewrite pointer overflow checks stable
Sun, 20 May 2012 01:28:31 +0200 Adrian Buehlmann mpatch: use Py_ssize_t for string length
Sun, 20 May 2012 00:08:18 +0200 Adrian Buehlmann mpatch: use Py_ssize_t
Mon, 16 Apr 2012 11:26:00 -0500 Matt Mackall util.h: replace ntohl/htonl with get/putbe32
less more (0) -50 -30 tip