aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Py3: Use six.string_types instead of basestringShadab Zafar2016-05-311-1/+2
| | |
| | * Py3: Use range from six.movesShadab Zafar2016-05-311-1/+2
| | |
| * | be more strict about module namespacesMaximilian Hils2016-05-315-14/+13
| |/
* | Merge branch 'master' of github.com:cortesi/mitmproxyAldo Cortesi2016-06-0145-614/+622
|\|
| * Merge pull request #1179 from cortesi/reorgAldo Cortesi2016-05-3145-604/+587
| |\ | | | | | | Start reorganising */utils.py
| | * Fix tests harderAldo Cortesi2016-05-311-2/+2
| | |
| | * http2.frame -> http2.framereaderAldo Cortesi2016-05-314-12/+12
| | |
| | * Fix test failuresAldo Cortesi2016-05-311-1/+1
| | |
| | * Satisfy flake8Aldo Cortesi2016-05-319-2/+9
| | |
| | * Unify and make symmetric pretty_size and parse_sizeAldo Cortesi2016-05-312-21/+24
| | |
| | * Move human-friendly format functions to netlib.human, remove redundant ↵Aldo Cortesi2016-05-3117-141/+110
| | | | | | | | | | | | implementations
| | * utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-319-95/+101
| | | | | | | | | | | | | | | | | | also utils.parse_content_type -> http.headers.parse_content_type
| | * netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-314-25/+25
| | | | | | | | | | | | Placing this next to its only use.
| | * isascii is unusedAldo Cortesi2016-05-311-8/+0
| | |
| | * Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-3111-42/+42
| | | | | | | | | | | | A pattern we need to use far more often in the codebase
| | * Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-3112-182/+186
| | |
| | * Start cleaning up netlib.utilsAldo Cortesi2016-05-3117-155/+157
| |/ | | | | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes
| * Merge pull request #1178 from cortesi/pseudohdrsAldo Cortesi2016-05-314-10/+35
| |\ | | | | | | Improve handling of HTTP2 pseudo-headers
| | * Extend pseudo-header treatment to :status on responsesAldo Cortesi2016-05-311-2/+6
| | |
| | * Improve handling of pseudo-headersAldo Cortesi2016-05-314-8/+29
| |/ | | | | | | | | | | | | | | | | - The canonical source for :method, :scheme and :path are the .method, .scheme and .path attributes on the request object. - These pseudo-headers are stripped after reading the request, and re-inserted just before sending. - The :authority header remains, and should be handled analagously to the Host header in HTTP1 with respect to display and user interaction.
* / Style guides in READMEAldo Cortesi2016-06-011-0/+9
|/
* Make tox run all tests for 2.7Aldo Cortesi2016-05-311-0/+5
|
* Fix test import errorAldo Cortesi2016-05-311-1/+2
|
* Merge branch 'flow-module-2' of https://github.com/mhils/mitmproxy into ↵Aldo Cortesi2016-05-3110-1282/+1295
|\ | | | | | | mhils-flow-module-2
| * tell flake8 that type-annotation imports are okayMaximilian Hils2016-05-302-3/+3
| |
| * split mitmproxy.flow into mitmproxy.flow.*Maximilian Hils2016-05-3010-1282/+1295
| |
* | activate flake8 for good!Thomas Kriechbaumer2016-05-302-2/+2
|/
* start of developing server side for options (#1155)Clemens Brunner2016-05-298-210/+599
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class * added option route + added very incomplete handler class * moved options to settings * added toggleinputbutton * changed options menu * added option for stream large bodies, but no working * added option for stream large bodies, but no working
* Satisfy flake8Aldo Cortesi2016-05-303-7/+7
|
* Merge branch 'tox' of https://github.com/Kriechi/mitmproxy into Kriechi-toxAldo Cortesi2016-05-303-0/+13
|\
| * add toxThomas Kriechbaumer2016-05-293-0/+13
| |
* | fixThomas Kriechbaumer2016-05-291-1/+1
| |
* | fix windows pathsThomas Kriechbaumer2016-05-291-2/+2
|/
* fix har testThomas Kriechbaumer2016-05-291-5/+5
|
* fix bytes vs. strThomas Kriechbaumer2016-05-291-2/+2
|
* fix headers orderThomas Kriechbaumer2016-05-292-3/+3
|
* handle_* -> * leftoversMaximilian Hils2016-05-295-11/+14
|
* cleanupThomas Kriechbaumer2016-05-293-1/+3
|
* raise a more verbose errorThomas Kriechbaumer2016-05-291-3/+3
|
* more style cleanupThomas Kriechbaumer2016-05-293-14/+24
|
* fix #1162Thomas Kriechbaumer2016-05-291-2/+5
|
* more style cleanupThomas Kriechbaumer2016-05-2964-99/+139
|
* fix travis with flake8Thomas Kriechbaumer2016-05-291-1/+1
|
* install flake8Thomas Kriechbaumer2016-05-291-4/+5
|
* more style cleanupThomas Kriechbaumer2016-05-2917-72/+76
| | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test
* change comment indentationThomas Kriechbaumer2016-05-291-3/+3
|
* Merge pull request #1173 from mitmproxy/format-examplesThomas Kriechbaumer2016-05-2911-23/+28
|\ | | | | Format examples
| * format examplesMaximilian Hils2016-05-2911-23/+28
| |
* | Merge pull request #1174 from Kriechi/flake8Thomas Kriechbaumer2016-05-291-0/+1
|\ \ | | | | | | make sure we do not introduce more style offenses
| * | make sure we do not introduce more style offensesThomas Kriechbaumer2016-05-291-0/+1
| | |