提交歷史

作者 SHA1 備註 提交日期
  Gary van der Merwe 5bdc8095d8 Port the minimal needed to get the test suite to run in python3. 11 年之前
  Jelmer Vernooij 3ff41893bb Reintroduce Python2.6 support. 11 年之前
  Jelmer Vernooij f9585cf5ce Use optparse to handle options in dulwich.web.main, support --port and --listen_address arguments. 11 年之前
  Jelmer Vernooij eceb82a75d Drop handling of python installations without wsgiref, as dulwich no longer supports them. 11 年之前
  Jelmer Vernooij b75d0d72ee Fix another potential XSS issue, and add test for the previous one. 11 年之前
  Dave Borowitz e7e8844148 web: don't echo back invalid service names 13 年之前
  Gary van der Merwe 17b8807913 Use io.BytesIO rather than cStringIO. 11 年之前
  Jonas Haag 586fa6e79a Fix #140: Don't expect 'wsgi.input' to have 'seek' method 12 年之前
  Jelmer Vernooij ac5a4a4559 Drop compatibility wrapper for `parse_qs`. 12 年之前
  Jelmer Vernooij 9fa96ab8af Update some copyright headers. 12 年之前
  Jelmer Vernooij a0161a3bda Remove some trailing whitespace. 12 年之前
  Jelmer Vernooij bf8d7b8333 Support running 'dulwich.server' and 'dulwich.web' using 'python -m'. 12 年之前
  Gary van der Merwe 9400ba316e Log all error messages from wsgiref server to the logging module. This makes the test suit quiet again. 12 年之前
  Jelmer Vernooij 176c40e526 web: Some formatting fixes. 12 年之前
  Jelmer Vernooij 9f9c77deab Merge support for fallback_app argument to HTTPGitApplication. 13 年之前
  Jonas Haag e4a6cf96d6 Added a `fallback_app` to Smart HTTP support to allow easy integration with other WSGI apps 13 年之前
  codingtony 7ef31882c9 removed unused variable 14 年之前
  Jelmer Vernooij d14bb02a7e Avoid using custom gzip module and incrementally parse. 14 年之前
  David Blewett f9b085bced Added WSGI middleware to handle transparent gzip decoding 14 年之前
  Jelmer Vernooij 62388929f8 Release 0.8.2. 14 年之前
  Jelmer Vernooij 76355ecf13 New method ``update_server_info`` which generates data 14 年之前
  Dave Borowitz a979f6995c web: Use correct result MIME types. 14 年之前
  Dave Borowitz 604498805d Pass an HTTP request object through to handlers. 14 年之前
  Jelmer Vernooij 6d8a28cb67 Rename dulwich.misc => dulwich._compat. 15 年之前
  Dave Borowitz ef50153952 Tweak server handler injection. 15 年之前
  Dave Borowitz c04fcb337d Add more tests for web.py. 15 年之前
  Dave Borowitz cccb7651fb Correct PSF copyright on web.date_time_string. 15 年之前
  Dave Borowitz ec94798fe0 web: Distinguish between missing files and read errors. 15 年之前
  Dave Borowitz 7e9eed6f88 web: Use write() callable for output. 15 年之前
  Dave Borowitz 2c07e3e06f web: Handle empty-string CONTENT_LENGTH. 15 年之前