Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: shift test_data out of our public API | Aldo Cortesi | 2018-04-23 | 1 | -2/+2 |
| | |||||
* | rename TLS/SSL-related functions | Thomas Kriechbaumer | 2018-01-06 | 1 | -4/+4 |
| | | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for function names. | ||||
* | nuke old openssl | Thomas Kriechbaumer | 2017-07-25 | 1 | -15/+0 |
| | |||||
* | pytest.raises: shim new API | Thomas Kriechbaumer | 2017-02-08 | 1 | -4/+4 |
| | |||||
* | replace tutils.raises with pytest.raises + shim | Thomas Kriechbaumer | 2017-02-02 | 1 | -6/+10 |
| | |||||
* | nuke mock dependency | Thomas Kriechbaumer | 2017-01-22 | 1 | -1/+1 |
| | | | | This is already included in Python 3.3+ as unittest.mock | ||||
* | simplify ALPN and OpenSSL on macOS | Thomas Kriechbaumer | 2016-12-04 | 1 | -42/+55 |
| | |||||
* | tests: pathod/tutils.py -> pathod/tservers.py | Aldo Cortesi | 2016-11-02 | 1 | -6/+6 |
| | | | | And remove all aliases for mitmproxy.test.tutils | ||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 1 | -3/+3 |
| | |||||
* | netlib.tutils -> mitmproxy.test.tutils | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
| | | | | There's a LOT more to be done refactoring our different conflicting test utils. | ||||
* | netlib.exceptions.* -> mitmproxy.exceptions | Aldo Cortesi | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | test & examples: zap six | Aldo Cortesi | 2016-10-17 | 1 | -8/+7 |
| | |||||
* | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -2/+2 |
| | |||||
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 1 | -4/+6 |
| | |||||
* | Py3: Use BytesIO in a pathoc test | Shadab Zafar | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | Unexpected spaces around = | Shadab Zafar | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Py3: pathoc | Shadab Zafar | 2016-06-15 | 1 | -15/+16 |
| | |||||
* | Be stricter about handling connetcts in the pathoc test suite | Aldo Cortesi | 2016-06-12 | 1 | -1/+7 |
| | | | | Attempt to clear a niggling Appveyor exception buggering up our CI. | ||||
* | Fix sequencing in Pathoc websocket termination test | Aldo Cortesi | 2016-06-06 | 1 | -3/+4 |
| | |||||
* | Make more of the pathod test suite use synchronisation | Aldo Cortesi | 2016-06-06 | 1 | -39/+11 |
| | |||||
* | Remove last vestiges of noapi and noweb from pathod | Aldo Cortesi | 2016-06-05 | 1 | -0/+1 |
| | | | | Also hide HTTP2 freeze bug by making explain configurable in the tests | ||||
* | First-order removal of pathod API and app | Aldo Cortesi | 2016-06-05 | 1 | -82/+43 |
| | |||||
* | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 1 | -1/+1 |
| | | | | | | | | This is just inherently not a determinisitc test. We don't use the log HTTP interface any more, so it can just go. A more radical "solution" is inbound shortly. Fixes #1207 | ||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -3/+3 |
| | |||||
* | tests: properly skip pathod tests | Maximilian Hils | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 1 | -7/+7 |
| | |||||
* | suppress pathoc test timeouts on windows | Maximilian Hils | 2016-02-27 | 1 | -0/+2 |
| | |||||
* | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | update README.rst, minor fixes | Maximilian Hils | 2016-02-15 | 1 | -0/+2 |
| | |||||
* | fix ALPN checks | Maximilian Hils | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 1 | -0/+308 |