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
|
Tue, 10 Apr 2012 12:07:14 -0500 |
Matt Mackall |
util.h: unify some common platform tweaks
|
Tue, 10 Apr 2012 12:07:09 -0500 |
Matt Mackall |
util.h: move Py_ssize_t bits from mpatch.c
|
Wed, 10 Aug 2011 13:40:01 -0500 |
Matt Mackall |
parsers: avoid pointer aliasing
stable
|
Thu, 27 Jan 2011 11:15:08 +0100 |
Martin Geisler |
backout of 613b8bd2284e
|
Wed, 26 Jan 2011 12:05:01 +0100 |
Martin Geisler |
specify C indention style using Emacs file local variables
|
Tue, 15 Jun 2010 19:49:56 -0300 |
Renato Cunha |
mpatch.c: Added preliminary support for py3k.
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Wed, 17 Sep 2008 10:22:35 +0200 |
Scott McCreary |
allow Mercurial to compile on Haiku
|
Fri, 12 Oct 2007 11:23:03 +0200 |
Benoit Boissinot |
merge with goto
|
Fri, 12 Oct 2007 11:46:49 +0900 |
Shun-ichi GOTO |
mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t.
|
Thu, 11 Oct 2007 17:47:04 -0500 |
Matt Mackall |
mpatch: use int rather than ssize_t
|
Thu, 11 Oct 2007 00:46:45 -0500 |
Matt Mackall |
mpatch: allow buffer objects for input
|
Wed, 25 Apr 2007 18:43:55 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Sat, 27 Jan 2007 23:07:06 +0100 |
Thomas Arendsen Hein |
Fix segfaults when parsing bdiff hunks in mpatch.decode() and .patchedsize()
|
Tue, 02 Jan 2007 21:40:20 -0800 |
Andrew Bachmann |
BeOS compatibility support
|
Thu, 21 Sep 2006 16:16:39 -0500 |
Matt Mackall |
mpatch: Fix for malloc corner case on AIX
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Fri, 30 Jun 2006 21:41:46 +0200 |
Thomas Arendsen Hein |
Include inttypes.h instead of stdint.h (fixes issue299)
|
Tue, 20 Jun 2006 17:51:39 -0700 |
Vadim Gelfer |
mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
|
Sat, 08 Apr 2006 20:10:46 -0400 |
Chris Mason |
merge 0.8.1 with revlogng
|
Tue, 04 Apr 2006 16:38:44 -0400 |
mason |
Fill in the uncompressed size during revlog.addgroup
|
Wed, 05 Apr 2006 15:39:48 +0200 |
Thomas Arendsen Hein |
Set correct exception for another possible malloc error in mpatch.c
|
Mon, 20 Mar 2006 08:46:29 +0100 |
TK Soh |
do proper typecasting on malloc() and calloc() calls
|
Sat, 18 Feb 2006 16:31:02 +0100 |
Thomas Arendsen Hein |
Fixed misleading indentation in mpatch.c
|
Wed, 15 Feb 2006 04:37:47 +0100 |
Benoit Boissinot |
catch errors and throw exception with invalid binary patch data
|
Sun, 03 Jul 2005 12:26:45 -0800 |
mpm |
[PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl
|
Fri, 01 Jul 2005 00:10:52 -0800 |
mpm |
Merge with TAH
|
Thu, 30 Jun 2005 23:54:17 -0800 |
mpm |
[PATCH] bdiff/mpatch under MSVC
|
Tue, 28 Jun 2005 03:08:47 -0800 |
mpm |
More fiddling with uint32_t includes for extensions
|
Mon, 27 Jun 2005 22:29:44 -0800 |
mpm |
Pull from TAH
|
Mon, 27 Jun 2005 10:01:46 -0800 |
mpm |
Remove stdint.h from mpatch and bdiff
|
Sat, 25 Jun 2005 16:18:40 -0800 |
mpm |
extensions: use stdint.h
|
Fri, 24 Jun 2005 23:07:16 -0800 |
mpm |
Merge from http://moffetthome.net:8012/
|
Fri, 24 Jun 2005 20:53:51 -0500 |
kyle |
Added stdint.h include to fix build on Mac OS X Tiger [v10.4]
|
Tue, 21 Jun 2005 21:04:49 -0800 |
mpm |
Pull from TAH
|
Tue, 21 Jun 2005 18:54:44 -0800 |
mpm |
Add 'other OS' bits to bdiff.c / style cleanups
|
Tue, 21 Jun 2005 18:51:46 -0800 |
mpm |
Make mpatch.c compilable under the other `OS'
|
Thu, 16 Jun 2005 22:54:37 -0800 |
mpm |
mpatch: attempt to handle unpack alignment issues on Solaris
|
Wed, 08 Jun 2005 11:01:18 -0800 |
mpm |
mpatch: properly NULL out return in lalloc
|
Sat, 21 May 2005 13:14:58 -0800 |
mpm |
Add safety checking to mpatch
|
Tue, 17 May 2005 10:13:00 -0800 |
mpm |
Gotos are embarrassing.
|
Mon, 16 May 2005 22:08:33 -0800 |
mpm |
Add an O(m + nlog n) patching extension
|