Mon, 19 Jun 2017 21:53:54 -0400 |
Matt Harbison |
test-http-proxy: redirect proxy stdout to /dev/null
|
Sun, 18 Jun 2017 21:31:53 -0400 |
Matt Harbison |
tinyproxy: explicitly flush logged messages
|
Tue, 21 Mar 2017 22:45:02 -0700 |
Gregory Szorc |
tests: use urlreq in tinyproxy.py
|
Wed, 15 Feb 2017 22:53:45 -0800 |
Jun Wu |
tinyproxy: use IPv6 if HGIPV6 is set to 1
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
Fri, 15 Jul 2016 23:00:31 +0530 |
Pulkit Goyal |
py3: re-implement the BaseHTTPServer.test() function
|
Mon, 27 Jun 2016 16:48:54 +0530 |
Pulkit Goyal |
py3: conditionalize SocketServer import
|
Mon, 27 Jun 2016 16:16:10 +0530 |
Pulkit Goyal |
py3: conditionalize the urlparse import
|
Sun, 03 Apr 2016 20:12:59 +0900 |
Yuya Nishihara |
tests: make tinyproxy.py not import sys.argv by name
|
Sun, 03 Apr 2016 20:11:41 +0900 |
Yuya Nishihara |
tests: sort import lines in tinyproxy.py
|
Mon, 28 Mar 2016 01:57:44 +0530 |
Pulkit Goyal |
tests: make tinyproxy.py use print_function
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Sun, 06 Dec 2015 22:20:08 -0800 |
Gregory Szorc |
tests: use absolute_import in tinyproxy
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Thu, 31 Jan 2013 19:13:13 +0100 |
Mads Kiilerich |
tests: fix toctou race in tinyproxy.py (issue3795)
stable
|
Sun, 13 May 2012 13:17:31 +0200 |
Brodie Rao |
cleanup: replace more naked excepts with more specific ones
|
Wed, 28 Mar 2012 19:23:25 -0500 |
Matt Mackall |
tests: fix startup/shutdown races in test-https
stable
|
Mon, 25 Jul 2011 16:37:18 -0500 |
Augie Fackler |
tests: use getattr instead of hasattr
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Sun, 01 May 2011 01:04:37 +0800 |
Steven Brown |
httprepo: long arguments support (issue2126)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Mon, 22 May 2006 15:42:49 -0700 |
Vadim Gelfer |
http: fix many problems with url parsing and auth. added proxy test.
|