Move apply_pack to ReceivePackHandler, so a server backend repo is a strict subset...
[jelmer/dulwich-libgit2.git] / dulwich / object_store.py
2010-04-02 Jelmer VernooijSupport progress argument to generate_pack_contents.
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
2010-04-01 Jelmer VernooijUse posixpath where possible.
2010-03-23 Jelmer VernooijImprove docstrings.
2010-03-23 Bruce DuncanIn threaded programs, more than one thread can try...
2010-03-12 Jelmer VernooijMake sure mode is initialized.
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-04 Dave BorowitzAdd include-tag capability to server.
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2010-02-11 Jelmer VernooijAsk for forgiveness, not permission.
2010-02-11 Jelmer VernooijAdd extra base class for DiskObjectStore.
2010-02-11 Jelmer VernooijRemove unnecessary indirection.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzWorking pass at an HTTP server, only dumb at the moment
2010-02-09 Dave BorowitzWork towards making Dulwich less dependent on the files...
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...
2009-12-07 Jelmer VernooijMerge faster pure-Python Tree parser.
2009-11-28 Jelmer VernooijRemove trailing whitespace.
2009-10-07 Jelmer VernooijAdd ObjectStore.tree_changes().
2009-10-07 Jelmer VernooijAdd functions for determining the delta between the...
2009-09-12 Jelmer VernooijMerge Windows fix from Abderrahim.
2009-08-12 Abderrahim Kitouniclose the pack file before renaming (fix a crash on...
2009-07-24 Abderrahim KitouniReturn object sha and mode rather than object itself...
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-11 Abderrahim KitouniAllow pushing a repository containing submodules
2009-06-16 Jelmer VernooijMore docstrings, test coverage.
2009-05-27 Jelmer VernooijAdd more tests.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijFix open modes of e.g. packs to be binary.
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-13 Jelmer VernooijFix iterator over objects in server.
2009-05-13 Jelmer VernooijImplement ObjectStore.find_common_revisions().
2009-05-13 Jelmer VernooijRemove get_commit_parents, it's too trivial.
2009-05-09 Jelmer VernooijAdd extra asserts, skip more revisions.
2009-05-09 Jelmer VernooijFix definition.
2009-05-09 Jelmer VernooijInitial work simplifying push/pull.
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-08 Jelmer VernooijAdd tests for commit.
2009-05-08 Jelmer VernooijAdd MemoryObjectStore.
2009-05-08 Jelmer VernooijAdd base class for ObjectStore with just the interface.
2009-05-08 Jelmer VernooijFix imports.
2009-05-08 Jelmer VernooijMake missing object finder a bit more efficient.
2009-05-08 Jelmer VernooijMore docstrings.
2009-05-08 Jelmer VernooijImprove docstrings.
2009-05-08 Jelmer VernooijMove some of the finding missing objects code to object...
2009-05-03 Jelmer VernooijFix copyright headers.
2009-05-02 Jelmer VernooijSupport iterating over contents of an object store.
2009-05-02 Jelmer VernooijAllow users to change object types, use helper function...
2009-04-30 Jelmer VernooijMerge optimized version of tree parsing.
2009-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-19 Jelmer Vernooijfix writing of legacy objects.
2009-04-16 Jelmer VernooijPass lookup function into tree_lookup_path rather than...
2009-04-16 Jelmer VernooijSupport author/committer timezones.
2009-04-10 Jelmer VernooijFix fetching of thin packs.
2009-03-31 Jelmer VernooijAdd function for finding the object in a tree.
2009-03-29 Jelmer VernooijProperly split out PackIndex1 and PackIndex2.
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 duplicate check for sha files.
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 VernooijAdd some docstrings.
2009-03-26 Jelmer VernooijAdd docstrings, only determine pack directory once.
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-11 Jelmer VernooijSkip ^{} tags.
2009-03-10 Jelmer VernooijAdd docstrings.
2009-03-09 Jelmer VernooijFix formatting issues.
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-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-14 John CarrMerge upstream
2009-01-14 Jelmer VernooijDeal with thin packs appropriately.
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijMake all files written by either John and/or me GPLv2...
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-06 Jelmer VernooijMerge John.
2009-01-02 John CarrMerge upstream
2008-12-30 John CarrMerge upstream
2008-12-30 John CarrMerge upstream
2008-12-30 John CarrMissing import
2008-12-30 Jelmer VernooijAdd clone command.
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijSplit out object_store.