Add basic Index object based on libgit2.
[jelmer/dulwich-libgit2.git] / dulwich / _objects.c
2010-10-25 Dave Borowitz_objects: sorted_tree_items cleanup.
2010-10-25 Dave BorowitzSubclass TreeEntry in objects.py.
2010-10-25 Dave BorowitzMake TreeEntry a namedtuple for clarity.
2010-10-16 Jelmer VernooijMerge some bare-repo related fixes from Dirk Neumann.
2010-10-01 dak180Cope with strnlen() not existing on Mac.
2010-08-17 Hans KolekProvide strnlen() on mingw32 which doesn't have it.
2010-07-20 Tay Ray Chuandulwich/_objects.c
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge sorted_tree improvements.
2010-05-24 Dave BorowitzFix memory leak in C implementation of sorted_tree_items.
2010-05-24 Dave BorowitzAdd tests for sorted_tree_items and C implementation.
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-12 Dave BorowitzConvert tree mode to int when sorting.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzAdd a typedef for Py_ssize_t, which is not available...
2010-04-16 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-14 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-08 Dave BorowitzEnsure we don't run past the end of the tree text.
2010-04-08 Dave BorowitzAdd check() methods to object classes for consistency...
2010-04-05 Dave BorowitzChange parse_tree to return a list rather than a dict.
2010-03-31 Jelmer VernooijProvide C implementation of tree item sorter.
2009-07-24 Jelmer VernooijUse binascii.{unhexlify,hexlify}. Thanks to Ronny for...
2009-05-30 Ronald BlaschkeFix sentinels.
2009-05-15 Jelmer VernooijUse CheckExact for strings.
2009-05-02 Jelmer VernooijFix memory leak in parse_tree.
2009-04-30 Jelmer VernooijFix C implementation of parse_tree to return a dictionary.
2009-04-30 Jelmer VernooijMerge optimized version of tree parsing.
2009-04-30 Jelmer VernooijAdd C extension for tree parsing.
2009-03-29 Jelmer VernooijAdd (optional!) C implementations of hex_to_sha and...