Zohar Lorberbaum
|
ef3d24e8c8
|
locust_task re-use locust_code.
|
2016-03-27 21:42:52 -07:00 |
|
Zohar Lorberbaum
|
9f77c80a32
|
pep8
|
2016-03-25 17:29:42 -07:00 |
|
Zohar Lorberbaum
|
5b07e8b3af
|
Add UI shortcuts.
|
2016-03-24 20:29:53 -07:00 |
|
Zohar Lorberbaum
|
a44062effb
|
Flow export to locust.io load test tool.
|
2016-03-23 01:49:18 -07:00 |
|
Maximilian Hils
|
2d6eb28fd0
|
py3++
|
2016-03-20 23:39:57 +01:00 |
|
Maximilian Hils
|
403ac82a7d
|
netlib: request.path can be None
|
2016-03-20 23:22:50 +01:00 |
|
Maximilian Hils
|
e739517070
|
py3++
|
2016-03-20 23:14:22 +01:00 |
|
Maximilian Hils
|
726536689b
|
py3++
|
2016-03-20 22:58:35 +01:00 |
|
Maximilian Hils
|
2ce023a991
|
py3++
|
2016-03-20 22:50:03 +01:00 |
|
Thomas Kriechbaumer
|
d8e8dfc1c6
|
Merge pull request #1047 from mitmproxy/no-coverage-by-default
py.test: disable coverage collection by default
|
2016-03-20 20:40:15 +01:00 |
|
Maximilian Hils
|
6f902ffbb3
|
py3++: iteritems
|
2016-03-20 19:56:22 +01:00 |
|
Maximilian Hils
|
88d365cfe6
|
py3++: cStringIO
|
2016-03-20 19:40:03 +01:00 |
|
Maximilian Hils
|
43671e723f
|
py.test: disable coverage collection by default
|
2016-03-20 19:39:02 +01:00 |
|
Maximilian Hils
|
61a657fe56
|
Merge pull request #1045 from mitmproxy/py3-scripts
Port mitmproxy.script to Python 3
|
2016-03-20 11:31:56 +01:00 |
|
Thomas Kriechbaumer
|
d99194fccc
|
Merge pull request #1043 from mitmproxy/better-scripts
Better scripts
|
2016-03-19 20:33:14 +01:00 |
|
Maximilian Hils
|
b0a16dee20
|
fix script exception display
|
2016-03-19 20:27:03 +01:00 |
|
Maximilian Hils
|
4b955da94e
|
fix pyOpenSSL version
|
2016-03-19 20:09:00 +01:00 |
|
Maximilian Hils
|
7b4fcc8577
|
update pyOpenSSL
|
2016-03-19 20:02:30 +01:00 |
|
Maximilian Hils
|
c52c59f858
|
port mitmproxy.scripts to py3
|
2016-03-19 19:53:27 +01:00 |
|
Maximilian Hils
|
4be9074b49
|
fix tests on OSX
|
2016-03-19 19:19:36 +01:00 |
|
Maximilian Hils
|
fb0b17ee93
|
simplify tests for @concurrent
|
2016-03-19 03:04:55 +01:00 |
|
Maximilian Hils
|
7e49b8c186
|
add tests for mitmproxy.script.reloader
|
2016-03-19 03:04:55 +01:00 |
|
Maximilian Hils
|
898f5d10b9
|
improve mitmproxy.scripts semantics, clean up tests
|
2016-03-19 03:04:55 +01:00 |
|
Maximilian Hils
|
36fb8a32f4
|
restrict cryptography version for pyopenssl compat
|
2016-03-19 03:04:08 +01:00 |
|
Maximilian Hils
|
b90579fe45
|
fix dependency versions
|
2016-03-18 14:59:49 +01:00 |
|
Maximilian Hils
|
afb24d8c4c
|
Merge remote-tracking branch 'origin/requires-io-master'
|
2016-03-18 14:57:16 +01:00 |
|
Maximilian Hils
|
f5a6ebf584
|
remove code duplication
|
2016-03-18 14:54:42 +01:00 |
|
requires.io
|
c8ddd87837
|
[requires.io] dependency update
|
2016-03-18 14:52:59 +01:00 |
|
Thomas Kriechbaumer
|
4cd170d36c
|
Merge pull request #1040 from felixonmars/patch-1
Allow lxml 3.6
|
2016-03-18 09:29:58 +01:00 |
|
Felix Yan
|
b751598da9
|
Allow lxml 3.6
All tests passed here, and it works fine.
|
2016-03-18 12:23:47 +08:00 |
|
Maximilian Hils
|
983b0dd4f6
|
Merge pull request #1014 from ikoz/master
New option: Add server certs to client chain
|
2016-03-17 02:28:00 +01:00 |
|
ikoz
|
b4e7aaf2f6
|
Make the add-server-certs-to-client-chain and verify-upstream-cert options mutually exclusive whily processing the proxy options. Do the same for the add-server-certs-to-client-chain and no-upstream-cert options.
|
2016-03-16 22:57:57 +00:00 |
|
ikoz
|
8ed491201a
|
Revert "Create mutually exclusive group for add-server-certs-to-client-chain and verify-upstream-cert command line options. These are not meaningful together."
This reverts commit 02e378486b .
|
2016-03-16 22:45:27 +00:00 |
|
ikoz
|
9cc55f211f
|
Rename 'server' to 'upstream' in identifiers related to the AddServerCertsToClientChain feature
|
2016-03-16 19:20:18 +00:00 |
|
ikoz
|
02e378486b
|
Create mutually exclusive group for add-server-certs-to-client-chain and verify-upstream-cert command line options. These are not meaningful together.
|
2016-03-16 19:15:44 +00:00 |
|
ikoz
|
d26c7f4ca5
|
Move more init things inside AddServerCertsToClientChainMixin
|
2016-03-16 18:43:51 +00:00 |
|
ikoz
|
efc3e942d5
|
Restructuring of the AddServerCertsToClientChain test so that it uses a Mixin - also removed some extra printf statements
|
2016-03-16 17:43:48 +00:00 |
|
Maximilian Hils
|
f118d9abb1
|
Merge pull request #1032 from cle1000/patch-2
Update modify_response_body.py
|
2016-03-16 16:45:42 +01:00 |
|
Maximilian Hils
|
2a20fc59b2
|
Merge pull request #1030 from xhy940801/socks
Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS
|
2016-03-16 12:16:52 +01:00 |
|
Thomas Kriechbaumer
|
0ab9e60168
|
Merge pull request #1019 from lilydjwg/master
add resolved IP address in "Details" tab
|
2016-03-15 23:28:08 +01:00 |
|
ikoz
|
776e625413
|
Add tests for add-server-certs-to-client-chain feature
|
2016-03-15 14:58:38 +00:00 |
|
ikoz
|
9b970b0303
|
fix for sslinfo cert chain printing bug - now all certs get printed
|
2016-03-15 14:40:54 +00:00 |
|
cle1000
|
0a478e4e39
|
Update modify_response_body.py
fix typo
|
2016-03-15 15:36:10 +01:00 |
|
lilydjwg
|
eecadadce3
|
use "peer_address" instead of "sock_address"
|
2016-03-15 21:32:06 +08:00 |
|
yonder
|
ba933dff2c
|
Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS
|
2016-03-15 14:33:20 +08:00 |
|
lilydjwg
|
20ec502032
|
fix tests for "sock_address"
|
2016-03-14 22:17:12 +08:00 |
|
Maximilian Hils
|
4604c25c60
|
fix #1025, refs #983
|
2016-03-12 23:55:56 +01:00 |
|
Maximilian Hils
|
d3a55cd3f0
|
Merge pull request #1027 from gzzhanghao/vscroll
[web] fix virtual scroll range
|
2016-03-12 19:00:16 +01:00 |
|
Maximilian Hils
|
e0f1f13c14
|
minor pyinstaller fixes
|
2016-03-12 18:55:25 +01:00 |
|
Jason
|
ae61025d5d
|
[web] fix virtual scroll range
|
2016-03-12 23:06:21 +08:00 |
|