log mercurial/hgweb/common.py @ 40809:177b47ce0375

age author description
Fri, 12 Oct 2018 19:49:02 +0200 Gregory Szorc py3: r'' prefix default values for mimetypes.guess_mime()
Thu, 11 Oct 2018 21:47:39 +0200 Gregory Szorc py3: pass str and return bytes from mimetypes.guess_type()
Fri, 13 Apr 2018 21:01:17 -0400 Augie Fackler hgweb: these strings should be sysstrs, not bytes
Fri, 13 Apr 2018 16:32:33 -0400 Matt Harbison lfs: update the HTTP status codes in error cases
Sat, 17 Mar 2018 01:53:44 -0400 Matt Harbison lfs: add support for serving blob files
Sat, 17 Mar 2018 01:23:01 -0400 Matt Harbison lfs: add basic routing for the server side wire protocol processing
Sat, 10 Mar 2018 18:19:27 -0800 Gregory Szorc hgweb: transition permissions hooks to modern request type (API)
Sat, 10 Mar 2018 15:46:29 -0800 Gregory Szorc hgweb: port static file handling to new response API
Sat, 10 Mar 2018 14:19:27 -0800 Gregory Szorc hgweb: inline caching() and port to modern mechanisms
Sat, 10 Mar 2018 10:47:30 -0800 Gregory Szorc hgweb: document continuereader
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Sat, 03 Mar 2018 12:36:05 -0500 Yuya Nishihara py3: make os.curdir a bytes
Sat, 03 Mar 2018 12:34:35 -0500 Yuya Nishihara py3: make os.pardir a bytes
Mon, 26 Feb 2018 00:49:33 -0500 Augie Fackler hgweb: pass exception message to builtin Exception ctor as sysstr
Sat, 24 Feb 2018 16:20:55 +0530 Pulkit Goyal py3: use '//' for integer division in hgweb/common.py
Sun, 18 Feb 2018 00:03:27 -0500 Augie Fackler hgweb: header dict entries are native strings
Thu, 19 Oct 2017 11:46:41 +0200 David Demelier config: rename allow_push to allow-push
Sat, 14 Oct 2017 10:47:29 -0400 Augie Fackler hgweb: mimetype guessing needs a unicode path
Wed, 11 Oct 2017 21:24:32 -0700 Jun Wu hgweb: do not import uuid immediately to avoid its side effect
Wed, 11 Oct 2017 03:29:09 +0200 Boris Feld configitems: register the 'web.push_ssl' config
Thu, 05 Oct 2017 14:17:50 -0400 Augie Fackler hgweb: produce native string for etag value
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Fri, 31 Mar 2017 21:47:26 -0700 Gregory Szorc hgweb: extract path traversal checking into standalone function
Fri, 31 Mar 2017 22:30:38 -0700 Gregory Szorc hgweb: use context manager for file I/O
Wed, 15 Mar 2017 15:11:04 -0700 Pierre-Yves David hgweb: explicitly tests for None
Mon, 26 Dec 2016 16:55:47 -0700 Gregory Szorc hgweb: don't use mutable default argument value
Tue, 10 Jan 2017 23:37:08 -0800 Gregory Szorc hgweb: support Content Security Policy
Sun, 18 Dec 2016 01:54:36 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 3 of 5)
Sun, 18 Dec 2016 01:17:12 +0530 Pulkit Goyal py3: replace os.altsep with pycompat.altsep
Sat, 17 Dec 2016 20:14:24 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 3 of 4)