Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Jelmer Vernooij c8ce22c255 Reformatting. 4 gadi atpakaļ
  Jelmer Vernooij 6266df34af Reformat with black. 4 gadi atpakaļ
  Jelmer Vernooij 79eafc9828 Rename http_req to stateless_req. 5 gadi atpakaļ
  Jelmer Vernooij a02190fe58 Avoid constructs incompatible with python 3.5. 5 gadi atpakaļ
  Jelmer Vernooij 200fcb0a94 Add typing. 5 gadi atpakaļ
  Jelmer Vernooij 755088a70d Remove some unnecessary import fallbacks. 5 gadi atpakaļ
  Jelmer Vernooij 20246a9e85 Drop support for Python 2. 5 gadi atpakaļ
  Jelmer Vernooij aa73abcedb Port remainder of docstrings to Google style. 5 gadi atpakaļ
  Jelmer Vernooij c38a5a15c3 Return a 404 not found error when repository is not found. 6 gadi atpakaļ
  Jelmer Vernooij 0bd1e28b88 Update my email address. jelmer@samba.org => jelmer@jelmer.uk. 7 gadi atpakaļ
  Jelmer Vernooij 52f4addb19 Avoid bare except. 7 gadi atpakaļ
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 8 gadi atpakaļ
  Jelmer Vernooij e5f6eb1ebd Some style fixes. 8 gadi atpakaļ
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 gadi atpakaļ
  Jonas Haag fc6f2020de Fix #295: Python 3 compatibility for dulwich.web 9 gadi atpakaļ
  Jelmer Vernooij 3a1025e798 Merge remote-tracking branch 'jonashaag/fix-140' 9 gadi atpakaļ
  Jonas Haag 6ba8bba4f4 Fix hang on Gzip decompression 9 gadi atpakaļ
  Jonas Haag fe9bf84378 Don't expect 'wsgi.input' to have working 'seek' method 9 gadi atpakaļ
  Jelmer Vernooij 2977f3c6fd Support python3 in web. 10 gadi atpakaļ
  Gary van der Merwe 51a8d2ae77 Port the minimal needed to get the test suite to run in python3. 11 gadi atpakaļ
  Jelmer Vernooij 27b20e377b Reintroduce Python2.6 support. 11 gadi atpakaļ
  Jelmer Vernooij 68de220135 Use optparse to handle options in dulwich.web.main, support --port and --listen_address arguments. 11 gadi atpakaļ
  Jelmer Vernooij 80457361c9 Drop handling of python installations without wsgiref, as dulwich no longer supports them. 11 gadi atpakaļ
  Jelmer Vernooij 478d142713 Fix another potential XSS issue, and add test for the previous one. 11 gadi atpakaļ
  Dave Borowitz 290a16c8ee web: don't echo back invalid service names 13 gadi atpakaļ
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. 11 gadi atpakaļ
  Jonas Haag 5a69c460b6 Fix #140: Don't expect 'wsgi.input' to have 'seek' method 11 gadi atpakaļ
  Jelmer Vernooij 7c5b7703f4 Drop compatibility wrapper for `parse_qs`. 11 gadi atpakaļ
  Jelmer Vernooij c42e47b57c Update some copyright headers. 12 gadi atpakaļ
  Jelmer Vernooij b2b3e5c591 Remove some trailing whitespace. 12 gadi atpakaļ