Tue, 05 Apr 2016 10:43:43 -0400 |
Matt Fowles |
parsers: fix istat macro to work with single line if statement
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 00:20:08 -0800 |
Durham Goode |
parsers: optimize filtered headrevs logic
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 08:17:15 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (C)
|
file |
diff |
annotate
|
Mon, 21 Dec 2015 16:27:16 -0800 |
Laurent Charignon |
dirstate: add a C implementation for nonnormalentries
|
file |
diff |
annotate
|
Thu, 17 Dec 2015 13:07:34 -0800 |
Bryan O'Sullivan |
parsers: use PyTuple_Pack instead of manual list-filling
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 10:47:27 -0800 |
Bryan O'Sullivan |
parsers: add a missed PyErr_NoMemory
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 10:47:26 -0800 |
Bryan O'Sullivan |
parsers: check results of PyInt_FromLong (issue4771)
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 10:47:24 -0800 |
Bryan O'Sullivan |
parsers: simplify error logic in compute_phases_map_sets
|
file |
diff |
annotate
|
Sat, 12 Dec 2015 20:57:01 -0800 |
Bryan O'Sullivan |
parsers: narrow scope of a variable to be less confusing
|
file |
diff |
annotate
|
Wed, 02 Dec 2015 23:04:58 +0900 |
Yuya Nishihara |
parsers: fix parse_dirstate to check len before unpacking header (issue4979)
stable
|
file |
diff |
annotate
|
Sat, 07 Nov 2015 17:43:20 +0900 |
Yuya Nishihara |
parsers: fix width of datalen variable in fm1readmarkers
stable
|
file |
diff |
annotate
|
Sun, 18 Oct 2015 09:05:04 +0900 |
Yuya Nishihara |
parsers: suppress warning of signed and unsigned comparison at nt_init
|
file |
diff |
annotate
|
Sat, 17 Oct 2015 23:14:13 +0900 |
Yuya Nishihara |
parsers: correct type of temporary variables for dirstate tuple fields
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 02:40:04 +0900 |
FUJIWARA Katsunori |
parsers: make pack_dirstate take now in integer for consistency
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 18:30:47 +0900 |
Yuya Nishihara |
parsers: fix infinite loop or out-of-bound read in fm1readmarkers (issue4888)
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 18:41:41 +0900 |
Yuya Nishihara |
parsers: read sizes of metadata pair of obsolete marker at once
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 16:50:35 +0900 |
Yuya Nishihara |
parsers: use PyTuple_New and SET_ITEM to construct metadata pair of markers
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 16:41:21 +0900 |
Yuya Nishihara |
parsers: use PyTuple_SET_ITEM() to fill new marker tuples
|
file |
diff |
annotate
|
Wed, 26 Aug 2015 10:20:07 -0400 |
Augie Fackler |
parsers: fix two cases of unsigned long instead of Py_ssize_t
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
file |
diff |
annotate
|
Fri, 14 Aug 2015 12:25:14 +0900 |
Yuya Nishihara |
reachableroots: silence warning of implicit integer narrowing issued by clang
|
file |
diff |
annotate
|
Fri, 14 Aug 2015 12:22:08 +0900 |
Yuya Nishihara |
reachableroots: narrow scope of minidx variable
|
file |
diff |
annotate
|
Fri, 21 Aug 2015 14:33:51 -0400 |
Augie Fackler |
parsers: avoid int/unsigned conversions
|
file |
diff |
annotate
|
Sun, 16 Aug 2015 09:30:37 +0900 |
Yuya Nishihara |
reachableroots: unroll loop that checks if one of parents is reachable
|
file |
diff |
annotate
|
Sat, 15 Aug 2015 19:38:03 +0900 |
Yuya Nishihara |
reachableroots: handle error of PyList_Append()
|
file |
diff |
annotate
|
Fri, 14 Aug 2015 15:52:19 +0900 |
Yuya Nishihara |
reachableroots: return list of revisions instead of set
|
file |
diff |
annotate
|
Fri, 14 Aug 2015 15:49:11 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is reachable
|
file |
diff |
annotate
|
Fri, 14 Aug 2015 15:43:29 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is a root
|
file |
diff |
annotate
|
Tue, 18 Aug 2015 16:40:10 -0400 |
Augie Fackler |
parsers: set exception when there's too little string data to extract parents
|
file |
diff |
annotate
|
Tue, 18 Aug 2015 16:39:26 -0400 |
Augie Fackler |
parsers: drop spurious check of readlen value
|
file |
diff |
annotate
|