sapling/mercurial/hgweb
Yuya Nishihara 2d4abff2d9 hgweb: make log streams compatible with command server
Even though it would be useless to start a web server by a command server,
it should be doable in principle. Also, we can't use sys.stdout/err directly
on Python 3 because they are unicode streams.
2014-06-28 13:13:32 +09:00
..
__init__.py hgweb: make sure command options are set to all ui objects 2015-11-21 13:28:12 +09:00
common.py py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import 2016-07-13 23:38:29 +05:30
hgweb_mod.py hgweb: profile HTTP requests 2016-08-14 18:37:24 -07:00
hgwebdir_mod.py hgweb: profile HTTP requests 2016-08-14 18:37:24 -07:00
protocol.py wireproto: compress data from a generator 2016-10-16 11:10:21 -07:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py hgweb: make log streams compatible with command server 2014-06-28 13:13:32 +09:00
webcommands.py hgweb: make fctx.annotate a separated function so it could be wrapped 2016-10-08 16:10:34 +01:00
webutil.py hgweb: make fctx.annotate a separated function so it could be wrapped 2016-10-08 16:10:34 +01:00
wsgicgi.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00