Thu, 13 Oct 2016 13:17:23 +0200 |
Gregory Szorc |
manifest: use PyVarObject_HEAD_INIT
|
Sat, 08 Oct 2016 21:57:55 +0200 |
Gregory Szorc |
manifest: convert PyString* to PyBytes*
|
Sat, 08 Oct 2016 18:04:57 +0200 |
Gregory Szorc |
manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3
|
Fri, 27 May 2016 21:24:05 +0200 |
Javi Merino |
lazymanifest: fix typo s/typles/tuples/
stable
|
Thu, 31 Dec 2015 13:31:42 -0500 |
Augie Fackler |
lazymanifest: check more return values in filtercopy
|
Thu, 31 Dec 2015 13:45:48 -0500 |
Augie Fackler |
lazymanifest: check error return in filter
|
Thu, 31 Dec 2015 13:44:59 -0500 |
Augie Fackler |
lazymanifest: add missing closing parenthesis in comment
|
Sat, 12 Dec 2015 20:10:33 -0800 |
Bryan O'Sullivan |
manifest: fix formatting
|
Sun, 12 Apr 2015 07:14:53 -0700 |
Martin von Zweigbergk |
lazymanifest: drop SP before some labels
|
Sun, 12 Apr 2015 07:12:39 -0700 |
Martin von Zweigbergk |
lazymanifest: avoid 'bail' label when used on success path
|
Sat, 11 Apr 2015 11:56:21 -0400 |
Augie Fackler |
lazymanifest: prevent leak when updating an entry more than once
|
Sun, 12 Apr 2015 06:51:13 -0700 |
Mike Hommey |
lazymanifest: fix memory leak in lmiter_iterentriesnext() after 3d485727e45e
|
Wed, 25 Mar 2015 14:16:10 -0500 |
Matt Mackall |
manifest: move C bool polyfill into util.h
|
Wed, 25 Mar 2015 14:13:11 -0500 |
Matt Mackall |
manifest: use util.h to get Py_ssize_t
|
Wed, 18 Mar 2015 11:41:36 -0700 |
Drew Gottlieb |
manifest: include Python.h before standard headers
|
Fri, 13 Mar 2015 22:50:40 -0400 |
Matt Harbison |
manifest.c: ensure realloc_if_full() returns 1 or 0
|
Thu, 12 Mar 2015 18:18:29 -0700 |
Martin von Zweigbergk |
lazymanifest: make __iter__ generate filenames, not 3-tuples
|
Wed, 11 Mar 2015 13:46:15 -0700 |
Martin von Zweigbergk |
lazymanifest: add iterkeys() method
|
Wed, 11 Mar 2015 13:15:26 -0700 |
Martin von Zweigbergk |
lazymanifest: extract function for iterating to next line
|
Wed, 11 Mar 2015 13:35:34 -0700 |
Martin von Zweigbergk |
lazymanifest: fail if path or hash strings cannot be created
|
Thu, 12 Mar 2015 09:06:45 -0700 |
Martin von Zweigbergk |
lazymanifest: don't depend on printf's 'hh' format to work
|
Fri, 30 Jan 2015 21:30:40 -0800 |
Augie Fackler |
lazymanifest: use a binary search to do an insertion
|
Tue, 13 Jan 2015 14:31:38 -0800 |
Augie Fackler |
manifest.c: new extension code to lazily parse manifests
|