jelmer/dulwich-libgit2.git
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.
2009-03-10 Jelmer VernooijAdd tests for protocol.
2009-03-10 Jelmer VernooijRemove unused test code.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-03-09 Jelmer VernooijRaise nicer exception in case of checksum mismatch.
2009-03-08 Jelmer VernooijDon't modify original capabilities list.
2009-03-08 Jelmer Vernooijcrc32's are always unsigned.
2009-03-08 Jelmer VernooijUse separate parameter for thin packs rather than speci...
2009-03-08 Jelmer VernooijRaise proper exceptions for clients.
2009-03-07 Jelmer VernooijFix crc32 tests.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-03-05 Jelmer VernooijAdd simple AUTHORS file.
2009-03-03 Paul HummerFixed minor issue with make_sha
2009-03-03 Paul HummerMoved unpack_from
2009-03-03 Paul HummerFixed copyright stuffs
2009-03-03 Paul HummerAbstracted the sha handling stuff
2009-03-03 Paul HummerMoved defaultdict for python2.4 into dulwich.misc
2009-03-03 Michael Hudsonmore 2.4 hacking
2009-03-03 Michael Hudsonso, um, yeah
2009-02-26 Jelmer VernooijRemove unused dulwich.commit file.
2009-02-26 Jelmer VernooijMention that John and I maintain Dulwich these days.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-02-26 Jelmer Vernooijclarify that find_missing_objects looks at objects...
2009-02-26 Jelmer VernooijDon't require mentioned objects to be commits.
2009-02-23 Jelmer VernooijMerge apply_delta performance fix from John.
2009-02-23 John Arbash... Change apply_delta to tack things onto a list, instead...
2009-02-22 Jelmer VernooijMerge performance fix for apply_delta from James.
2009-02-22 James WestbyFIx off-by-one error, and thinko.
2009-02-22 James WestbyAvoid string slicing during apply_delta.
2009-02-11 Jelmer VernooijFix duplicate use of variable name.
2009-02-11 Jelmer VernooijSupport overriding capabilities for TCPClient and SSHSu...
2009-02-11 Jelmer Vernooijallow user to override capabilities.
2009-02-11 Jelmer VernooijPass along ref resolve function.
2009-02-08 Jelmer VernooijFix gzip.
2009-02-08 Jelmer VernooijFix more imports.
2009-02-08 Jelmer VernooijRemove duplicate add_objects(), fix import.
2009-02-05 Jelmer VernooijSplit out ObjectStoreIterator.
2009-02-05 Jelmer VernooijExtend ObjectIterator a bit.
2009-02-05 Jelmer VernooijMake fetch_objects a bit easier to access.
2009-02-03 Jelmer VernooijReorder imports.
2009-01-31 Jelmer VernooijFix syntax errors.
2009-01-31 Jelmer VernooijRemove Linus' copyright and GPLv2-only bit - all fragme...
2009-01-25 Jelmer VernooijAdd convenience function for accessing tags.
2009-01-24 Jelmer VernooijStart on 0.1.0.
2009-01-24 Jelmer VernooijFix bug in find_missing_objects.
2009-01-24 Jelmer VernooijAdd manifest file to include some more docs.
2009-01-24 Jelmer VernooijRelease 0.1.0. dulwich-0.1.0
2009-01-24 Jelmer VernooijMerge John.
2009-01-21 John CarrLets implement push
2009-01-19 John CarrMake cloning over git+ssh:// work
2009-01-19 John CarrMake local git clone via git-upload-pack work
2009-01-19 John CarrDon't need to be passed stuff..
2009-01-19 John CarrDon't force : on us
2009-01-19 John CarrFallback to local git-foo if not git:// or git+ssh...
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-19 John CarrTry a simpler approach
2009-01-18 John CarrAdd a generic class that can talk to any git-receive...
next