jelmer/dulwich-libgit2.git
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.
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-09 Jelmer VernooijReturn result Repo object.
2009-05-08 Jelmer VernooijFix formatting.
2009-05-08 Jelmer VernooijMore commit_tree tests and fixes.
2009-05-08 Jelmer VernooijAdd tests for commit.
2009-05-08 Jelmer VernooijAdd MemoryObjectStore.
2009-05-08 Jelmer VernooijAdd support for committing trees and indexes.
2009-05-08 Jelmer VernooijAdd function for committing new trees.
2009-05-08 Jelmer VernooijAdd base class for ObjectStore with just the interface.
2009-05-08 Jelmer VernooijRaise sha error if necessary, always return refs, fix...
2009-05-08 Jelmer VernooijFix typo.
2009-05-08 Jelmer VernooijAdd helper function read_zlib_chunks.
2009-05-08 Jelmer VernooijAdd stub for commit, extra check.
2009-05-08 Jelmer VernooijAlways initialize _sha.
2009-05-08 Jelmer Vernooijmake sha finding lazy.
2009-05-08 Jelmer VernooijFix imports.
2009-05-08 Jelmer VernooijMake missing object finder a bit more efficient.
2009-05-08 Jelmer VernooijFix test.
2009-05-08 Jelmer VernooijMore docstrings.
2009-05-08 Jelmer VernooijImprove docstrings.
2009-05-08 Jelmer VernooijSupport generating pydoctor output.
2009-05-08 Jelmer VernooijMove some of the finding missing objects code to object...
2009-05-08 Jelmer VernooijFix kwargs argument in SubprocessClient._connect.
2009-05-05 Jelmer VernooijFix spacing issue in timezone offsets, add some simple...
2009-05-05 Jelmer VernooijDo proper parsing of timezones and store them as offset...
2009-05-05 Jelmer VernooijAdd separate functions for formatting / parsing timezones.
2009-05-05 Jelmer VernooijImport new lru_cache and tests.
2009-05-05 Jelmer VernooijAdd docstrings.
2009-05-05 Jelmer VernooijAdd some docstrings.
2009-05-05 Jelmer VernooijProvide more complete file-like API to pack write comma...
2009-05-05 Jelmer VernooijClarify that objects are being passed to send_pack...
2009-05-05 Jelmer Vernooijadd read_packed_refs docstring.
2009-05-05 Jelmer VernooijUse same API for finding send-pack refs as for recv...
2009-05-05 Jelmer VernooijFix comment formatting.
2009-05-05 Jelmer Vernooijs/trial/a testrunner.
2009-05-04 Jelmer VernooijUse dictionary in send_pack.
2009-05-04 Jelmer VernooijFix docstrings
2009-05-04 Jelmer VernooijFix send_pack.
2009-05-04 Jelmer VernooijUse public API where possible.
2009-05-04 Jelmer VernooijCherry-pick fixes to send_pack from Scott Chacon <schac...
2009-05-04 Jelmer VernooijClient.fetch_pack() returns the refs that were received.
2009-05-04 Jelmer VernooijCreate required refs directories if they don't exist...
2009-05-03 Jelmer Vernooijuse make_sha rather than sha1.new() that's deprecated...
2009-05-03 Jelmer VernooijFix copyright headers.
2009-05-02 Jelmer VernooijSupport iterating over contents of an object store.
2009-05-02 Jelmer VernooijAdd support for pretty printing objects.
2009-05-02 Jelmer VernooijFix memory leak in parse_tree.
2009-05-02 Jelmer VernooijRemember the offset only for objects seen earlier in...
2009-05-02 Jelmer VernooijActually parse lazily (forgot to remove the call earlier).
2009-05-02 Jelmer VernooijAdd some docstrings.
2009-05-02 Jelmer VernooijFix serialization of blobs and for header.
2009-05-02 Jelmer VernooijSimplify property handling.
2009-05-02 Jelmer VernooijLazily parse objects.
2009-05-02 Jelmer VernooijAllow users to change object types, use helper function...
2009-05-02 Jelmer VernooijUse property function rather than decorator, so we...
2009-05-02 Jelmer VernooijUse property function rather than decorator, so we...
2009-05-02 Jelmer VernooijMention C coding style in HACKING.
2009-05-02 Jelmer VernooijClarify that dulwich is GPLv2 *or later*.
2009-05-02 Jelmer VernooijRemove outdated statements from the README.
2009-05-02 Jelmer VernooijStart on 0.2.2
2009-05-02 Jelmer VernooijAdd convenience function for opening the index associat... dulwich-0.2.1
2009-04-30 Jelmer VernooijFix build without extensions.
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.
next