aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-022-43/+4
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-023-11/+12
* Fix non-deterministic test failures in exportAldo Cortesi2016-06-021-10/+11
* Un-break mitmproxy consoleAldo Cortesi2016-06-011-1/+1
* Fix test suiteAldo Cortesi2016-06-013-12/+14
* Fix lint harderAldo Cortesi2016-06-011-9/+9
* Merge branch 'module-imports' of github.com:mitmproxy/mitmproxy into module-i...Aldo Cortesi2016-06-012-18/+15
|\
| * fix importsMaximilian Hils2016-05-312-16/+13
| * fix PIL importMaximilian Hils2016-05-311-2/+2
* | Satisfy lintAldo Cortesi2016-06-015-6/+8
|/
* use module-level imports onlyMaximilian Hils2016-05-3165-487/+598
* be more strict about module namespacesMaximilian Hils2016-05-313-8/+8
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-2/+2
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-316-55/+19
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-312-6/+7
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-315-5/+5
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-314-8/+9
* Start cleaning up netlib.utilsAldo Cortesi2016-05-313-6/+7
* Extend pseudo-header treatment to :status on responsesAldo Cortesi2016-05-311-2/+6
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-1/+9
* tell flake8 that type-annotation imports are okayMaximilian Hils2016-05-302-3/+3
* split mitmproxy.flow into mitmproxy.flow.*Maximilian Hils2016-05-309-1261/+1274
* start of developing server side for options (#1155)Clemens Brunner2016-05-294-154/+440
* Satisfy flake8Aldo Cortesi2016-05-302-2/+7
* handle_* -> * leftoversMaximilian Hils2016-05-294-9/+12
* cleanupThomas Kriechbaumer2016-05-291-1/+1
* more style cleanupThomas Kriechbaumer2016-05-292-13/+23
* more style cleanupThomas Kriechbaumer2016-05-293-2/+10
* more style cleanupThomas Kriechbaumer2016-05-292-4/+5
* fix docs typoMaximilian Hils2016-05-294-520/+0
* controller.ControlError -> exceptions.ControlExceptionAldo Cortesi2016-05-292-12/+11
* Add some comments to controller wrapper.Aldo Cortesi2016-05-291-0/+5
* Adapt examplesAldo Cortesi2016-05-291-7/+9
* handle_* -> *Aldo Cortesi2016-05-296-42/+46
* Explicitly list all eventsAldo Cortesi2016-05-291-0/+23
* Flatten ServerMaster into MasterAldo Cortesi2016-05-292-33/+9
* Merge branch 'master' into solidcoreAldo Cortesi2016-05-2915-28/+41
|\
| * mitmproxy: fix most flake8 offensesThomas Kriechbaumer2016-05-2812-19/+36
| * cleanup imports with flake8Thomas Kriechbaumer2016-05-284-9/+5
* | Be stricter about the handler call signatureAldo Cortesi2016-05-282-2/+7
* | Zap stray debugging callAldo Cortesi2016-05-281-1/+0
* | Make @controller.handler inheritance-friendlyAldo Cortesi2016-05-285-14/+35
* | Mandate that all handlers must be wrapped, make tests passAldo Cortesi2016-05-283-16/+18
* | Sketch out a more solid coreAldo Cortesi2016-05-283-19/+57
|/
* Merge pull request #1127 from mitmproxy/tcp-flowsThomas Kriechbaumer2016-05-238-56/+138
|\
| * add FlowMaster.active_flowsMaximilian Hils2016-05-192-12/+12
| * fix tests, don't double-add error'd flowsMaximilian Hils2016-05-191-2/+0
| * minor fixes, adjust testsMaximilian Hils2016-05-192-3/+3
| * mimtdump: add basic support for tcp flowsMaximilian Hils2016-05-197-55/+139
* | minor fixes (#1165)Maximilian Hils2016-05-233-7/+2