log mercurial/hgweb/common.py @ 34022:d5b2beca16c0

age author description
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)
Wed, 13 Jul 2016 23:38:29 +0530 Pulkit Goyal py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
Sat, 09 Jul 2016 03:26:24 +0800 Anton Shestakov hgweb: emit a valid, weak ETag
Sat, 31 Oct 2015 22:07:40 +0900 Yuya Nishihara hgweb: use absolute_import
Sun, 01 Nov 2015 15:07:08 +0900 Yuya Nishihara hgweb: import BaseHTTPServer as module at top level
Tue, 08 Sep 2015 14:56:29 -0400 timeless hgweb: remove ErrorResponse.message
Fri, 03 Jul 2015 10:07:51 -0700 Pierre-Yves David hgweb: drop the default argument for get_stat
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sat, 27 Sep 2014 21:59:55 +0900 Anton Shestakov hgweb: refresh hgweb.repo on phase change (issue4061) stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Mon, 15 Apr 2013 18:57:04 -0300 Wagner Bruna hgweb: refactor checks for granting and revoking user permissions
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich hgweb: simplify internal staticfile return codes
Tue, 15 Jan 2013 01:07:03 +0100 Mads Kiilerich hgweb: pass the actual response body to request.response, not just the length
Wed, 05 Sep 2012 23:59:27 +0900 Yuya Nishihara hgweb: respond 403 forbidden for ssl required error
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sat, 30 Apr 2011 13:47:22 +0200 Martin Geisler hgweb: initialize permhooks at definition time
Tue, 19 Apr 2011 15:19:54 +0200 Martin Geisler merge with stable
Tue, 19 Apr 2011 15:15:56 +0200 Martin Geisler hgweb: detect change based on changelog size too stable
Mon, 14 Mar 2011 15:28:56 -0500 Matt Mackall hgweb: drop use of super() for Exception base class
Sat, 12 Mar 2011 15:51:39 +0100 Dirkjan Ochtman don't depend on features of Exception as much
Sat, 06 Feb 2010 04:27:28 -0600 Augie Fackler hgweb: add support for 100-continue as recommended by PEP 333.
Mon, 21 Feb 2011 00:52:26 +0100 Mads Kiilerich hgweb: give ErrorResponse a descriptive string/Exception representation stable