Avoid using mmap when unnecessary.
[jelmer/dulwich-libgit2.git] / dulwich / _objects.c
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...