提交历史

作者 SHA1 备注 提交日期
  Dave Borowitz 8e5ede2375 pack: Compute CRC32 during object unpacking. 14 年之前
  Dave Borowitz c075f12b66 pack: Clean up unpack_object. 14 年之前
  Dave Borowitz 408b827725 pack: Standardize on single quotes. 14 年之前
  Jelmer Vernooij 63d8732b59 Add some tests for deltification. 14 年之前
  Jelmer Vernooij 0d8a2187d5 Separate out delta generation from pack writing. 14 年之前
  Jelmer Vernooij 3299005b72 Support OFS_DELTA when writing packs. 14 年之前
  Jelmer Vernooij 1efa77ffac Re-use entries dictionary for deltas. 14 年之前
  Jelmer Vernooij a03d84b0f5 Keep entries in dictionary. 14 年之前
  Jelmer Vernooij 8aaf988b98 Some simplifications. 14 年之前
  Jelmer Vernooij 6e57220249 Actually create deltas when creating packs. 14 年之前
  Jelmer Vernooij 96d889f994 Add Pack.pack_tuples(). 14 年之前
  Jelmer Vernooij 64923e5d03 Avoid storing all objects in memory when writing pack. 14 年之前
  Jelmer Vernooij 2c0455c90f write_pack_data and write_pack no longer take a num_objects argument. 14 年之前
  Jelmer Vernooij 8a3f61535e Fix syntax in Pack.keep docstring. 14 年之前
  Jelmer Vernooij b951ca4fae Merge Pack.keep support from Marc Brinkmann. 14 年之前
  Marc Brinkmann 38b3f49613 Added Pack.keep() method. 14 年之前
  Marc Brinkmann 45db39858f Whitespace fix. 14 年之前
  Jelmer Vernooij 2f5beea136 Support use without mmap module (e.g. ironpython). 14 年之前
  Jelmer Vernooij aebc355dd9 Use absolute imports everywhere. 14 年之前
  Tay Ray Chuan f9faace0d4 pack.FilePackIndex: close mmap object 14 年之前
  Tay Ray Chuan 9f9e5eba36 pack.FilePackIndex: use self._file instead of file parameter 14 年之前
  Tay Ray Chuan ae8d2e3201 pack.PackIndex: de-duplicate __iter__ implementation 14 年之前
  Jelmer Vernooij 61c9a751f4 Rename dulwich.misc => dulwich._compat. 14 年之前
  Jelmer Vernooij c6568b717e New dulwich.pack.MemoryPackIndex class. 15 年之前
  Jelmer Vernooij ba26aa3792 PackIndex1 and PackIndex2 now subclass FilePackIndex, which is 15 年之前
  Dave Borowitz 8e2a79ae9d pack: Add ThinPackData.from_file. 15 年之前
  Dave Borowitz 70305b65ff pack: Factor out write_pack_header. 15 年之前
  Jelmer Vernooij 2a89fff246 Some restructuredText fixes. 15 年之前
  Jelmer Vernooij 6172888972 dulwich.pack.write_pack_index_v{1,2} now take a file-like object 15 年之前
  Jelmer Vernooij 0bbbc67c2d Merge support for lazy loading packs. 15 年之前