aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1121 from Kriechi/fix-cookiesThomas Kriechbaumer2016-05-114-5/+29
|\ | | | | improve cookie parsing
| * replace SimpleCookie with our own parser libThomas Kriechbaumer2016-05-111-1/+16
| |
| * improve cookie parsingThomas Kriechbaumer2016-05-103-4/+13
| | | | | | | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118
* | improve script loadingMaximilian Hils2016-05-113-18/+20
| |
* | actually fix testsMaximilian Hils2016-05-101-2/+2
| |
* | Revert "fix tests"Maximilian Hils2016-05-101-2/+2
| | | | | | | | This reverts commit f315dc1eb9f4701548fd57bbb38de1e9caa34e40.
* | fix testsMaximilian Hils2016-05-101-2/+2
|/
* fix #1120Maximilian Hils2016-05-091-0/+12
|
* stateobject: support listsMaximilian Hils2016-04-291-0/+63
|
* mitmdump: don't fail for other flowtypesMaximilian Hils2016-04-291-1/+1
|
* remove netlib version checkMaximilian Hils2016-04-291-13/+0
|
* FlowReadError -> FlowReadExceptionMaximilian Hils2016-04-292-8/+6
|
* support for setting/sending multiple cookies (#1091)Steven Van Acker2016-04-221-0/+19
| | | | | | * support for setting/sending multiple cookies * py.test for multiple cookie support
* silence flaky pathod testMaximilian Hils2016-04-211-0/+1
|
* downgrade pyparsing to fix #1087 and #1090Maximilian Hils2016-04-211-3/+9
|
* cleanup mitmproxy.controller, raise Kill in Channel (#1085)Maximilian Hils2016-04-144-18/+109
|
* py3++Maximilian Hils2016-04-133-6/+6
|
* peer_address -> ip_addressMaximilian Hils2016-04-111-1/+1
|
* server replay: keep --kill activeMaximilian Hils2016-04-092-12/+3
|
* Merge branch 'better-replace'Maximilian Hils2016-04-033-4/+23
|\
| * improve .replace() and move it into netlibMaximilian Hils2016-04-023-4/+23
| |
* | Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-033-32/+39
|\ \ | | | | | | move HTTPResponse.refresh into netlib
| * | move HTTPResponse.refresh into netlibMaximilian Hils2016-04-023-32/+39
| | |
* | | Merge pull request #1073 from mitmproxy/first-line-formatThomas Kriechbaumer2016-04-032-14/+14
|\ \ \ | | | | | | | | form_(in|out) -> first_line_format
| * | | form_(in|out) -> first_line_formatMaximilian Hils2016-04-022-14/+14
| |/ /
* / / response.msg -> response.reasonMaximilian Hils2016-04-021-2/+2
|/ /
* / fix FlowMaster.create_request, add testMaximilian Hils2016-04-021-0/+5
|/
* add Serializeable.copyMaximilian Hils2016-04-021-0/+27
|
* mergeZohar Lorberbaum2016-03-281-1/+0
|
* Merge remote-tracking branch 'mitmproxy/master'Zohar Lorberbaum2016-03-281-1/+0
| | | | Merge with master
* Merge with masterZohar Lorberbaum2016-03-285-13/+35
|
* cleaner target urlZohar Lorberbaum2016-03-281-6/+6
|
* locust_task re-use locust_code.Zohar Lorberbaum2016-03-271-15/+14
|
* pep8Zohar Lorberbaum2016-03-251-12/+12
|
* Add UI shortcuts.Zohar Lorberbaum2016-03-241-0/+9
|
* Flow export to locust.io load test tool.Zohar Lorberbaum2016-03-231-2/+187
|
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+6
|
* py3++Maximilian Hils2016-03-202-51/+21
|
* py3++Maximilian Hils2016-03-202-6/+6
|
* py3++: cStringIOMaximilian Hils2016-03-2012-59/+52
|
* port mitmproxy.scripts to py3Maximilian Hils2016-03-191-1/+1
|
* fix tests on OSXMaximilian Hils2016-03-191-5/+10
|
* simplify tests for @concurrentMaximilian Hils2016-03-193-89/+33
|
* add tests for mitmproxy.script.reloaderMaximilian Hils2016-03-191-0/+29
|
* improve mitmproxy.scripts semantics, clean up testsMaximilian Hils2016-03-195-70/+107
|
* Merge pull request #1014 from ikoz/masterMaximilian Hils2016-03-172-0/+42
|\ | | | | New option: Add server certs to client chain
| * Rename 'server' to 'upstream' in identifiers related to the ↵ikoz2016-03-162-14/+14
| | | | | | | | AddServerCertsToClientChain feature
| * Move more init things inside AddServerCertsToClientChainMixinikoz2016-03-161-20/+13
| |
| * Restructuring of the AddServerCertsToClientChain test so that it uses a ↵ikoz2016-03-161-38/+25
| | | | | | | | Mixin - also removed some extra printf statements
| * Add tests for add-server-certs-to-client-chain featureikoz2016-03-152-0/+62
| |