提交历史

作者 SHA1 备注 提交日期
  Dave Borowitz b835cc1ecf Move dul-web's main functionality to web. 15 年之前
  Dave Borowitz b5c1e94776 Move reference WSGI handler to web.py. 15 年之前
  Dave Borowitz 697e093ef6 Make dul-daemon a trivial wrapper around server functionality. 15 年之前
  Dave Borowitz cc114a1fa3 Use HTTPGitRequestHandler for test_web. 15 年之前
  Tay Ray Chuan 555255aff8 test_file.GitFileTests.test_abort_close_removed: close lockfile before removing it 15 年之前
  Tay Ray Chuan b039a78fa5 test_repository.DiskRefsContainerTests.test_remove_packed_without_peeled: prevent '\r' on windows 15 年之前
  Tay Ray Chuan 934d936da4 dulwich/_objects.c 15 年之前
  Jelmer Vernooij ef6a727513 Use --quiet when initializing git repositories in compat tests. 15 年之前
  Jelmer Vernooij 9ef6bcceff Use self.store rather than explicitly creating a DiskObjectStore. 15 年之前
  Jelmer Vernooij 5484604397 dulwich.pack.write_pack_index_v{1,2} now take a file-like object 15 年之前
  Jelmer Vernooij 1637a77fa4 Add PackBasedObjectStore.pack_loose_objects(). 15 年之前
  Jelmer Vernooij 7640d2b405 Allow overriding paths to executables in GitSSHClient. 15 年之前
  Jelmer Vernooij 8035cdc859 Merge Augie's GitClient refactoring. 15 年之前
  Augie Fackler 198793d3e4 compat.test_client: test SubprocessGitClient and SSHGitClient 15 年之前
  Augie Fackler c43b4d91e9 client: refactor GitClient subclasses to enhance code commonality 15 年之前
  Jelmer Vernooij e7365353f9 parse_tree: Fix tests for pure-python implementation. 15 年之前
  Jelmer Vernooij 10411d7bd3 Support Tree.iteritems() returning an iterator rather than a list. 15 年之前
  Jelmer Vernooij 2662f425f6 Remove some unused imports. 15 年之前
  Jelmer Vernooij f4de787cb6 Merge logging support in the web server. 15 年之前
  Dave Borowitz 6c56cb79a9 Add simple logging to HTTP server. 15 年之前
  Dave Borowitz d856df40d9 Add logging utilities and server logging. 15 年之前
  Jelmer Vernooij d7efb8ab86 Fix tests. 15 年之前
  Jelmer Vernooij 9086883ca3 When restting ShaFile._file, also reset ShaFile._magic. 15 年之前
  Jelmer Vernooij f019b971f8 Fix parsing from file-like objects. 15 年之前
  Jelmer Vernooij e98e0e5f7b Fix compatibility tests when python-testtools is installed. 15 年之前
  Jelmer Vernooij 0cb5295c48 Merge support for lazy loading packs. 15 年之前
  Jelmer Vernooij 80302c73fa Add Pack.from_lazy_objects(). 15 年之前
  Jelmer Vernooij 5b1a05053f Use TestTools' TestCase so TestSkipped gets picked up correctly. 15 年之前
  Jelmer Vernooij 25bb9730bc Always import TestCase from dulwich.tests so it can be extended or overridden. 15 年之前
  Jelmer Vernooij f4cf89e87b Use Python2.7 SkipTest class if available, patch up testtools if it is 15 年之前