log mercurial/mpatch.c @ 1913:74cf2b2f43d4

age author description
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