mercurial/hgweb/server.py
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Thu, 11 Mar 2010 13:33:29 +0100 Dirkjan Ochtman server: initialize wsgi app in command, then wrap server around it
Thu, 11 Mar 2010 13:32:43 +0100 Dirkjan Ochtman server: unnest server classes into module namespace
Thu, 11 Mar 2010 13:32:26 +0100 Dirkjan Ochtman server: pass wsgi application to server (no need for non-local var)
Thu, 11 Mar 2010 13:31:37 +0100 Dirkjan Ochtman server: abstract setup of ipv6 vs. normal server
Thu, 11 Mar 2010 13:30:52 +0100 Dirkjan Ochtman server: handle server-internal config setup inside server class
Thu, 11 Mar 2010 13:28:39 +0100 Dirkjan Ochtman server: externalize and streamline mixin setup
Thu, 11 Mar 2010 11:21:48 +0100 Dirkjan Ochtman server: externalize application creation
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 05 Jul 2009 11:06:41 +0200 Alejandro Santos compat: remove unnecessary diamond-shaped multiple inheritance
Sun, 31 May 2009 01:30:16 +0200 Martin Geisler wrap string literals in error messages
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Mon, 27 Apr 2009 16:29:26 +0200 Dirkjan Ochtman hgweb: pre-init mimetypes module (fixes ugly bug in python-2.6.2 mimetypes)
Tue, 31 Mar 2009 22:48:16 +0200 Martin Geisler hgweb: better English in IPv6 error message
Fri, 27 Mar 2009 11:17:46 -0400 Brodie Rao hgweb: fix undefined name RepoError
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Tue, 21 Oct 2008 17:47:49 +0200 Martin Geisler i18n: import _ instead of gettext
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Sun, 29 Jun 2008 15:23:09 +0200 Dirkjan Ochtman hgweb: all protocol functions have become generators
Sat, 29 Mar 2008 21:15:34 +0100 Benoit Boissinot hgweb: remove dead code
Mon, 10 Mar 2008 19:25:34 +0000 Stephen Deasey hgweb: clarify which address and port can/cannot be bound at startup (bug 769)
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Tue, 22 Jan 2008 22:13:29 +0100 Michele Cella hgweb: fixes to make hg serve prefix handling more robust
Wed, 09 Jan 2008 11:15:00 +0100 Michele Cella adding "prefix" option to "hg serve" (command line and [web] section)
Mon, 24 Dec 2007 17:21:40 +0100 Mirko Friedenhagen server: append to logfiles
Sat, 01 Dec 2007 19:19:08 +0100 Dirkjan Ochtman Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
Fri, 30 Nov 2007 18:23:18 +0100 Dirkjan Ochtman Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
Tue, 27 Nov 2007 23:55:03 +0100 Patrick Mezard hgweb.server: flush log files after every access
Thu, 09 Aug 2007 01:07:11 +0200 Benoit Boissinot merge with -stable
Wed, 08 Aug 2007 23:00:01 +0200 Benoit Boissinot merge with -stable
Thu, 09 Aug 2007 01:04:27 +0200 Benoit Boissinot unobfuscate part of f94dbc6c7eaf
Wed, 08 Aug 2007 22:47:30 +0200 Eric Hopper Fix hgwebdir after 9858477ed74cce9dc8f4069f9453a1bda0e13ba1 broke it.
Sat, 21 Jul 2007 10:30:51 +0200 Thomas Arendsen Hein removed trailing whitespace
Thu, 12 Jul 2007 22:44:16 -0700 Brendan Cully cosmetics
Thu, 12 Jul 2007 13:58:36 -0600 Wesley J. Landaker Make hg serve set the wsgi.url_scheme property correctly.
Wed, 11 Jul 2007 20:15:03 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 09 Jul 2007 22:12:28 -0700 Brendan Cully Add SSL support to hg serve, activated via --certificate option
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho serve: respect settings from .hg/hgrc
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Sun, 10 Jun 2007 19:16:20 -0500 Matt Mackall hg serve: don't lookup user-supplied names/addresses
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Thu, 26 Apr 2007 18:41:18 -0500 Matt Mackall Merge with stable
Wed, 25 Apr 2007 13:35:18 -0500 Matt Mackall hg serve: don't do DNS lookups
Mon, 19 Mar 2007 19:16:35 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 19 Mar 2007 19:07:38 -0300 Alexis S. L. Carvalho avoid wsgiapplication <-> MercurialHTTPServer circular reference
Sun, 04 Mar 2007 09:03:21 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 19 Feb 2007 10:08:59 +0100 Patrick Mezard web/server: disable address reuse option for BaseHTTPServer on windows
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Thu, 15 Feb 2007 08:49:20 -0200 Alexis S. L. Carvalho hgweb/server.py: use hg.repository to create a repo object
Tue, 13 Feb 2007 10:25:45 -0200 Alexis S. L. Carvalho merge with crew-stable
Tue, 13 Feb 2007 10:01:44 -0200 Alexis S. L. Carvalho Pass a ui from create_server to hgwebdir and a repo from hgwebdir to hgweb
Tue, 02 Jan 2007 22:40:52 +0100 Thomas Arendsen Hein sync with -stable
Tue, 02 Jan 2007 22:12:38 +0100 Thomas Arendsen Hein Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Fri, 08 Dec 2006 17:10:40 -0800 Brendan Cully Fix hg serve -6 getsockname handling
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall hgweb: internalize some socket details
less more (0) -60 tip