Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 22:02:50 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Fri, 03 Jul 2020 23:25:19 +0200 |
Manuel Jacob |
py3: fix crash when server address is 0.0.0.0 (issue6362)
stable
|
file |
diff |
annotate
|
Sat, 30 May 2020 04:59:13 +0200 |
Manuel Jacob |
hgweb: avoid using `sslutil.modernssl`
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Thu, 07 Nov 2019 13:18:19 -0500 |
Augie Fackler |
cleanup: remove pointless r-prefixes on double-quoted strings
|
file |
diff |
annotate
|
Thu, 07 Nov 2019 08:58:26 +0100 |
Denis Laxalde |
py3: compare http server's command with a native string
stable
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sat, 05 Oct 2019 17:44:54 -0400 |
Gregory Szorc |
hgweb: use importlib.reload() if available
|
file |
diff |
annotate
|
Wed, 30 Jan 2019 17:24:57 -0500 |
Augie Fackler |
server: skip logging of ECONNRESET
|
file |
diff |
annotate
|
Wed, 30 Jan 2019 11:44:34 -0800 |
Gregory Szorc |
hgweb: log error before attempting I/O
|
file |
diff |
annotate
|
Sun, 27 Jan 2019 18:34:17 -0500 |
Matt Harbison |
py3: force hgweb.server error log to internally write unicode
|
file |
diff |
annotate
|
Sun, 27 Jan 2019 18:05:17 -0500 |
Matt Harbison |
hgweb: ensure Content-Length and Content-Type are not promoted to HTTP_ on py3
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 19:03:23 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Sun, 06 Jan 2019 14:58:54 -0500 |
Augie Fackler |
server: always close http socket if responding with an error (issue6033)
stable 4.8.2
|
file |
diff |
annotate
|
Sun, 09 Dec 2018 19:40:54 -0500 |
Matt Harbison |
py3: stop subscripting socket.error
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 23:12:42 -0700 |
Gregory Szorc |
py3: use system strings in HTTP server code
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 21:39:42 -0400 |
Matt Harbison |
py3: conditionalize access to socketserver.ForkingMixIn
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 20:10:01 -0700 |
Gregory Szorc |
py3: ensure _start_response() is called with system string
|
file |
diff |
annotate
|
Sun, 08 Jul 2018 16:55:21 +0900 |
Yuya Nishihara |
py3: convert server-string to unicode to make http library happy
|
file |
diff |
annotate
|
Tue, 12 Jun 2018 20:43:56 -0400 |
Augie Fackler |
hgweb: insist http_status value is a sysstr
|
file |
diff |
annotate
|
Tue, 12 Jun 2018 20:42:42 -0400 |
Augie Fackler |
hgweb: pass a sysstr to low-level _start_response method
|
file |
diff |
annotate
|
Wed, 18 Apr 2018 15:32:08 -0400 |
Augie Fackler |
merge with default to begin 4.6 freeze
stable 4.6rc0
|
file |
diff |
annotate
|
Wed, 11 Apr 2018 16:26:40 -0400 |
Augie Fackler |
hgweb: use native strings when interfacing with stdlib headers
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 01:27:18 -0400 |
Matt Harbison |
server: ensure the incoming request falls under the prefix value
stable 4.5.3
|
file |
diff |
annotate
|
Sat, 17 Mar 2018 01:23:01 -0400 |
Matt Harbison |
lfs: add basic routing for the server side wire protocol processing
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 09:45:56 -0700 |
Gregory Szorc |
hgweb: allow defining Server response header for HTTP server
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 09:44:27 -0800 |
Gregory Szorc |
hgweb: validate WSGI environment dict
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 09:26:51 -0800 |
Gregory Szorc |
hgweb: ensure all wsgi environment values are str
|
file |
diff |
annotate
|
Sun, 04 Mar 2018 21:14:24 -0500 |
Augie Fackler |
hgweb: adapt to socket._fileobject changes in Python 3
|
file |
diff |
annotate
|
Sat, 17 Feb 2018 01:09:56 -0500 |
Augie Fackler |
hgweb: open server logs in binary mode
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:38:33 -0400 |
Augie Fackler |
hgweb: more "http headers are native strs" cleanup
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 15:37:33 -0400 |
Augie Fackler |
hgweb: set sent_headers attr as early as practical
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:53:52 -0400 |
Augie Fackler |
hgweb: detect Python 3-era libraries and use modern attribute names
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 15:53:36 -0400 |
Augie Fackler |
server: indent block that's about to get conditionalized
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 15:43:06 -0400 |
Augie Fackler |
hgweb: fix logging to use native strings as appropriate
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:29:51 -0400 |
Augie Fackler |
hgweb: more native string treatment in query string parsing
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 23:30:46 -0700 |
Jun Wu |
codemod: use pycompat.iswindows
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:22:02 -0400 |
Augie Fackler |
hgweb: when constructing or adding to a wsgi environ dict, use native strs
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 07:44:20 -0400 |
Augie Fackler |
hgweb: remove superfluous pass statements
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:49 +0200 |
Boris Feld |
configitems: register the 'web.prefix' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:48 +0200 |
Boris Feld |
configitems: register the 'web.port' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:45 +0200 |
Boris Feld |
configitems: register the 'web.errorlog' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:32 +0200 |
Boris Feld |
configitems: register the 'web.address' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:31 +0200 |
Boris Feld |
configitems: register the 'web.accesslog' config
|
file |
diff |
annotate
|
Mon, 19 Dec 2016 00:16:52 +0530 |
Pulkit Goyal |
py3: replace os.name with pycompat.osname (part 1 of 2)
|
file |
diff |
annotate
|
Sat, 28 Jun 2014 13:13:32 +0900 |
Yuya Nishihara |
hgweb: make log streams compatible with command server
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 19:11:19 +0200 |
Martijn Pieters |
hgweb: fix the MRO in Python 3
|
file |
diff |
annotate
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
file |
diff |
annotate
|
Tue, 12 Jul 2016 23:12:03 -0700 |
Gregory Szorc |
hgweb: use sslutil.wrapserversocket()
|
file |
diff |
annotate
|
Wed, 13 Jul 2016 00:14:50 -0700 |
Gregory Szorc |
hgweb: pass ui into preparehttpserver
|
file |
diff |
annotate
|
Mon, 27 Jun 2016 16:48:54 +0530 |
Pulkit Goyal |
py3: conditionalize SocketServer import
|
file |
diff |
annotate
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 16:23:42 -0700 |
Siddharth Agarwal |
hgweb.server: drop support for Python 2.4
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Tue, 08 Sep 2015 15:32:20 -0400 |
timeless |
hgweb.server: fix _httprequesthandlerssl help text
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 10:59:02 -0800 |
Gregory Szorc |
hgweb: send proper HTTP response after uncaught exception
stable
|
file |
diff |
annotate
|
Tue, 21 Oct 2014 17:09:37 -0400 |
Augie Fackler |
hgweb: disable SSLv3 serving (BC)
stable
|
file |
diff |
annotate
|
Wed, 19 Feb 2014 21:16:43 +0900 |
Yuya Nishihara |
hgweb: make sure sys module is loaded prior to reload hack
stable
|
file |
diff |
annotate
|
Wed, 05 Feb 2014 17:23:35 -0600 |
Matt Mackall |
hgweb: hack around mimetypes encoding thinko (issue4160)
stable
|
file |
diff |
annotate
|
Tue, 01 Oct 2013 09:54:46 +0200 |
David Soria Parra |
hgweb: log headers only if headers were successfully parsed
stable
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 20:54:57 +0100 |
Mads Kiilerich |
serve: don't send any content headers with 304 responses
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:10:08 +0100 |
Mads Kiilerich |
serve: use chunked encoding in hgweb responses
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:10:08 +0100 |
Mads Kiilerich |
serve: remove connection close hack for Python 2.3
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
serve: send response headers even if response has no body
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 02:41:20 +0200 |
Mads Kiilerich |
improve some comments and docstrings, fixing issues found when spell checking
|
file |
diff |
annotate
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
file |
diff |
annotate
|
Tue, 11 Oct 2011 23:16:05 -0500 |
Matt Mackall |
pyflakes: clean up some import noise
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:38:46 -0500 |
Augie Fackler |
hgweb: move remaining hasattr calls to safehasattr
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 15:00:00 +0200 |
Thomas Arendsen Hein |
classes: fix class style problems found by b071cd58af50
stable
|
file |
diff |
annotate
|
Sun, 01 May 2011 01:04:37 +0800 |
Steven Brown |
httprepo: long arguments support (issue2126)
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 04:27:28 -0600 |
Augie Fackler |
hgweb: add support for 100-continue as recommended by PEP 333.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 00:52:23 +0100 |
Mads Kiilerich |
serve: catch and log all Exceptions, not only StandardException
stable
|
file |
diff |
annotate
|
Thu, 21 Oct 2010 03:18:52 +0200 |
Mads Kiilerich |
hgweb: let HTTPS serve use more compatible and less secure encryption
stable
|
file |
diff |
annotate
|
Wed, 20 Oct 2010 20:19:34 +0200 |
Mads Kiilerich |
hgweb: use Pythons ssl module for HTTPS serve when using Python 2.6 or later
|
file |
diff |
annotate
|
Wed, 20 Oct 2010 20:19:32 +0200 |
Mads Kiilerich |
hgweb: refactor all pyOpenSSL references into one class
|
file |
diff |
annotate
|
Sun, 17 Oct 2010 04:13:35 +0200 |
Mads Kiilerich |
serve: fix https mode and add test
|
file |
diff |
annotate
|
Sat, 28 Aug 2010 12:31:07 -0400 |
Brodie Rao |
mail/hgweb: support service names for ports (issue2350)
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:33:29 +0100 |
Dirkjan Ochtman |
server: initialize wsgi app in command, then wrap server around it
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:32:43 +0100 |
Dirkjan Ochtman |
server: unnest server classes into module namespace
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:32:26 +0100 |
Dirkjan Ochtman |
server: pass wsgi application to server (no need for non-local var)
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:31:37 +0100 |
Dirkjan Ochtman |
server: abstract setup of ipv6 vs. normal server
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:30:52 +0100 |
Dirkjan Ochtman |
server: handle server-internal config setup inside server class
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 13:28:39 +0100 |
Dirkjan Ochtman |
server: externalize and streamline mixin setup
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 11:21:48 +0100 |
Dirkjan Ochtman |
server: externalize application creation
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:06:41 +0200 |
Alejandro Santos |
compat: remove unnecessary diamond-shaped multiple inheritance
|
file |
diff |
annotate
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Mon, 27 Apr 2009 16:29:26 +0200 |
Dirkjan Ochtman |
hgweb: pre-init mimetypes module (fixes ugly bug in python-2.6.2 mimetypes)
|
file |
diff |
annotate
|
Tue, 31 Mar 2009 22:48:16 +0200 |
Martin Geisler |
hgweb: better English in IPv6 error message
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 11:17:46 -0400 |
Brodie Rao |
hgweb: fix undefined name RepoError
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
file |
diff |
annotate
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
file |
diff |
annotate
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 15:23:09 +0200 |
Dirkjan Ochtman |
hgweb: all protocol functions have become generators
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 21:15:34 +0100 |
Benoit Boissinot |
hgweb: remove dead code
|
file |
diff |
annotate
|
Mon, 10 Mar 2008 19:25:34 +0000 |
Stephen Deasey |
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 22:13:29 +0100 |
Michele Cella |
hgweb: fixes to make hg serve prefix handling more robust
|
file |
diff |
annotate
|
Wed, 09 Jan 2008 11:15:00 +0100 |
Michele Cella |
adding "prefix" option to "hg serve" (command line and [web] section)
|
file |
diff |
annotate
|
Mon, 24 Dec 2007 17:21:40 +0100 |
Mirko Friedenhagen |
server: append to logfiles
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 27 Nov 2007 23:55:03 +0100 |
Patrick Mezard |
hgweb.server: flush log files after every access
|
file |
diff |
annotate
|
Thu, 09 Aug 2007 01:07:11 +0200 |
Benoit Boissinot |
merge with -stable
|
file |
diff |
annotate
|
Wed, 08 Aug 2007 23:00:01 +0200 |
Benoit Boissinot |
merge with -stable
|
file |
diff |
annotate
|
Thu, 09 Aug 2007 01:04:27 +0200 |
Benoit Boissinot |
unobfuscate part of f94dbc6c7eaf
|
file |
diff |
annotate
|
Wed, 08 Aug 2007 22:47:30 +0200 |
Eric Hopper |
Fix hgwebdir after 9858477ed74cce9dc8f4069f9453a1bda0e13ba1 broke it.
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
file |
diff |
annotate
|