index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
pathod
Commit message (
Expand
)
Author
Age
Files
Lines
*
nuke tutils.tmpdir, use pytest tmpdir
Thomas Kriechbaumer
2017-03-12
2
-40
/
+29
*
fix imports
Thomas Kriechbaumer
2017-02-14
5
-4
/
+4
*
restructure and move test files
Thomas Kriechbaumer
2017-02-14
12
-0
/
+4
*
pytest.raises: shim new API
Thomas Kriechbaumer
2017-02-08
6
-34
/
+29
*
replace tutils.raises with pytest.raises + shim
Thomas Kriechbaumer
2017-02-02
10
-86
/
+90
*
nuke mock dependency
Thomas Kriechbaumer
2017-01-22
4
-4
/
+4
*
simplify ALPN and OpenSSL on macOS
Thomas Kriechbaumer
2016-12-04
3
-62
/
+81
*
tests: pathod/tutils.py -> pathod/tservers.py
Aldo Cortesi
2016-11-02
12
-45
/
+40
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
6
-26
/
+26
*
netlib.tutils -> mitmproxy.test.tutils
Aldo Cortesi
2016-10-20
3
-3
/
+3
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
4
-11
/
+11
*
Create mitmproxy.utils hierarchy
Aldo Cortesi
2016-10-20
1
-2
/
+3
*
remove empty lines at beginning of file
Thomas Kriechbaumer
2016-10-17
1
-1
/
+0
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
1
-1
/
+0
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
4
-9
/
+9
*
Zap object base class
Aldo Cortesi
2016-10-17
3
-8
/
+8
*
test & examples: zap six
Aldo Cortesi
2016-10-17
9
-56
/
+54
*
http2: improve framereader
Thomas Kriechbaumer
2016-09-03
1
-3
/
+3
*
sni is now str, not bytes
Maximilian Hils
2016-07-06
1
-2
/
+2
*
http2: Remove TestReadRequestConnect test
Shadab Zafar
2016-07-03
1
-31
/
+0
*
move custom HTTP/2 stack from netlib to pathod
Thomas Kriechbaumer
2016-06-17
14
-28
/
+586
*
pathod tests: do not string_escape specs
Shadab Zafar
2016-06-16
1
-1
/
+1
*
Py3: Store certificate with a byte key
Shadab Zafar
2016-06-16
1
-1
/
+1
*
Py3: Use BytesIO in a pathoc test
Shadab Zafar
2016-06-16
1
-1
/
+1
*
Py3: Fix tests by using byte literals
Shadab Zafar
2016-06-16
1
-7
/
+7
*
Unexpected spaces around =
Shadab Zafar
2016-06-15
1
-1
/
+1
*
Py3: pathoc
Shadab Zafar
2016-06-15
2
-16
/
+17
*
Py3: pathod
Shadab Zafar
2016-06-15
1
-3
/
+3
*
Be stricter about handling connetcts in the pathoc test suite
Aldo Cortesi
2016-06-12
1
-1
/
+7
*
Remove timestamps from pathoc output
Aldo Cortesi
2016-06-10
1
-1
/
+1
*
Py3: Fix test_language_http2 tests by using byte literals
Shadab Zafar
2016-06-08
1
-23
/
+23
*
Py3: Use global next() instead of iterator method
Shadab Zafar
2016-06-08
1
-2
/
+2
*
Py3: Use BytesIO instead of StringIO
Shadab Zafar
2016-06-08
1
-8
/
+8
*
Py3: Fix a test_language_writer test by using a byte literal
Shadab Zafar
2016-06-07
1
-1
/
+1
*
Utils cleanups
Aldo Cortesi
2016-06-07
2
-5
/
+5
*
fix all pathod tests on Windows :tada:
Maximilian Hils
2016-06-06
1
-14
/
+14
*
fix NestedMessage encoding
Maximilian Hils
2016-06-06
1
-1
/
+1
*
fix .freeze(), improve tests
Maximilian Hils
2016-06-06
2
-5
/
+10
*
Py3: Fix status_code and other tests by using byte literals
Shadab Zafar
2016-06-06
1
-7
/
+7
*
Py3: Fix corresponding base.Integer test in test_language_base
Shadab Zafar
2016-06-06
1
-1
/
+1
*
Py3: Fix useragent tests
Shadab Zafar
2016-06-06
1
-4
/
+4
*
Py3: Fix websocket tests
Shadab Zafar
2016-06-06
1
-10
/
+10
*
Py3: Use BytesIO in tutils.render
Shadab Zafar
2016-06-06
1
-1
/
+2
*
Py3: Use byte string literals
Shadab Zafar
2016-06-06
1
-20
/
+20
*
Py3: Use BytesIO instead of StringIO for tests
Shadab Zafar
2016-06-06
1
-8
/
+8
*
Py3: Use global next() instead of iterator method
Shadab Zafar
2016-06-06
1
-23
/
+23
*
Py3: Fix tests by using byte literals
Shadab Zafar
2016-06-06
1
-6
/
+6
*
Py3: Use global next() instead of iterator method
Shadab Zafar
2016-06-06
1
-1
/
+1
*
Fix sequencing in Pathoc websocket termination test
Aldo Cortesi
2016-06-06
1
-3
/
+4
*
Make more of the pathod test suite use synchronisation
Aldo Cortesi
2016-06-06
1
-39
/
+11
[next]