Commit History

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