Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | update comments | Matthew Shao | 2016-03-26 | 3 | -7/+7 | |
| | * | | update document for the removal of CONTENT_MISSING | Matthew Shao | 2016-03-26 | 1 | -2/+1 | |
| | * | | replace CONTENT_MISSING with None. | Matthew Shao | 2016-03-26 | 14 | -47/+37 | |
| | * | | Setting CONTENT_MISSING to None | Matthew Shao | 2016-03-26 | 1 | -1/+1 | |
| |/ / | ||||||
| | * | merge | Zohar Lorberbaum | 2016-03-28 | 1 | -1/+0 | |
| | * | Merge remote-tracking branch 'mitmproxy/master' | Zohar Lorberbaum | 2016-03-28 | 1 | -1/+0 | |
| | * | Merge with master | Zohar Lorberbaum | 2016-03-28 | 27 | -86/+96 | |
| | * | cleaner target url | Zohar Lorberbaum | 2016-03-28 | 2 | -6/+7 | |
| | * | locust_task re-use locust_code. | Zohar Lorberbaum | 2016-03-27 | 2 | -69/+25 | |
| | * | pep8 | Zohar Lorberbaum | 2016-03-25 | 2 | -20/+20 | |
| | * | Add UI shortcuts. | Zohar Lorberbaum | 2016-03-24 | 5 | -0/+18 | |
| | * | Flow export to locust.io load test tool. | Zohar Lorberbaum | 2016-03-23 | 2 | -4/+308 | |
| |/ | ||||||
* / | snapshots: fix build tag | Maximilian Hils | 2016-03-31 | 1 | -1/+2 | |
|/ | ||||||
* | py3++ | Maximilian Hils | 2016-03-20 | 4 | -22/+30 | |
* | netlib: request.path can be None | Maximilian Hils | 2016-03-20 | 2 | -2/+10 | |
* | py3++ | Maximilian Hils | 2016-03-20 | 6 | -26/+44 | |
* | py3++ | Maximilian Hils | 2016-03-20 | 3 | -52/+22 | |
* | py3++ | Maximilian Hils | 2016-03-20 | 9 | -38/+37 | |
* | Merge pull request #1047 from mitmproxy/no-coverage-by-default | Thomas Kriechbaumer | 2016-03-20 | 3 | -3/+3 | |
|\ | ||||||
| * | py.test: disable coverage collection by default | Maximilian Hils | 2016-03-20 | 3 | -3/+3 | |
* | | py3++: iteritems | Maximilian Hils | 2016-03-20 | 6 | -20/+28 | |
* | | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 15 | -66/+59 | |
|/ | ||||||
* | Merge pull request #1045 from mitmproxy/py3-scripts | Maximilian Hils | 2016-03-20 | 11 | -26/+41 | |
|\ | ||||||
| * | fix script exception display | Maximilian Hils | 2016-03-19 | 1 | -2/+4 | |
| * | port mitmproxy.scripts to py3 | Maximilian Hils | 2016-03-19 | 10 | -24/+37 | |
* | | Merge pull request #1043 from mitmproxy/better-scripts | Thomas Kriechbaumer | 2016-03-19 | 12 | -161/+186 | |
|\| | ||||||
| * | fix tests on OSX | Maximilian Hils | 2016-03-19 | 1 | -5/+10 | |
| * | simplify tests for @concurrent | Maximilian Hils | 2016-03-19 | 3 | -89/+33 | |
| * | add tests for mitmproxy.script.reloader | Maximilian Hils | 2016-03-19 | 2 | -3/+32 | |
| * | improve mitmproxy.scripts semantics, clean up tests | Maximilian Hils | 2016-03-19 | 8 | -72/+119 | |
* | | fix pyOpenSSL version | Maximilian Hils | 2016-03-19 | 1 | -1/+1 | |
* | | update pyOpenSSL | Maximilian Hils | 2016-03-19 | 1 | -2/+2 | |
|/ | ||||||
* | restrict cryptography version for pyopenssl compat | Maximilian Hils | 2016-03-19 | 1 | -1/+1 | |
* | fix dependency versions | Maximilian Hils | 2016-03-18 | 1 | -4/+4 | |
* | Merge remote-tracking branch 'origin/requires-io-master' | Maximilian Hils | 2016-03-18 | 1 | -4/+4 | |
|\ | ||||||
| * | [requires.io] dependency update | requires.io | 2016-03-18 | 1 | -4/+4 | |
* | | remove code duplication | Maximilian Hils | 2016-03-18 | 1 | -9/+6 | |
|/ | ||||||
* | Merge pull request #1040 from felixonmars/patch-1 | Thomas Kriechbaumer | 2016-03-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Allow lxml 3.6 | Felix Yan | 2016-03-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1014 from ikoz/master | Maximilian Hils | 2016-03-17 | 7 | -6/+86 | |
|\ | ||||||
| * | Make the add-server-certs-to-client-chain and verify-upstream-cert options mu... | ikoz | 2016-03-16 | 1 | -3/+15 | |
| * | Revert "Create mutually exclusive group for add-server-certs-to-client-chain ... | ikoz | 2016-03-16 | 1 | -3/+2 | |
| * | Rename 'server' to 'upstream' in identifiers related to the AddServerCertsToC... | ikoz | 2016-03-16 | 5 | -22/+22 | |
| * | Create mutually exclusive group for add-server-certs-to-client-chain and veri... | ikoz | 2016-03-16 | 1 | -2/+3 | |
| * | Move more init things inside AddServerCertsToClientChainMixin | ikoz | 2016-03-16 | 1 | -20/+13 | |
| * | Restructuring of the AddServerCertsToClientChain test so that it uses a Mixin... | ikoz | 2016-03-16 | 1 | -38/+25 | |
| * | Add tests for add-server-certs-to-client-chain feature | ikoz | 2016-03-15 | 2 | -0/+62 | |
| * | fix for sslinfo cert chain printing bug - now all certs get printed | ikoz | 2016-03-15 | 1 | -2/+3 | |
| * | New option: Add server certs to client chain | ikoz | 2016-03-08 | 4 | -1/+26 | |
* | | Merge pull request #1032 from cle1000/patch-2 | Maximilian Hils | 2016-03-16 | 1 | -1/+1 | |
|\ \ |