Cope with \r in ref files on Windows.
[jelmer/dulwich-libgit2.git] / dulwich / tests /
2010-04-08 Jelmer VernooijAvoid relying on PST for passing the testsuite.
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 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-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 VernooijRemove GitBackendRepo, use plain Repo's instead.
2010-04-03 Jelmer VernooijUse property to access commit parents.
2010-04-02 Jelmer VernooijFix use of git backend.
2010-04-02 Jelmer Vernooijmerge support for custom get_peeled function in server.
2010-04-02 Jelmer VernooijUse open_repository to find repository for get_peeled.
2010-04-02 Jelmer VernooijAdd RefsContainer.read_ref.
2010-04-02 Jelmer VernooijSupport opening git repositories by path.
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-03-31 Jelmer Vernooijconsistently use chunks internally inside of the pack...
2010-03-31 Jelmer VernooijReturn chunks from apply_delta.
2010-03-31 Jelmer VernooijRemove read_zlib in favor of read_zlib_chunks.
2010-03-31 Jelmer VernooijUse raw_length in pack generation.
2010-03-31 Jelmer VernooijAllow accessing Blob contents as chunks.
2010-03-31 Jelmer VernooijIgnore deprecationwarnings from known deprecated method...
2010-03-31 Jelmer VernooijAdd ShaFile._raw_length.
2010-03-29 Tay Ray Chuantest_repository: add test for ObjectStore.find_common_r...
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
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.
next