aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | minor simplificationsMaximilian Hils2016-04-022-4/+1
|/ / /
* | | improve timing displayMaximilian Hils2016-04-022-58/+64
| | |
* | | fix FlowMaster.create_request, add testMaximilian Hils2016-04-022-0/+6
| | |
* | | fix #1052Maximilian Hils2016-04-021-1/+1
|/ /
* | fix #1067Maximilian Hils2016-04-021-1/+1
| |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-04-021-1/+2
|\ \ | |/ |/|
| * Merge pull request #1066 from fimad/masterMaximilian Hils2016-03-311-1/+2
| |\ | | | | | | Fix XSS vulnerability in HTTP errors
| | * Fix XSS vulnerability in HTTP errorsWill Coster2016-03-311-1/+2
| |/ | | | | | | | | | | | | | | | | | | The make_error_response method does not properly escape characters that end up in the response body. Since the error code can contain user supplied values this leads to a potential XSS vulnerability. Example: echo '<script>alert(1)</script>' | nc localhost 8888
* / add Serializeable.copyMaximilian Hils2016-04-027-19/+34
|/
* travis: checkout full repo for buildsMaximilian Hils2016-03-311-0/+2
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-03-3129-90/+377
|\
| * Merge pull request #1050 from zlorb/masterMaximilian Hils2016-03-295-2/+281
| |\ | | | | | | Flow export to locust.io load test tool [http://locust.io]
| | * Merge remote-tracking branch 'mitmproxy/master'Zohar Lorberbaum2016-03-280-0/+0
| | |\ | | |/ | |/| | | | | | | # Conflicts: # test/mitmproxy/test_flow_export.py
| * | add safeguardThomas Kriechbaumer2016-03-271-1/+2
| | |
| * | improve flow export testsThomas Kriechbaumer2016-03-271-2/+23
| | |
| * | s/nocover/no cover/gThomas Kriechbaumer2016-03-2712-33/+32
| | | | | | | | | according to coveralls docs
| * | increase test timeoutThomas Kriechbaumer2016-03-271-1/+1
| | |
| * | Merge pull request #1055 from MatthewShao/issue#963Thomas Kriechbaumer2016-03-2715-51/+38
| |\ \ | | | | | | | | Simplify '.content' by removing CONTENT_MISSING
| | * | minor fix about if-else statementMatthew Shao2016-03-271-3/+1
| | | |
| | * | update commentsMatthew Shao2016-03-263-7/+7
| | | |
| | * | update document for the removal of CONTENT_MISSINGMatthew Shao2016-03-261-2/+1
| | | |
| | * | replace CONTENT_MISSING with None.Matthew Shao2016-03-2614-47/+37
| | | |
| | * | Setting CONTENT_MISSING to NoneMatthew Shao2016-03-261-1/+1
| |/ /
| | * 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-2827-86/+96
| | |
| | * cleaner target urlZohar Lorberbaum2016-03-282-6/+7
| | |
| | * locust_task re-use locust_code.Zohar Lorberbaum2016-03-272-69/+25
| | |
| | * pep8Zohar Lorberbaum2016-03-252-20/+20
| | |
| | * Add UI shortcuts.Zohar Lorberbaum2016-03-245-0/+18
| | |
| | * Flow export to locust.io load test tool.Zohar Lorberbaum2016-03-232-4/+308
| |/
* / snapshots: fix build tagMaximilian Hils2016-03-311-1/+2
|/
* py3++Maximilian Hils2016-03-204-22/+30
|
* netlib: request.path can be NoneMaximilian Hils2016-03-202-2/+10
|
* py3++Maximilian Hils2016-03-206-26/+44
|
* py3++Maximilian Hils2016-03-203-52/+22
|
* py3++Maximilian Hils2016-03-209-38/+37
|
* Merge pull request #1047 from mitmproxy/no-coverage-by-defaultThomas Kriechbaumer2016-03-203-3/+3
|\ | | | | py.test: disable coverage collection by default
| * py.test: disable coverage collection by defaultMaximilian Hils2016-03-203-3/+3
| |
* | py3++: iteritemsMaximilian Hils2016-03-206-20/+28
| |
* | py3++: cStringIOMaximilian Hils2016-03-2015-66/+59
|/
* Merge pull request #1045 from mitmproxy/py3-scriptsMaximilian Hils2016-03-2011-26/+41
|\ | | | | Port mitmproxy.script to Python 3
| * fix script exception displayMaximilian Hils2016-03-191-2/+4
| |
| * port mitmproxy.scripts to py3Maximilian Hils2016-03-1910-24/+37
| |
* | Merge pull request #1043 from mitmproxy/better-scriptsThomas Kriechbaumer2016-03-1912-161/+186
|\| | | | | Better scripts
| * 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-192-3/+32
| |
| * improve mitmproxy.scripts semantics, clean up testsMaximilian Hils2016-03-198-72/+119
| |
* | fix pyOpenSSL versionMaximilian Hils2016-03-191-1/+1
| |