pack: Add ThinPackData.from_file.
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_pack.py
2010-07-26 Dave Borowitzpack: Add ThinPackData.from_file.
2010-07-26 Jelmer VernooijAdd trivial test for write_pack_header.
2010-06-28 Jelmer Vernooijdulwich.pack.write_pack_index_v{1,2} now take a file...
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-11 Jelmer VernooijMerge support for lazy loading packs.
2010-06-10 Jelmer VernooijUse TestTools' TestCase so TestSkipped gets picked...
2010-06-10 Jelmer VernooijAlways import TestCase from dulwich.tests so it can...
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-05-05 Jelmer VernooijMerge cleanups and use of proper per-service capabiliti...
2010-05-03 Augie Facklertest_pack: simpler assertion that passes in more places
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzAdd make_object and make_commit convenience functions...
2010-04-30 Jelmer VernooijMerge Dave, highlights:
2010-04-22 Dave BorowitzClean up pack tests.
2010-04-22 Dave BorowitzChange check() methods in pack.py to raise rather than...
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Dave BorowitzFix read_zlib_chunks to avoid appending junk data.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
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-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.
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-08 Jelmer VernooijFix test.
2009-04-16 Jelmer VernooijFix tests: object_index() raises an exception now.
2009-03-29 Jelmer VernooijProperly split out PackIndex1 and PackIndex2.
2009-03-22 Jelmer VernooijFix crc32 checksums stored in indexes.
2009-03-21 Jelmer VernooijSplit up get_stored_checksums.
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-12 John CarrMerge upstream
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 Jelmer VernooijRemove duplicate functions.
2008-12-29 John CarrMerge upstream
2008-12-27 Jelmer VernooijFix test path.
2008-12-26 Jelmer VernooijFix iterentries test.
2008-12-25 Jelmer VernooijMerge John.
2008-12-25 John CarrRename mixin so nosetests leaves it alone
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijSort entries before writing index file.
2008-12-24 Jelmer VernooijAdd simple function for returning SHA1 over all objects...
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijUse standard pack write functions in daemon.
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-24 Jelmer VernooijFix parsing pack objects.
2008-12-12 Jelmer VernooijSupport writing packs (no deltas are written yet though).
2008-12-12 Jelmer Vernooijremove unused multi_ord.
2008-12-11 Jelmer VernooijAdd iterentries().
2008-12-11 Jelmer VernooijSupport generating index files.
2008-12-11 Jelmer VernooijAdd PackData.iterobjects().
2008-12-11 Jelmer VernooijMerge upstream.
2008-12-11 Jelmer VernooijInitial work trying to support deltas.
2008-12-11 Jelmer Vernooijadd test for sha_to_hex.
2008-12-11 Jelmer VernooijAdd __iter__.
2008-12-11 Jelmer VernooijAdd convenience Pack object.
2008-12-11 Jelmer VernooijImplement PackData.check().
2008-12-11 Jelmer VernooijFix v2 index files.
2008-12-11 Jelmer VernooijMore work on v2 packs.
2008-12-11 Jelmer VernooijAllow returning CRC32 checksums, as done by pack index v2.
2008-12-11 Jelmer VernooijFix more index errors.
2008-12-11 Jelmer VernooijCope with pack checksum in index file.
2008-12-11 Jelmer VernooijAdd test for writing index files.
2008-12-11 Jelmer VernooijAdd iterentries().
2008-12-11 Jelmer VernooijAdd functions for checking checksums of index files.
2008-12-11 Jelmer VernooijRead fan-out table always, read file sha1.
2008-12-11 Jelmer VernooijRead pack header.
2008-12-08 Jelmer Vernooijadd test for multi_ord.
2008-12-08 Jelmer VernooijSimplify hex_to_sha.
2008-12-08 Jelmer VernooijRename package to dulwich, add setup.py.