提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij 17a735460f Always import TestCase from dulwich.tests so it can be extended or overridden. 15 年之前
  Jelmer Vernooij b74cc6c034 Use Python2.7 SkipTest class if available, patch up testtools if it is 15 年之前
  Jelmer Vernooij 945e827da4 merge support for MemoryRepo, path fixing in the web server on non-unix platforms 15 年之前
  Dave Borowitz 3a417f870f Add a MemoryRepo that stores everything in memory. 15 年之前
  Dave Borowitz 44e1d6154c Use correct path separators for named repo files. 15 年之前
  Dave Borowitz 20f3afcdb8 Move named file initilization to BaseRepo. 15 年之前
  Jelmer Vernooij 4b2cc5b320 Remove unused, add bug reference. 15 年之前
  Jelmer Vernooij b0cff15c23 Merge refactoring of report-status parsing. 15 年之前
  Jelmer Vernooij c99343ff36 Merge code cleanups from Dave. 15 年之前
  Jelmer Vernooij d2fe6acf12 Merge sorted_tree improvements. 15 年之前
  Dave Borowitz 0efd3c0049 Fix copyright in dul-web. 15 年之前
  Dave Borowitz e950bdd711 Clean up file headers. 15 年之前
  Dave Borowitz f24570658f Fix memory leak in C implementation of sorted_tree_items. 15 年之前
  Dave Borowitz 06867d6fbf Add tests for sorted_tree_items and C implementation. 15 年之前
  Jelmer Vernooij b7b801d266 release 0.6.0. 15 年之前
  Jelmer Vernooij 9af7f63d10 Add reminder to update NEWS to HACKING. 15 年之前
  Jelmer Vernooij e7ebc70488 Update NEWS. 15 年之前
  Jelmer Vernooij 0be097ed01 Merge some extra tests for packed ref deletion with no peeled refs 15 年之前
  Jelmer Vernooij 224276d421 Merge fix for crash deleting a ref. 15 年之前
  Jelmer Vernooij 7360978b46 Merge fix for send pack when there is nothing to fetch from Augie. 15 年之前
  Augie Fackler 1728ae1bcd test_repository: test packed ref deletion with no peeled refs 15 年之前
  Augie Fackler 82394ee6d4 test_repository: clean up whitespace 15 年之前
  Augie Fackler fa8ef1f833 DiskRefsContainer: don't crash deleting a ref without peeled refs 15 年之前
  Augie Fackler 59a161bff0 repo: clean up whitespace 15 年之前
  Augie Fackler 1e1b0eb334 client: fix send_pack when there is nothing to send 15 年之前
  Augie Fackler 6e1cbc7e82 compat.test_client: test fetching packs 15 年之前
  Jelmer Vernooij ba0547e771 Remove PackData.__del__ as it causes reference loops; use PackData.close 15 年之前
  Augie Fackler c873739c92 dulwich.client: fix fetch if no progress function is specified 15 年之前
  Jelmer Vernooij e352c25c8c Merge improvements and extra tests, mainly to deal better with creating non-bare repositories. 15 年之前
  Augie Fackler 005fdc37fc client: move parsing report-status data into a method 15 年之前