Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #916 from dufferzafar/export-code | Maximilian Hils | 2016-02-10 | 1 | -0/+148 |
|\ | |||||
| * | Use classes to test a command, move code to separate methods under | Shadab Zafar | 2016-02-09 | 1 | -114/+126 |
| * | Use textwrap.dedent to improve readability of tests | Shadab Zafar | 2016-02-09 | 1 | -51/+82 |
| * | Rename test_export_flow.py to test_flow_export.py | Shadab Zafar | 2016-02-09 | 1 | -0/+0 |
| * | Fix content length header issues | Shadab Zafar | 2016-02-08 | 1 | -2/+6 |
| * | Tests for flow_export.raw_request | Shadab Zafar | 2016-02-08 | 1 | -1/+23 |
| * | Tests for flow_export.python_code | Shadab Zafar | 2016-02-08 | 1 | -0/+46 |
| * | Test exact return value of flow_export.curl_command | Shadab Zafar | 2016-02-08 | 1 | -4/+15 |
| * | Add some basic tests for flow_exports | Shadab Zafar | 2016-02-08 | 1 | -0/+22 |
* | | make stateobject simpler and stricter | Maximilian Hils | 2016-02-08 | 2 | -6/+16 |
* | | fix #876 | Maximilian Hils | 2016-02-08 | 1 | -0/+5 |
* | | fix http2 race condition | Thomas Kriechbaumer | 2016-02-04 | 1 | -12/+54 |
* | | cleanup | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | | improve test reliability | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+8 |
* | | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 1 | -7/+7 |
* | | code formatting | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+5 |
* | | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -7/+72 |
* | | test stream resets in push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+37 |
* | | refactor http2 tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -85/+149 |
* | | remove print | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+0 |
* | | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 1 | -3/+88 |
* | | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+4 |
* | | silence 3rd party module loggers | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+5 |
* | | exclude tests if no alpn support present | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 |
* | | add http2 full-stack test | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+117 |
* | | rename test file | Thomas Kriechbaumer | 2016-02-04 | 1 | -27/+0 |
* | | fix import in tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
|/ | |||||
* | tests: use relative imports | Maximilian Hils | 2016-02-02 | 19 | -21/+19 |
* | silence third-party modules | Maximilian Hils | 2016-02-02 | 1 | -0/+8 |
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 26 | -26/+82 |
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 9 | -21/+7 |
* | Merge pull request #872 from bazzinotti/inline-tcp | Maximilian Hils | 2016-01-17 | 2 | -0/+15 |
|\ | |||||
| * | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 2 | -0/+15 |
* | | fix #659 | Maximilian Hils | 2016-01-02 | 1 | -1/+7 |
|/ | |||||
* | clientcert tests: fix whitespace | Michael J. Bazzinotti | 2015-12-29 | 1 | -0/+2 |
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 3 | -17/+18 |
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 2 | -1/+14 |
* | test flow conversion | Maximilian Hils | 2015-12-03 | 3 | -0/+87 |
* | add tnetstring inspection tool | Maximilian Hils | 2015-12-02 | 1 | -0/+32 |
* | disable concurrency tests on appveyor | Maximilian Hils | 2015-11-29 | 2 | -2/+3 |
* | lessen test race conditions | Maximilian Hils | 2015-11-29 | 2 | -2/+2 |
* | remove unnecessary race conditions in tests | Maximilian Hils | 2015-11-27 | 1 | -8/+2 |
* | add memoryleak debug script | Maximilian Hils | 2015-11-26 | 1 | -0/+38 |
* | skip timing tests on appveyor | Maximilian Hils | 2015-11-24 | 3 | -5/+18 |
* | fix appveyor race conditions in tests | Maximilian Hils | 2015-11-14 | 1 | -6/+4 |
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 2 | -13/+14 |
|\ | |||||
* \ | Merge pull request #833 from zbuc/contentview_scripts | Maximilian Hils | 2015-11-13 | 3 | -0/+68 |
|\ \ | |||||
| * | | Feedback from PR #832 | Chris Czub | 2015-11-13 | 3 | -22/+17 |
| * | | Add custom content view plugin support for mitmproxy/mitmdump | Chris Czub | 2015-11-13 | 2 | -0/+59 |
| * | | Add new contentviews' content type mappings | Chris Czub | 2015-11-13 | 1 | -0/+1 |