client: don't assume server response is of length 20
[jelmer/dulwich-libgit2.git] / dulwich / tests /
2010-03-09 Jelmer VernooijFix Repository.__setitem__.
2010-03-09 Jelmer Vernooijadd testrepository magic.
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.
2010-03-04 Dave BorowitzAllow server handlers to specify capabilities required...
2010-03-04 Dave BorowitzRefactor server capability code into base Handler.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2010-02-15 Jelmer VernooijReturn unused data
2010-02-12 Jelmer Vernooijmerge support for use with in-memory packs.
2010-02-12 Jelmer VernooijUse simple read function.
2010-02-12 Jelmer VernooijFix issue creating new repositories, with trivial smoke...
2010-02-12 Jelmer VernooijMove some functions back from DiskRefsContainer to...
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzAdd tests for HTTP server.
2010-02-09 Dave BorowitzFix flaky/failing tests introduced in the last few...
2010-02-09 Dave BorowitzAdd smart HTTP support to dul-web.
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-09 Dave BorowitzImprove server protocol error handling; fix flush-pkt...
2010-02-09 Dave BorowitzDon't magically delete lockfiles on IOError/OSError.
2010-02-09 Dave BorowitzClarify GitFile docstrings and disallow r+w modes.
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...
2010-02-09 Dave BorowitzRework server protocol to be smarter and interoperate...
2010-02-08 Jelmer VernooijImplement Repo.get_config().
2010-02-08 Jelmer VernooijFix two tests with the same name.
2010-02-07 Jelmer VernooijDon't allow setting custom headers, per the discussion...
2010-01-21 Jelmer VernooijSupport custom fields in commits.
2010-01-21 Jelmer VernooijAdd basic test for parsing commit objects.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-06-16 Jelmer VernooijAdd tests for dulwich.index.write_cache_time.
2009-06-16 Jelmer VernooijAvoid using .git as a directory name since it confuses...
2009-05-27 Jelmer VernooijAdd more tests.
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 VernooijSupport the encoding field in commit messages.
2009-05-19 Jelmer VernooijDon't include lower part of flags in index interface.
2009-05-16 Jelmer VernooijSupport serializing tags.
2009-05-16 Jelmer VernooijFix time parsing.
2009-05-16 Jelmer VernooijSimplify tag parsing.
2009-05-15 Jelmer Vernooijattempt to fix some win32 issues; thanks to Alexander...
2009-05-11 Jelmer Vernooijremove unnecessary refs functions from Repo that are...
2009-05-11 Jelmer VernooijRaise KeyError when RefsContainer can't find a ref...
2009-05-10 Jelmer VernooijRemove unnecessary indirection for DiskObjectStore.
2009-05-10 Jelmer VernooijCope with timestamps not always being 10 characters...
2009-05-09 Jelmer VernooijFix sorting in trees.
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 stub for commit, extra check.
2009-05-08 Jelmer VernooijFix test.
2009-05-05 Jelmer VernooijFix spacing issue in timezone offsets, add some simple...
2009-05-05 Jelmer VernooijImport new lru_cache and tests.
2009-04-30 Jelmer VernooijUse hexsha's in Index API.
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-29 Jelmer VernooijFix index tests.
2009-04-18 Jelmer VernooijAdd extra index test.
2009-04-16 Jelmer VernooijSupport author/committer timezones.
2009-04-16 Jelmer VernooijFix tests: object_index() raises an exception now.
2009-03-29 Jelmer VernooijProperly split out PackIndex1 and PackIndex2.
2009-03-29 Jelmer VernooijRemove non-hex character.
2009-03-27 Jelmer VernooijMerge performance improvements.
2009-03-26 Jelmer VernooijFix test.
2009-03-22 Jelmer VernooijFix crc32 checksums stored in indexes.
2009-03-21 Jelmer VernooijSplit up get_stored_checksums.
2009-03-11 Jelmer Vernooijadd basic tests for client side.
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-07 Jelmer VernooijFix crc32 tests.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-02-08 Jelmer VernooijFix gzip.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-15 John CarrProvide fake path when copying a pack in tests - long...
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2009-01-13 Jelmer VernooijMake all files written by either John and/or me GPLv2...
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-11 Jelmer Vernooijadd support for setting lightweight tags.
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-09 John CarrTest big chunks
2009-01-09 John CarrAdd test
2009-01-09 John CarrMerge upstream
2009-01-06 Ali Sabila Tag object can refer to any other object, not just...
2009-01-06 Ali SabilAdded Tag object testing to BlobReadTests
2009-01-06 Ali SabilAdded Tag objects test data
2009-01-06 Jelmer VernooijRemove duplicate functions.
2009-01-02 John CarrMerge upstream
next