提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij e5f6eb1ebd Some style fixes. 8 年之前
  Jelmer Vernooij de1f93ebac Use more idiomatic python. 9 年之前
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
  Jelmer Vernooij 36d40a4d41 Add porcelain.pack_objects. 10 年之前
  William Grant 57ef430c21 Rewrite PackData._follow_chain to iterate rather than recurse. 10 年之前
  William Grant 4589d24832 Rewrite PackData.resolve_object to iterate rather than recurse. 10 年之前
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 年之前
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. 10 年之前
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. 10 年之前
  Jelmer Vernooij 5cf6c5874c Fix build with python2.6. 10 年之前
  Jelmer Vernooij 374a6d339f Remove special-casing for py3. 10 年之前
  Jelmer Vernooij 74e686d9c2 Eliminate int_types, use bytearray(). 10 年之前
  Jelmer Vernooij 553045ccfe Avoid custom function indexbytes. 10 年之前
  Gary van der Merwe 7da496f1a9 Port index to python3 10 年之前
  Gary van der Merwe 2b5d2db596 Port pack to Python3 10 年之前
  Chaiwat Suttipongsakul 1697076058 fix using dulwich on windows 10 年之前
  Jelmer Vernooij 23eaa9164c Explicitly disable mmap on plan9 where it doesn't work. 10 年之前
  Hwee Miin Koh 9d73c232f9 Fix issue #247 'TypeError when fetching empty updates into MemoryRepo' by adding check for _num_objects is None when iterating pack data. 11 年之前
  Jelmer Vernooij 6562fb9a46 Avoid using dulwich._compat for Python3 porting. 11 年之前
  Gary van der Merwe db8871479e Support reading packs from io.BytesIO 11 年之前
  Gary van der Merwe 51a8d2ae77 Port the minimal needed to get the test suite to run in python3. 11 年之前
  Robert Brown 29ab7efd69 Limit delta copy length to 64K. 11 年之前
  Jelmer Vernooij 3e8246aeaa Add extra check for bytes to read in compute_file_sha. 11 年之前
  David Ostrovsky 7225e0eb8c Fix typo in method description 11 年之前
  Gary van der Merwe 692aa9914a Use with statement rather than try: finaly: x.close(). 11 年之前
  Jelmer Vernooij 868e7e04ed For the moment, keep deltification disabled - but add a flag to enable it. 11 年之前
  Augie Fackler aa0b08fe36 pack.write_pack_objects: when packing, actually build deltas 11 年之前
  Augie Fackler 8dba3aa25a pack.write_pack_data: when writing OFS_DELTA entries, write correct offset 11 年之前
  Jelmer Vernooij 1023ae8298 Add tests for encode functions. 11 年之前
  Augie Fackler 440d8882f6 pack.create_delta: fix copy operations that are larger than 2^24 bytes 11 年之前