Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all tools into mitmproxy.tools, move models/* to top level | Aldo Cortesi | 2016-10-19 | 1 | -23/+0 |
| | | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy. | ||||
* | remove empty lines at beginning of file | Thomas Kriechbaumer | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | docs: cleanups improvements and fighting sphinx | Aldo Cortesi | 2016-10-16 | 1 | -2/+2 |
| | | | | | | | | - Hide links to internal code listings, and link to github instead - Improve formatting of code/example captions - Fix outdated documentation of command-line options - Complete documentation of all events + improved formatting - tcp_open -> tcp_start, tcp_close -> tcp_end to reduce confusion | ||||
* | mitmproxy/models: missed comma in __all__ | Doug Freed | 2016-06-18 | 1 | -2/+2 |
| | | | | | Spotted by Landscape (thanks @Kriechi for pointing out the site). Add a comma to the last item too, to prevent this from happening in the future and reduce messing up blame later. | ||||
* | use module-level imports only | Maximilian Hils | 2016-05-31 | 1 | -4/+4 |
| | |||||
* | mimtdump: add basic support for tcp flows | Maximilian Hils | 2016-05-19 | 1 | -1/+4 |
| | |||||
* | Revert "fix tests" | Maximilian Hils | 2016-05-10 | 1 | -4/+1 |
| | | | | This reverts commit f315dc1eb9f4701548fd57bbb38de1e9caa34e40. | ||||
* | fix tests | Maximilian Hils | 2016-05-10 | 1 | -1/+4 |
| | |||||
* | mitmdump: don't fail for other flowtypes | Maximilian Hils | 2016-04-29 | 1 | -0/+5 |
| | |||||
* | peer_address -> ip_address | Maximilian Hils | 2016-04-11 | 1 | -1/+2 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+16 |