Commit History

Author SHA1 Message Date
  Dave Borowitz ef3f2e1a51 Refactor server capability code into base Handler. 15 years ago
  Dave Borowitz 69ad47463d Add get_peeled to BaseRepo so HTTP and git servers use one call to peel tags. 15 years ago
  Dave Borowitz b457b06525 Add cgit compatibility testing framework. 15 years ago
  Dave Borowitz 90a9c518b0 Add no-progress capability support to UploadPackHandler. 15 years ago
  Dave Borowitz 37a673e4b2 Refactor server capability code into base Handler. 15 years ago
  Jelmer Vernooij 17daf92320 release 0.5.0. 15 years ago
  Jelmer Vernooij dc2ee9c6b7 Use ConfigParser for now 15 years ago
  Jelmer Vernooij b9ed09fd39 Fix memory leaks in error paths. 15 years ago
  Jelmer Vernooij 2a90afa38f Change license of dul-web to GPLv2 or later, consistent with the rest of Dulwich. Thanks to Dave for licensing this as GPLv2+. 15 years ago
  Jelmer Vernooij c43a86a722 Add --pure option to setup.py. 15 years ago
  anatoly techtonik 63e31ba4e6 Add --pure option to setup.py. 15 years ago
  Jelmer Vernooij 59863c93ca * Cope with forward slashes correctly in the index on Windows. 15 years ago
  Jelmer Vernooij 24f3e1e100 Change license to GPLv2 or later rather than just GPLv2 - verified with John. 15 years ago
  Augie Fackler ad9506b485 repo: drop nonstandard ConfigObj dependency 15 years ago
  Jelmer Vernooij 78e552b195 Fix read for ref deltas. 15 years ago
  Jelmer Vernooij e57b60765c Return unused data 15 years ago
  Jelmer Vernooij bd95d2f348 Remove one-line function, only used in one place. 15 years ago
  Jelmer Vernooij cb066cfe6c Remove put_named_file from public API 15 years ago
  Jelmer Vernooij 4fecc6cde6 Fix PackData._get_size(). 15 years ago
  Jelmer Vernooij ec5e202c7a Delay checking size until it's actually used. 15 years ago
  Jelmer Vernooij 1ad5b1c06a Add convenience function for parsing info/refs file. 15 years ago
  Jelmer Vernooij 9da742ad52 Extend DictRefsContainer. 15 years ago
  Jelmer Vernooij f47c9c5d80 Mark current version as 0.5.0 15 years ago
  Jelmer Vernooij f239494557 merge support for use with in-memory packs. 15 years ago
  Jelmer Vernooij eee439d98b use fstat if possible. 15 years ago
  Jelmer Vernooij d01ccc7451 Allow opening pack objects from memory. 15 years ago
  Jelmer Vernooij 0728eb3126 Only use mmap for index files. 15 years ago
  Jelmer Vernooij fa35be7423 Avoid using mmap when unnecessary. 15 years ago
  Jelmer Vernooij d405efd141 Use simple read function. 15 years ago
  Jelmer Vernooij f414c2a55c Remove unused argument to simple_mmap. 15 years ago