Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelmer Vernooij b8c6ac0fa5 Simplify apply_pack call. hace 15 años
  Jelmer Vernooij adacecacb7 Remove GitBackendRepo, use plain Repo's instead. hace 15 años
  Jelmer Vernooij ac01f19be5 Move apply_pack to ReceivePackHandler, so a server backend repo is a strict subset of Repo. hace 15 años
  Jelmer Vernooij 16102871aa Use property to access commit parents. hace 15 años
  Jelmer Vernooij 75977dabe0 Fix dul-daemon. hace 15 años
  Jelmer Vernooij 232f39c071 If git is available on the local machine, always run the compatibility tests so I don't break stuff again. hace 15 años
  Jelmer Vernooij 59d762c527 Fix use of git backend. hace 15 años
  Jelmer Vernooij 15e928d67c Some trivial formatting fixes. hace 15 años
  Jelmer Vernooij b4f81b17a5 merge support for custom get_peeled function in server. hace 15 años
  Jelmer Vernooij 65dc67962c implement chunked version of ShaFile.as_legacy_object. hace 15 años
  Jelmer Vernooij 1b96ab360f Use open_repository to find repository for get_peeled. hace 15 años
  Jelmer Vernooij e2dfb511a9 Support progress argument to generate_pack_contents. hace 15 años
  Jelmer Vernooij cc42bf652c Add RefsContainer.read_ref. hace 15 años
  Jelmer Vernooij 88d5e0982c Support opening git repositories by path. hace 15 años
  Jelmer Vernooij e851c2a9ad Always require a Git repository object to be passed into hace 15 años
  Dave Borowitz 684b4ba58a Previously, the word "type" was massively overloaded in objects.py. It hace 15 años
  Dave Borowitz f58dc96148 Previously, serialize() expected the object type to be numeric, and hace 15 años
  Jelmer Vernooij 736d1eb9ac Pass command-line arguments on to command implementation. hace 15 años
  Jelmer Vernooij d376a294c4 Fix import. hace 15 años
  Jelmer Vernooij d3dc32d137 Use posixpath where possible. hace 15 años
  Jelmer Vernooij faff9b0a21 Use standard buffer size rather than object size. hace 15 años
  Jelmer Vernooij 95e9d52834 Allow delta's to be chunked as well. hace 15 años
  Jelmer Vernooij b9728531ee Accept chunked contents for apply_delta base texts. hace 15 años
  Jelmer Vernooij d4c45ca413 consistently use chunks internally inside of the pack code. hace 15 años
  Jelmer Vernooij a2709f6a4b Return chunks from apply_delta. hace 15 años
  Jelmer Vernooij 15ade9ff74 Return chunks from unpack_object. hace 15 años
  Jelmer Vernooij c8b84f76c0 Remove read_zlib in favor of read_zlib_chunks. hace 15 años
  Jelmer Vernooij d8686c22a7 Work with chunks internally in dulwich.objects. hace 15 años
  Jelmer Vernooij 2dbedff355 Rename _parse_text to _deserialize for consistency. hace 15 años
  Jelmer Vernooij aa9b6cd9ee Set needs_serialization/needs_parsing properties only in a few places. hace 15 años