Correctly avoid parsing ShaFiles with fixed SHAs when calling sha().
[jelmer/dulwich-libgit2.git] / dulwich / _objects.c
2010-04-16 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...