mercurial/hgweb/hgweb_mod.py
Tue, 01 Sep 2015 16:08:07 -0500 Matt Mackall hgweb: fix trust of templates path (BC) stable 3.5.1
Sun, 12 Jul 2015 16:06:57 +0800 Anton Shestakov hgweb: allow symbolic revisions with forward slashes in urls
Tue, 30 Jun 2015 23:55:22 -0700 Pierre-Yves David hgweb: also monitor change to bookmarks
Wed, 01 Jul 2015 01:02:27 -0700 Pierre-Yves David hgweb: also refresh the repo on changes to the obsstore
Wed, 01 Jul 2015 00:18:50 -0700 Pierre-Yves David hgweb: use an extensible list of files to check for refresh
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
Thu, 07 Feb 2013 00:32:26 +0000 Pierre-Yves David hgweb: add some in-code documentation for 'web.view'
Sun, 07 Jun 2015 17:14:17 -0700 Pierre-Yves David hgewb: disable progress when serving (issue4582)
Mon, 29 Sep 2014 17:23:38 -0500 Matt Mackall merge with stable
Sat, 27 Sep 2014 21:59:55 +0900 Anton Shestakov hgweb: refresh hgweb.repo on phase change (issue4061) stable
Sat, 27 Sep 2014 14:47:52 -0500 Matt Mackall merge with stable
Mon, 22 Sep 2014 23:46:38 +0900 Anton Shestakov hgweb: fail if an invalid command was supplied in url path (issue4071) stable
Mon, 18 Aug 2014 12:12:57 -0700 Gregory Szorc hgweb: refresh repository using URL not path (issue4323)
Fri, 15 Aug 2014 16:20:47 +0200 Mads Kiilerich cleanup: avoid local vars shadowing imports
Sun, 10 Aug 2014 13:53:36 -0500 Matt Mackall hgweb: avoid config object race with hgwebdir (issue4326) stable
Mon, 16 Jun 2014 13:30:46 -0500 Matt Mackall hgweb: avoid initialization race (issue4280) stable
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Wed, 08 Jan 2014 00:35:03 +0900 Takumi IINO hgweb: avoid invalid infinity scroll request when overwritten web.style
Fri, 13 Dec 2013 17:23:02 -0600 Matt Mackall merge with stable
Wed, 04 Dec 2013 13:42:28 -0600 Matt Mackall hgweb: avoid initialization race (issue3953) stable
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Wed, 24 Jul 2013 03:20:26 +0400 Alexander Plavin hgweb: remove now unnecessary explicit header() and footer()
Sat, 11 May 2013 20:40:15 -0500 Augie Fackler hgweb: force connection close on early response stable
Tue, 02 Apr 2013 01:15:31 -0500 Matt Mackall merge with stable
Fri, 15 Feb 2013 18:07:14 +0900 Takumi IINO hgweb: show correct error message for i18n environment stable 2.5.3
Thu, 21 Mar 2013 18:16:48 +0100 Simon Heimberg hgweb: do not pass on repo.ui when recreating a repo
Sat, 09 Feb 2013 11:00:42 +0100 Angel Ezquerra extensions: obsolete and remove interhg extension
Fri, 08 Feb 2013 18:05:32 +0100 Angel Ezquerra hgweb: add websub template filter
Thu, 31 Jan 2013 19:56:55 +0100 Pierre-Yves David hgweb: add a `web.view` to control filtering stable
Thu, 31 Jan 2013 22:30:52 +0100 Pierre-Yves David hgweb: returns 404 for unknow revision instead of 500 stable
Thu, 31 Jan 2013 22:36:22 +0100 Angel Ezquerra hgwebdir: use web.prefix when creating url breadcrumbs (issue3790) stable
Tue, 15 Jan 2013 22:34:56 +0100 Pierre-Yves David hgweb: run with "served" filter
Tue, 15 Jan 2013 01:07:03 +0100 Mads Kiilerich hgweb: pass the actual response body to request.response, not just the length
Wed, 28 Nov 2012 20:21:26 +0100 Angel Ezquerra hgweb: add a "URL breadcrumb" to the index and repository pages
Sun, 20 May 2012 14:37:22 -0500 Matt Mackall hgweb: use ui.nontty to disable all cooked I/O
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Mon, 01 Aug 2011 10:54:34 -0500 Matt Mackall merge with stable
Wed, 27 Jul 2011 18:35:35 -0500 Augie Fackler http2: send an extra header to signal a non-broken client stable
Mon, 25 Jul 2011 16:27:08 -0500 Augie Fackler hgweb_mod: use safehasattr instead of hasattr
Thu, 21 Jul 2011 15:10:16 +0200 Angel Ezquerra hgweb: add a "web/logoimg" setting to customize the web logo image
Wed, 20 Apr 2011 00:01:50 -0400 Steven Stallion hgweb: support disabling page cache
Tue, 19 Apr 2011 23:37:06 -0400 Steven Stallion hgweb: support alternate logo url
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
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Fri, 07 Jan 2011 15:19:21 -0600 Augie Fackler hgweb_mod: respond right away if the client specified 100-continue support
Mon, 21 Feb 2011 00:57:19 +0100 Mads Kiilerich hgweb: handle invalid requests with both form data and querystring stable
Sat, 16 Oct 2010 17:29:04 -0500 Augie Fackler hgweb: don't send a body or illegal headers during 304 response
Sun, 10 Oct 2010 17:35:28 -0500 Matt Mackall hgweb: another fix for the help termwidth bug
Sun, 10 Oct 2010 10:42:44 -0500 Augie Fackler hgweb: fix hgweb_mod as well as hgwebdir_mod
Mon, 27 Sep 2010 10:48:50 -0500 Matt Mackall merge with stable
Mon, 20 Sep 2010 14:56:08 -0500 Ry4an Brase Correct Content-Type header values for archive downloads. stable
Wed, 08 Sep 2010 15:23:48 +0200 Dirkjan Ochtman hgweb: support very simple caching model (issue1845)
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Thu, 15 Jul 2010 15:05:04 -0500 Matt Mackall protocol: move hgweb protocol support back into protocol.py
Thu, 15 Jul 2010 11:24:42 -0500 Matt Mackall protocol: unify unbundle on the server side
Wed, 14 Jul 2010 16:19:27 -0500 Matt Mackall protocol: unify stream_out command
Wed, 14 Jul 2010 15:43:20 -0500 Matt Mackall protocol: unify changegroup commands
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: use new wireproto infrastructure in ssh
less more (0) -300 -100 -60 tip