aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/models/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-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 fileThomas Kriechbaumer2016-10-171-1/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* docs: cleanups improvements and fighting sphinxAldo Cortesi2016-10-161-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 Freed2016-06-181-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 onlyMaximilian Hils2016-05-311-4/+4
|
* mimtdump: add basic support for tcp flowsMaximilian Hils2016-05-191-1/+4
|
* Revert "fix tests"Maximilian Hils2016-05-101-4/+1
| | | | This reverts commit f315dc1eb9f4701548fd57bbb38de1e9caa34e40.
* fix testsMaximilian Hils2016-05-101-1/+4
|
* mitmdump: don't fail for other flowtypesMaximilian Hils2016-04-291-0/+5
|
* peer_address -> ip_addressMaximilian Hils2016-04-111-1/+2
|
* combine projectsMaximilian Hils2016-02-181-0/+16