Historique des commits

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