提交历史

作者 SHA1 备注 提交日期
  Dave Borowitz b4ba43c562 Fix numerous style issues. 15 年之前
  Jelmer Vernooij 176a4f572a Merge Dave, highlights: 15 年之前
  Dave Borowitz 531f3f4c10 Do simple pack checking during receive-pack. 15 年之前
  Dave Borowitz 2849c81675 Simplify and fix thin pack resolving. 15 年之前
  Jelmer Vernooij 6ce0af4dc5 Add PackStreamReader.{offset,__len__}, extract PackObjectIterator. 15 年之前
  Jelmer Vernooij 59a7348962 Move PackStreamReader to dulwich.pack. 15 年之前
  Jelmer Vernooij adf5b3872f Split generic pack reading code out of PackStreamVerifier. 15 年之前
  Jelmer Vernooij 495f0dc8f1 Fix ordering of imports. 15 年之前
  Jelmer Vernooij 19dddf05ed Remove unused imports. 15 年之前
  Dave Borowitz abf29867f8 Make the server decode a pack as it streams. 15 年之前
  Dave Borowitz ddacb6e886 Add ReceivableProtocol that supports recv() as well as read(). 15 年之前
  Jelmer Vernooij a87475686c Avoid writing to stdout. 15 年之前
  Jelmer Vernooij 9e4385ea83 Merge Dave's fixes for the compatibility tests and web. 15 年之前
  Dave Borowitz ce5e9e9c0c Update servers and compat tests to work with DictBackends. 15 年之前
  Jelmer Vernooij 387d1b5812 Simplify apply_pack call. 15 年之前
  Jelmer Vernooij 94529d6b27 Remove GitBackendRepo, use plain Repo's instead. 15 年之前
  Jelmer Vernooij d2fdaa04b6 Move apply_pack to ReceivePackHandler, so a server backend repo is a strict subset of Repo. 15 年之前
  Jelmer Vernooij 74e8924d98 Use property to access commit parents. 15 年之前
  Jelmer Vernooij fa09c94304 Some trivial formatting fixes. 15 年之前
  Jelmer Vernooij 9da1366e6f Use open_repository to find repository for get_peeled. 15 年之前
  Jelmer Vernooij b8cde0e0b1 Support opening git repositories by path. 15 年之前
  Jelmer Vernooij a36938b203 Always require a Git repository object to be passed into 15 年之前
  Jelmer Vernooij fa835f086c Pass command-line arguments on to command implementation. 15 年之前
  Jelmer Vernooij cd7a8dd811 Fix import. 15 年之前
  Jelmer Vernooij 6ea35e6422 Merge Dave. 15 年之前
  Jelmer Vernooij 35f368b3be Remove some unused imports. 15 年之前
  Dave Borowitz 5ee31ca465 Add include-tag capability to server. 15 年之前
  Dave Borowitz 90a9c518b0 Add no-progress capability support to UploadPackHandler. 15 年之前
  Dave Borowitz cd701f4be5 Remove unnecessary TODO in server.py. 15 年之前
  Dave Borowitz 37a673e4b2 Refactor server capability code into base Handler. 15 年之前