提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij 3d5b7e1dde Allow opening pack objects from memory. 16 年之前
  Jelmer Vernooij 1b6cb8b8a9 Only use mmap for index files. 16 年之前
  Jelmer Vernooij 689bee34eb Avoid using mmap when unnecessary. 16 年之前
  Jelmer Vernooij 8bd0aac382 Use simple read function. 16 年之前
  Jelmer Vernooij a39b87bec0 Remove unused argument to simple_mmap. 16 年之前
  Jelmer Vernooij bc27467a7d Fix issue creating new repositories, with trivial smoke test. 16 年之前
  Jelmer Vernooij 787af73444 Remove pointless assertion - we'll get an exception in any case if the pack doesn't exist. 16 年之前
  Jelmer Vernooij bcfb0d9074 Move some functions back from DiskRefsContainer to RefsContainer. 16 年之前
  Jelmer Vernooij a7eb671bc4 Ask for forgiveness, not permission. 16 年之前
  Jelmer Vernooij 846ec3f680 Ask for forgiveness, not permission. 16 年之前
  Jelmer Vernooij 4e4efd47f6 Add extra base class for DiskObjectStore. 16 年之前
  Jelmer Vernooij b1f52c06a2 Remove unnecessary indirection. 16 年之前
  Jelmer Vernooij 37ebcae543 Make base directories variable global. 16 年之前
  Jelmer Vernooij 43f74147b5 Move do_commit() and has_index() from Repo to BaseRepo. 16 年之前
  Jelmer Vernooij f8a8e0c79a Add BaseRepo.put_named_file. 16 年之前
  Jelmer Vernooij d27057cd48 merge improvements from Dave to the server, file locking and repository abstraction. 16 年之前
  Dave Borowitz d3930ff468 Add tests for HTTP server. 16 年之前
  Dave Borowitz 6db184dc46 Fix flaky/failing tests introduced in the last few changes. 16 年之前
  Dave Borowitz 3e974654f2 Add smart HTTP support to dul-web. 16 年之前
  Dave Borowitz 8964c8fb91 Working pass at an HTTP server, only dumb at the moment 16 年之前
  Dave Borowitz 2a50d2a71d Improve ref handling. 16 年之前
  Dave Borowitz c5c0a96a78 Improve server protocol error handling; fix flush-pkt handling. 16 年之前
  Dave Borowitz bf2800d25d Work towards making Dulwich less dependent on the filesystem. 16 年之前
  Dave Borowitz 0d1a0cff02 Don't magically delete lockfiles on IOError/OSError. 16 年之前
  Dave Borowitz 44b98f61f9 Clarify GitFile docstrings and disallow r+w modes. 16 年之前
  Dave Borowitz 71e389913a Add a GitFile class that uses the same locking protocol for writes as git. 16 年之前
  Dave Borowitz 50b8066660 Rework server protocol to be smarter and interoperate with cgit client. 16 年之前
  Jelmer Vernooij 7c08e3d597 Implement Repo.get_config(). 16 年之前
  Jelmer Vernooij 36b8b46155 Fix two tests with the same name. 16 年之前
  Jelmer Vernooij 977f3a4b6f Don't allow setting custom headers, per the discussion on the git list. 16 年之前