jelmer/dulwich-libgit2.git
2010-04-13 Augie Facklerobject_store: clean up whitespace
2010-04-12 Dave BorowitzMake ShaFiles created from files trust their filenames.
2010-04-12 Dave BorowitzLazily read the contents of ShaFiles from disk.
2010-04-12 Dave BorowitzCheck tag and commit objects for duplicate and out...
2010-04-12 Dave BorowitzAdd TESTFLAGS variable to Makefile to make running...
2010-04-13 Jelmer VernooijAdd launchpad link.
2010-04-12 Dave BorowitzFix whitespace bug in dul-web.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-11 Jelmer VernooijAdd DiskObjectStore.init.
2010-04-11 Tay Ray Chuantest_object_store: use temp dirs instead of 'foo'
2010-04-10 Tay Ray Chuanclient: don't assume server response is of length 20 rc-fix-pack-protocol-v2
2010-04-09 Tay Ray ChuanObjectStoreGraphWalker.ack: use non-recursive implement...
2010-04-09 Dave BorowitzUse datetime.utcfromtimestamp() in tests.
2010-04-08 Jelmer VernooijPreserve '-' sign when -0000 is stored for the timezone...
2010-04-08 Jelmer VernooijAdd Tree.__iter__.
2010-04-07 Jelmer VernooijCope with \r in ref files on Windows.
2010-04-08 Jelmer VernooijAvoid relying on PST for passing the testsuite.
2010-04-08 Dave BorowitzEnsure we don't run past the end of the tree text.
2010-04-08 Jelmer VernooijRemove unused import, always ensure that objects is...
2010-04-08 Dave BorowitzAdd check() methods to object classes for consistency...
2010-04-05 Jelmer VernooijRename set_ref -> set_symbolic_ref.
2010-04-05 Jelmer VernooijAvoid writing to stdout.
2010-04-05 Jelmer VernooijFix import of NotTagError.
2010-04-05 Jelmer VernooijDefine common TestSkipped exception so it's easier...
2010-04-05 Dave BorowitzChange parse_tree to return a list rather than a dict.
2010-04-05 Dave Borowitzcgi.parse_qs is deprecated in favor of urlparse.parse_q...
2010-04-05 Jelmer VernooijFix imports.
2010-04-03 Jelmer VernooijMerge Dave's fixes for the compatibility tests and...
2010-04-03 Dave BorowitzUpdate servers and compat tests to work with DictBackends.
2010-04-03 Jelmer VernooijAvoid seek when loading pack index files.
2010-04-03 Jelmer VernooijSimplify apply_pack call.
2010-04-03 Jelmer VernooijRemove GitBackendRepo, use plain Repo's instead.
2010-04-03 Jelmer VernooijMove apply_pack to ReceivePackHandler, so a server...
2010-04-03 Jelmer VernooijUse property to access commit parents.
2010-04-03 Jelmer VernooijFix dul-daemon.
2010-04-03 Jelmer VernooijIf git is available on the local machine, always run...
2010-04-02 Jelmer VernooijFix use of git backend.
2010-04-02 Jelmer VernooijSome trivial formatting fixes.
2010-04-02 Jelmer Vernooijmerge support for custom get_peeled function in server.
2010-04-02 Jelmer Vernooijimplement chunked version of ShaFile.as_legacy_object.
2010-04-02 Jelmer VernooijUse open_repository to find repository for get_peeled.
2010-04-02 Jelmer VernooijSupport progress argument to generate_pack_contents.
2010-04-02 Jelmer VernooijAdd RefsContainer.read_ref.
2010-04-02 Jelmer VernooijSupport opening git repositories by path.
2010-04-02 Jelmer VernooijAlways require a Git repository object to be passed...
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
2010-04-01 Dave BorowitzPreviously, serialize() expected the object type to...
2010-04-01 Jelmer VernooijPass command-line arguments on to command implementation.
2010-04-01 Jelmer VernooijFix import.
2010-04-01 Jelmer VernooijUse posixpath where possible.
2010-04-01 Jelmer VernooijUse standard buffer size rather than object size.
2010-04-01 Jelmer VernooijInitial work on a fastexport module.
2010-03-31 Jelmer VernooijAllow delta's to be chunked as well.
2010-03-31 Jelmer VernooijAccept chunked contents for apply_delta base texts.
2010-03-31 Jelmer Vernooijconsistently use chunks internally inside of the pack...
2010-03-31 Jelmer VernooijReturn chunks from apply_delta.
2010-03-31 Jelmer VernooijReturn chunks from unpack_object.
2010-03-31 Jelmer VernooijRemove read_zlib in favor of read_zlib_chunks.
2010-03-31 Jelmer VernooijWork with chunks internally in dulwich.objects.
2010-03-31 Jelmer VernooijRename _parse_text to _deserialize for consistency.
2010-03-31 Jelmer VernooijSet needs_serialization/needs_parsing properties only...
2010-03-31 Jelmer VernooijUse raw_length in pack generation.
2010-03-31 Jelmer VernooijWork with chunks rather than StringIO internally when...
2010-03-31 Jelmer VernooijMake ShaFile.serialize private (it's pointless to call...
2010-03-31 Jelmer VernooijProvide C implementation of tree item sorter.
2010-03-31 Jelmer VernooijSupport determining blob id without joining all chunks...
2010-03-31 Jelmer VernooijAllow accessing Blob contents as chunks.
2010-03-31 Jelmer VernooijUse urlparse.parse_qs rather than deprecated cgi.parse_qs.
2010-03-31 Jelmer VernooijIgnore deprecationwarnings from known deprecated method...
2010-03-31 Jelmer VernooijFix warning stacklevels.
2010-03-31 Jelmer VernooijAdd ShaFile._raw_length.
2010-03-29 Jelmer VernooijRepo.get_blob, Repo.commit, Repo.tag and Repo.tree...
2010-03-29 Tay Ray Chuantest_repository: add test for ObjectStore.find_common_r...
2010-03-27 Jelmer VernooijMark current version as 0.5.1.
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
2010-03-27 Jelmer VernooijImprove formatting, update docstring.
2010-03-24 Jelmer VernooijAdd Repo.stage.
2010-03-24 Jelmer VernooijMove get_transport_and_path to dulwich.client.
2010-03-24 Jelmer VernooijAdd docstrings.
2010-03-23 Jelmer VernooijImprove docstrings.
2010-03-23 Bruce DuncanIn threaded programs, more than one thread can try...
2010-03-14 Jelmer VernooijUse syntax understood by git am.
2010-03-12 Jelmer VernooijMake sure mode is initialized.
2010-03-12 Jelmer VernooijFix trailing newlines in generated patch files.
2010-03-11 Jelmer VernooijThe 'committer' and 'message' arguments to Repo.do_comm...
2010-03-11 Jelmer VernooijAdd Index.commit.
2010-03-11 Jelmer VernooijAllow specifying path to 'dulwich log'.
2010-03-11 Jelmer VernooijSimplify clone code.
2010-03-09 Jelmer VernooijFix Repository.__setitem__.
2010-03-09 Jelmer VernooijFix indentation.
2010-03-09 Jelmer Vernooijadd testrepository magic.
2010-03-07 Jelmer VernooijAdd Dave to authors.
2010-03-07 Jelmer VernooijRemove unused imports, limit import of nose to one...
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-06 Jelmer VernooijRemove some unused imports.
2010-03-05 Jelmer VernooijMerge support for no-progress capability, some PEP8...
2010-03-05 Jelmer VernooijMerge server capability refactoring from Dave.
2010-03-04 Dave BorowitzAdd include-tag capability to server.
2010-03-04 Dave BorowitzAdd no-progress capability support to UploadPackHandler.
2010-03-04 Dave BorowitzRefactor server capability code into base Handler.
next