Historia zmian

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