Sun, 08 Jul 2018 16:45:40 +0900 |
Yuya Nishihara |
py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
|
Sat, 14 Apr 2018 02:07:42 +0530 |
Pulkit Goyal |
py3: make values bytes before passing into server.runservice()
|
Sun, 29 Oct 2017 17:53:52 +0900 |
Yuya Nishihara |
test-static-http: flush access log per request
stable
|
Wed, 25 Oct 2017 21:21:42 +0900 |
Yuya Nishihara |
test-static-http: show all files accessed over HTTP
stable
|
Wed, 15 Feb 2017 21:09:00 -0800 |
Jun Wu |
dumbhttp: use IPv6 if HGIPV6 is set to 1
|
Sat, 15 Oct 2016 13:47:43 +0900 |
Yuya Nishihara |
server: move cmdutil.service() to new module (API)
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
Sun, 03 Apr 2016 19:40:05 +0900 |
Yuya Nishihara |
tests: sort import lines in dumbhttp.py
|
Wed, 09 Mar 2016 02:07:40 +0000 |
Jun Wu |
serve: accept multiple values for --daemon-postexec
|
Mon, 22 Feb 2016 16:59:08 +0000 |
Jun Wu |
serve: rename --daemon-pipefds to --daemon-postexec (BC)
|
Sun, 06 Dec 2015 22:12:07 -0800 |
Gregory Szorc |
tests/dumbhttp: use absolute_import
|
Sun, 02 Nov 2014 13:08:46 +0900 |
Yuya Nishihara |
tests: have dumbhttp.py use cmdutil.service() to wait for child to listen()
|
Thu, 16 Oct 2014 13:48:51 +0900 |
Mike Hommey |
tests: pull common http server setup out of individual tests
|