Fix gzip.
[jelmer/dulwich-libgit2.git] / dulwich / pack.py
2009-02-08 Jelmer VernooijFix gzip.
2009-02-08 Jelmer VernooijFix more imports.
2009-01-31 Jelmer VernooijRemove Linus' copyright and GPLv2-only bit - all fragme...
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-15 John Carrrecency is a list of tuple of (obj, path), not a list...
2009-01-14 John CarrMerge upstream
2009-01-14 John CarrStart working on getting sha, name from API - so we...
2009-01-14 John CarrMerge upstream
2009-01-14 Jelmer VernooijDeal with thin packs appropriately.
2009-01-14 John CarrDon't access internals
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-12 John CarrMessy :\
2009-01-12 John CarrWhitespace changes
2009-01-12 John CarrDon't let braindump break
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-12 John CarrAdd todo
2009-01-12 John CarrMake window a parameter
2009-01-12 John CarrAdd (non-working) brain dump of what delta picking...
2009-01-11 John CarrMore heuristics
2009-01-11 John CarrDon't need custom sort fn. Can't iterate over objects...
2009-01-11 John CarrNeed a list of magic heuristics
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-10 John CarrSimpler
2009-01-10 John CarrFIXME is fixed
2009-01-10 John CarrSimplify opcode generation
2009-01-10 John CarrBecause of the 0x80 flag check, we can only send insert...
2009-01-09 John CarrFix encode_size
2009-01-09 John CarrFix silly mistakes
2009-01-09 John CarrFix size encoding bug (raise EBADCODER)
2009-01-09 John CarrInitial cut at blob packer
2009-01-09 John CarrMerge upstream
2009-01-06 Jelmer VernooijRemove duplicate functions.
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijRenames.
2008-12-30 Jelmer VernooijFactor out functions that don't need context.
2008-12-30 Jelmer Vernooijmerge john.
2008-12-30 John CarrRemove dead code
2008-12-29 John CarrMerge upstream
2008-12-29 John CarrMerge upstream
2008-12-26 Jelmer VernooijSimplify pack reading.
2008-12-25 Jelmer VernooijMerge dumppack and fetch-pack into a single binary.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijFix ext resolving for PackData.iterentries().
2008-12-25 Jelmer VernooijResolve deltas using other packs.
2008-12-25 John CarrShare the code to work out which objects to send
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijShare capabilities extractor, port number.
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijFix crc32 overflow error in struct, raise KeyError...
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijDon't retrieve all pack files when fetching.
2008-12-24 Jelmer VernooijAbstract away magic in moving pack files into place.
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 VernooijPass fileobject rather than filename to write_pack_data().
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijRename Repo.get_tree() -> Repo.tree() for consistency...
2008-12-24 Jelmer VernooijOpen packs more lazily.
2008-12-18 John CarrOnly try and load .pack files
2008-12-17 Jelmer VernooijMerge fix for opening pack files.
2008-12-17 Jelmer VernooijMerge john.
2008-12-17 John CarrPop from the front, or we just keep examining the same...
2008-12-17 John CarrFix off by 20 bug in iterator
2008-12-16 Jelmer VernooijCheck to only open pack files.
2008-12-12 Jelmer VernooijSupport writing packs (no deltas are written yet though).
2008-12-12 Jelmer VernooijLook in packs when looking for objects.
2008-12-12 Jelmer VernooijAdd close operation, be lazier when opening pack files.
2008-12-12 Jelmer VernooijDeltas work.
2008-12-12 Jelmer VernooijFix offsets in pack files.
2008-12-12 Jelmer Vernooijremove unused multi_ord.
2008-12-11 Jelmer VernooijAdd iterentries().
2008-12-11 Jelmer VernooijSome more work resolving objects.
2008-12-11 Jelmer VernooijSupport generating index files.
2008-12-11 Jelmer VernooijAdd PackData.iterobjects().
2008-12-11 Jelmer VernooijMore work handling delta objects in packs.
2008-12-11 Jelmer VernooijFix the build.
2008-12-11 Jelmer VernooijAdd helper code for applying deltas.
2008-12-11 Jelmer VernooijMerge upstream.
2008-12-11 Jelmer VernooijInitial work trying to support deltas.
2008-12-11 Jelmer VernooijFix bisecting in index.
2008-12-11 Jelmer VernooijFix bug handling sha1s starting with 00.
2008-12-11 Jelmer VernooijAdd __iter__.
2008-12-11 Jelmer VernooijAdd convenience Pack object.
2008-12-11 Jelmer VernooijAdd simple pack dump utility.
2008-12-11 Jelmer VernooijImplement PackData.check().
2008-12-11 Jelmer VernooijUse common object for writing sha1 files.
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 VernooijWrite fan out table correctly.
2008-12-11 Jelmer VernooijImplement pack index writing.
2008-12-11 Jelmer VernooijAdd iterentries().
next