jelmer/dulwich-libgit2.git
2009-09-10 Roland MasAdded cache to ProtocolGraphWalker to cope with several...
2009-09-08 Jelmer VernooijAdd proper error message when server hangs up.
2009-09-08 Jelmer VernooijUpdate docstrings, skip extra data in indexes (for...
2009-08-09 Jelmer VernooijClarify that C modules should be optional.
2009-07-29 Jelmer VernooijClarify docstring.
2009-07-29 Jelmer Vernooijmerge trivial fixes from Abderrahim.
2009-07-29 Abderrahim... create_delta: correctly write opcode for equal
2009-07-28 Abderrahim... ensure a tree is parsed before calculating its length
2009-07-24 Abderrahim... Return object sha and mode rather than object itself...
2009-07-24 Jelmer VernooijUse binascii.{unhexlify,hexlify}. Thanks to Ronny for...
2009-07-23 Jelmer Vernooijstart working on 0.3.4.
2009-07-23 Jelmer VernooijRelease 0.3.3 dulwich-0.3.3
2009-07-23 Jelmer VernooijImplement Tree.__len__.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim... Return the offset correctly from write_pack_object
2009-07-17 Abderrahim... fix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-07-11 Abderrahim... Allow pushing a repository containing submodules
2009-07-13 Jelmer Vernooijremove empty directories.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-06-16 Jelmer VernooijMore docstrings, test coverage.
2009-06-16 Jelmer VernooijAdd tests for dulwich.index.write_cache_time.
2009-06-16 Jelmer VernooijAdd command for generating coverage-annotated files.
2009-06-16 Jelmer VernooijAvoid using .git as a directory name since it confuses...
2009-06-09 Jelmer VernooijImplement ShaFile.__ne__.
2009-05-30 Ronald BlaschkeFix sentinels.
2009-05-27 Jelmer VernooijAdd more tests.
2009-05-27 Jelmer VernooijDon't use just the fact that the objects directory...
2009-05-20 Jelmer VernooijStart on 0.3.3.
2009-05-20 Jelmer Vernooijrelease 0.3.2 dulwich-0.3.2
2009-05-19 Jelmer VernooijFix commit_index.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijAdd tests for cleanup_mode.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijImport negative timezone fix from hg-git.
2009-05-19 Jelmer VernooijFix open modes of e.g. packs to be binary.
2009-05-19 Jelmer VernooijSupport the encoding field in commit messages.
2009-05-19 Jelmer VernooijDon't let user specify lower flags bits, as they depend...
2009-05-19 Jelmer VernooijDon't include lower part of flags in index interface.
2009-05-16 Jelmer VernooijFix flags.
2009-05-16 Jelmer VernooijFix flags data in index.
2009-05-16 Jelmer VernooijCope with float times.
2009-05-16 Jelmer VernooijFix order of dev and ino.
2009-05-16 Jelmer VernooijWrite index file SHA1s.
2009-05-16 Jelmer VernooijAdd SHA1Reader helper class.
2009-05-16 Jelmer VernooijAdd function for checking submodules.
2009-05-16 Jelmer VernooijWhen there's nothing to push, don't push anything.
2009-05-16 Jelmer VernooijSupport serializing tags.
2009-05-16 Jelmer VernooijFix time parsing.
2009-05-16 Jelmer VernooijUse StringIO to generate Text and Commit texts.
2009-05-16 Jelmer VernooijSimplify tag parsing.
2009-05-16 Jelmer VernooijSimplify tag parsing.
2009-05-15 Jelmer VernooijUse CheckExact for strings.
2009-05-15 Jelmer Vernooijattempt to fix some win32 issues; thanks to Alexander...
2009-05-15 Jelmer VernooijMerge support for compiling extensions.
2009-05-15 Jelmer VernooijAdd ObjectStore.generate_pack_contents.
2009-05-15 Jelmer VernooijCope with objects already existing.
2009-05-15 Alexander Belchenkosetup.py build_ext now works with MSVC; added "special...
2009-05-15 Alexander Belchenkosetup.py: fixed extension names: using dot instead...
2009-05-14 Jelmer VernooijFix formatting, add type check.
2009-05-13 Jelmer VernooijFix iterator over objects in server.
2009-05-13 Jelmer VernooijFix typo (thanks Lo-Lan-Do).
2009-05-13 Jelmer VernooijImplement ObjectStore.find_common_revisions().
2009-05-13 Jelmer VernooijRemove get_commit_parents, it's too trivial.
2009-05-13 Jelmer Vernooijignore coverage files.
2009-05-13 Jelmer VernooijStart working on 0.3.2.
2009-05-13 Jelmer VernooijSwitch to nosetests for tests, add coverage make target.
2009-05-13 Jelmer VernooijUpdate NEWS. dulwich-0.3.1
2009-05-12 Jelmer VernooijImplement Repo.__setitem__ and Repo.__delitem__.
2009-05-12 Jelmer VernooijRemove unused sha import
2009-05-11 Jelmer VernooijStart working on 0.3.1
2009-05-11 Jelmer VernooijAllow refs to point at nonexisting things in as_dict.
2009-05-11 Jelmer VernooijCope with HEAD not existing.
2009-05-11 Jelmer VernooijFix remaining tests.
2009-05-11 Jelmer Vernooijremove unnecessary refs functions from Repo that are...
2009-05-11 Jelmer VernooijImplement Repo.__getitem__.
2009-05-11 Jelmer VernooijProvide ShaFile.__str__.
2009-05-11 Jelmer VernooijSplit out DiskRefsContainer.
2009-05-11 Jelmer VernooijRaise KeyError when RefsContainer can't find a ref...
2009-05-11 Jelmer VernooijUse refs in a couple more places.
2009-05-11 Jelmer VernooijUse RefsContainer for tags and heads.
2009-05-11 Jelmer VernooijMove follow ref logic to RefsContainer.
2009-05-11 Jelmer VernooijMove more logic to RefsContainer.
2009-05-10 Jelmer VernooijFix homepage.
2009-05-10 Jelmer VernooijRelease 0.3.0. dulwich-0.3.0
2009-05-10 Jelmer VernooijAdd refs container.
2009-05-10 Jelmer VernooijRemove unnecessary indirection for DiskObjectStore.
2009-05-10 Jelmer VernooijUse constants for directory names.
2009-05-10 Jelmer VernooijRemove unused method Repo.pack_dir().
2009-05-10 Jelmer VernooijCope git-upload-pack arguments, apparently necessary...
2009-05-10 Jelmer VernooijCope with username being specified to SSH client.
2009-05-10 Jelmer VernooijCope with timestamps not always being 10 characters...
2009-05-09 Jelmer VernooijAdd extra asserts, skip more revisions.
2009-05-09 Jelmer VernooijFix remote dpush refs?
2009-05-09 Jelmer VernooijDeal with removed refs.
2009-05-09 Jelmer VernooijDeal with removed refs.
2009-05-09 Jelmer VernooijFix corner cases in client code.
2009-05-09 Jelmer VernooijFix sorting in trees.
2009-05-09 Jelmer VernooijFix definition.
2009-05-09 Jelmer VernooijInitial work simplifying push/pull.
next