Commit Verlauf

Autor SHA1 Nachricht Datum
  Jelmer Vernooij d6d3c089a8 Convert more docstrings to Google style. vor 5 Jahren
  Jelmer Vernooij 7e8096f453 Revamp pack handling to deal with newly introduced packs correctly. vor 6 Jahren
  Jelmer Vernooij 0bd1e28b88 Update my email address. jelmer@samba.org => jelmer@jelmer.uk. vor 7 Jahren
  Jelmer Vernooij 3b2fd70b2b Pass along progress function for pack writing progress. vor 7 Jahren
  Jelmer Vernooij bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. vor 7 Jahren
  Jelmer Vernooij 4349a6e7e8 Use write_pack_data. vor 7 Jahren
  Jelmer Vernooij ee99f34aad Disable deltification by default again; it's too much of a performance vor 7 Jahren
  Jelmer Vernooij 5657f966ee Make deltify default to True. vor 7 Jahren
  Jelmer Vernooij 2b6271f2a7 Allow extracting raw compressed data from packs. vor 7 Jahren
  Jelmer Vernooij 5770657d64 Add basic repack implementation. vor 8 Jahren
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. vor 8 Jahren
  Jelmer Vernooij e5f6eb1ebd Some style fixes. vor 8 Jahren
  Jelmer Vernooij de1f93ebac Use more idiomatic python. vor 8 Jahren
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. vor 9 Jahren
  Jelmer Vernooij 36d40a4d41 Add porcelain.pack_objects. vor 10 Jahren
  William Grant 57ef430c21 Rewrite PackData._follow_chain to iterate rather than recurse. vor 10 Jahren
  William Grant 4589d24832 Rewrite PackData.resolve_object to iterate rather than recurse. vor 10 Jahren
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." vor 10 Jahren
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. vor 10 Jahren
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. vor 10 Jahren
  Jelmer Vernooij 5cf6c5874c Fix build with python2.6. vor 10 Jahren
  Jelmer Vernooij 374a6d339f Remove special-casing for py3. vor 10 Jahren
  Jelmer Vernooij 74e686d9c2 Eliminate int_types, use bytearray(). vor 10 Jahren
  Jelmer Vernooij 553045ccfe Avoid custom function indexbytes. vor 10 Jahren
  Gary van der Merwe 7da496f1a9 Port index to python3 vor 10 Jahren
  Gary van der Merwe 2b5d2db596 Port pack to Python3 vor 10 Jahren
  Chaiwat Suttipongsakul 1697076058 fix using dulwich on windows vor 10 Jahren
  Jelmer Vernooij 23eaa9164c Explicitly disable mmap on plan9 where it doesn't work. vor 10 Jahren
  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. vor 10 Jahren
  Jelmer Vernooij 6562fb9a46 Avoid using dulwich._compat for Python3 porting. vor 10 Jahren