jelmer/dulwich-libgit2.git
2009-04-30 Jelmer VernooijRemove .so files in clean.
2009-04-30 Jelmer VernooijFix progress bars.
2009-04-30 Jelmer VernooijIgnore comment in packed-refs file.
2009-04-30 Jelmer VernooijFix compatibility with python 2.4, release 0.2.1.
2009-04-30 Jelmer VernooijSupport running tests with other versions of Python.
2009-04-30 Jelmer VernooijUpdate setup.py. dulwich-0.2.0
2009-04-30 Jelmer VernooijRelease 0.2.0
2009-04-30 Jelmer VernooijUse hexsha's in Index API.
2009-04-30 Jelmer VernooijCope with the fact that Index.__iter__ now returns...
2009-04-30 Jelmer VernooijImplement Tree.__contains__.
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-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-29 Jelmer VernooijDon't close file twice.
2009-04-29 Jelmer VernooijFix index tests.
2009-04-29 Jelmer VernooijFix syntax error in iteritems.
2009-04-20 Jelmer Vernooijallow changing the trees.
2009-04-19 Jelmer VernooijFix padding in index.
2009-04-19 Jelmer Vernooijfix writing of legacy objects.
2009-04-18 Jelmer VernooijAdd extra index test.
2009-04-18 Jelmer VernooijFix skipping bug in index.
2009-04-18 Jelmer VernooijImprove formatting.
2009-04-18 Jelmer VernooijStore tree contents in dictionary internally.
2009-04-17 Jelmer VernooijBuild extensions in Makefile.
2009-04-17 Jelmer VernooijSplit out tree parsing function.
2009-04-17 Jelmer VernooijRemove mmap offset parameter use for now, as it appears...
2009-04-16 Jelmer VernooijSupport packed refs.
2009-04-16 Jelmer VernooijThe parsing code is significantly different from the...
2009-04-16 Jelmer VernooijPass lookup function into tree_lookup_path rather than...
2009-04-16 Jelmer VernooijUse new class name in __repr__ for child classes.
2009-04-16 Jelmer VernooijSupport author/committer timezones.
2009-04-16 Jelmer VernooijFix tests: object_index() raises an exception now.
2009-04-16 Jelmer VernooijSupport author_time
2009-04-14 Jelmer VernooijFix offset argument to mmap on python 2.6.
2009-04-14 Jelmer VernooijFix default port for smart tcp clients.
2009-04-14 Jelmer VernooijSupport variable arguments in SSHGitClient.
2009-04-10 Jelmer VernooijFix fetching of thin packs.
2009-04-10 Jelmer VernooijSupport progress reporting in iterobjects.
2009-04-10 Jelmer VernooijSupport activity reporting.
2009-04-02 Jelmer VernooijMove performance doc to docs/ and rst format.
2009-03-31 Jelmer VernooijAdd function for finding the object in a tree.
2009-03-31 Jelmer VernooijAdd simple lookup function to Tree.
2009-03-31 Jelmer VernooijAdd _num_type for tags.
2009-03-29 Jelmer VernooijSupport thin pack parameter for ssh connections.
2009-03-29 Jelmer VernooijRemove unnecessary opens from pack code.
2009-03-29 Jelmer VernooijAdd performance notes.
2009-03-29 Jelmer VernooijRemove unnecessary code in an attempt to make index...
2009-03-29 Jelmer VernooijFix memory leak.
2009-03-29 Jelmer VernooijAdd C version of bisect_find_sha.
2009-03-29 Jelmer VernooijSlight performance improvement in read_zlib.
2009-03-29 Jelmer VernooijRemove useless file open/close.
2009-03-29 Jelmer Vernooijremove time-consuming mmap size check.
2009-03-29 Jelmer VernooijProperly split out PackIndex1 and PackIndex2.
2009-03-29 Jelmer VernooijAdd apply_delta C implementation.
2009-03-29 Jelmer VernooijAdd simple hacking doc.
2009-03-29 Jelmer VernooijAdd (optional!) C implementations of hex_to_sha and...
2009-03-29 Jelmer VernooijThere are no thin packs in the objects/ directory usual...
2009-03-29 Jelmer VernooijOnly determine hexsha when really necessary.
2009-03-29 Jelmer VernooijAvoid converting back and forth between hex and sha...
2009-03-29 Jelmer VernooijRemove non-hex character.
2009-03-29 Jelmer VernooijRemove duplicate check for sha files.
2009-03-29 Jelmer VernooijMake hex/sha functions a bit faster.
2009-03-29 Jelmer VernooijRemove useless whitespace.
2009-03-28 Jelmer Vernooijavoid using struct unpack
2009-03-28 Jelmer VernooijSimplify delta apply function a bit; remove nested...
2009-03-28 Jelmer VernooijPass offsets rather than wrapping (and slowing down...
2009-03-28 Jelmer VernooijAllow specifying offset to unpack_object.
2009-03-28 Jelmer VernooijRemove pointless size checks on every access of packs.
2009-03-27 Jelmer VernooijMerge performance improvements.
2009-03-26 Jelmer VernooijSkip useless lookup.
2009-03-26 Jelmer VernooijMake checking for objects present a bit faster.
2009-03-26 Jelmer VernooijMake object iterator lazy.
2009-03-26 Jelmer VernooijActually use the offset cache.
2009-03-26 Jelmer VernooijRemove local caching.
2009-03-26 Jelmer VernooijAdd LRU cache for objects at offsets.
2009-03-26 Jelmer VernooijMove resolve_object into PackData.
2009-03-26 Jelmer VernooijFix test.
2009-03-26 Jelmer VernooijAdd some docstrings.
2009-03-26 Jelmer VernooijAdd docstrings, only determine pack directory once.
2009-03-26 Jelmer VernooijMerge formatting fix.
2009-03-26 Jelmer VernooijFix formatting to use 4-character indentation.
2009-03-24 Jelmer VernooijClose ref file after writing to it.
2009-03-24 Jelmer VernooijAdd iterating object finder.
2009-03-24 Jelmer VernooijMac OS X doesn't have os.fdatasync, use os.fsync instead.
2009-03-22 Jelmer VernooijFix crc32 checksums stored in indexes.
2009-03-21 Jelmer VernooijUse stored checksum rather than re-calculating.
2009-03-21 Jelmer VernooijAlways finish writing to disk before calculating checksum.
2009-03-21 Jelmer VernooijFix checksum error message.
2009-03-21 Jelmer VernooijSplit up get_stored_checksums.
2009-03-21 Jelmer VernooijImprove formatting, docstrings.
2009-03-21 Jelmer VernooijAdd separate exception for checksum mismatches.
2009-03-13 Jelmer VernooijRelease 0.1.1 dulwich-0.1.1
2009-03-11 Jelmer VernooijFix typo.
2009-03-11 Jelmer VernooijSkip ^{} tags.
2009-03-11 Jelmer Vernooijadd basic tests for client side.
2009-03-10 Jelmer Vernooijfix plain tcp
2009-03-10 Jelmer VernooijSet defaults.
2009-03-10 Jelmer VernooijSupport more capabilities.
2009-03-10 Jelmer VernooijAdd docstrings.
next