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
|
Sat, 15 Jan 2011 12:44:28 +0100 |
Benoit Boissinot |
parsers.c: fix comment
|
Tue, 11 Jan 2011 17:01:04 -0600 |
Matt Mackall |
revlog: only build the nodemap on demand
|
Tue, 15 Jun 2010 19:49:56 -0300 |
Renato Cunha |
parsers.c: Added support for py3k.
|
Sat, 13 Feb 2010 17:37:44 -0600 |
Matt Mackall |
parsers: fix some signed comparison issues
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Thu, 27 Aug 2009 14:15:04 +0200 |
Nicolas Dumazet |
parsers.c: parse_manifest: fixing refcount of flags
|
Mon, 20 Oct 2008 15:19:05 +0200 |
Thomas Arendsen Hein |
Some additional space/tab cleanups
|
Mon, 20 Oct 2008 14:57:04 +0200 |
Dirkjan Ochtman |
clean up trailing spaces, leading spaces in C
|
Sun, 19 Oct 2008 20:29:41 +0200 |
Benoit Boissinot |
merge with crew
|
Sun, 19 Oct 2008 20:17:06 +0200 |
Benoit Boissinot |
parsers.c: do not try to untrack after a failure
|
Sun, 19 Oct 2008 20:16:37 +0200 |
Benoit Boissinot |
parsers.c: fix integer overflows
|
Sun, 19 Oct 2008 19:10:26 +0200 |
Thomas Arendsen Hein |
Merge with crew
|
Sun, 19 Oct 2008 15:08:30 +0200 |
Thomas Arendsen Hein |
Copy index before parsing to enforce alignment with inline data present.
|
Sun, 19 Oct 2008 16:11:23 +0200 |
Benoit Boissinot |
parsers.c: there is no reference to data_obj, so it shouldn't be decref'ed
|
Sun, 19 Oct 2008 01:26:46 +0200 |
Benoit Boissinot |
index parser: fix refcounting in case of errors, refactor
|
Sat, 18 Oct 2008 20:39:08 +0200 |
Benoit Boissinot |
merge with crew
|
Sat, 18 Oct 2008 20:23:46 +0200 |
Benoit Boissinot |
revlog parser: use ntohl() instead of ntohll() (fix endianness issues)
|
Sat, 18 Oct 2008 14:43:20 +0200 |
Dhruva Krishnamurthy |
Fix missing uint64_t definition in parsers.c under Windows
|
Fri, 17 Oct 2008 01:03:38 +0200 |
Bernhard Leiner |
C implementation of revlog index parsing
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
dirstate: C parsing extension
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
parsers: speed up hex decoding for manifests
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
parsers: clean up whitespace
|
Fri, 28 Mar 2008 19:47:22 +0100 |
Benoit Boissinot |
fix const annotation warning
|
Wed, 26 Mar 2008 10:12:10 -0700 |
Bryan O'Sullivan |
manifest: improve parsing performance by 8x via a new C extension
|