Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 9 | -2/+9 |
| | |||||
* | Unify and make symmetric pretty_size and parse_size | Aldo Cortesi | 2016-05-31 | 2 | -21/+24 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 17 | -141/+110 |
| | | | | implementations | ||||
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 9 | -95/+101 |
| | | | | | | also utils.parse_content_type -> http.headers.parse_content_type | ||||
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 4 | -25/+25 |
| | | | | Placing this next to its only use. | ||||
* | isascii is unused | Aldo Cortesi | 2016-05-31 | 1 | -8/+0 |
| | |||||
* | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 11 | -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.url | Aldo Cortesi | 2016-05-31 | 12 | -182/+186 |
| | |||||
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 17 | -155/+157 |
| | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
* | Merge pull request #1178 from cortesi/pseudohdrs | Aldo Cortesi | 2016-05-31 | 4 | -10/+35 |
|\ | | | | | Improve handling of HTTP2 pseudo-headers | ||||
| * | Extend pseudo-header treatment to :status on responses | Aldo Cortesi | 2016-05-31 | 1 | -2/+6 |
| | | |||||
| * | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 4 | -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. | ||||
* | Make tox run all tests for 2.7 | Aldo Cortesi | 2016-05-31 | 1 | -0/+5 |
| | |||||
* | Fix test import error | Aldo Cortesi | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | Merge branch 'flow-module-2' of https://github.com/mhils/mitmproxy into ↵ | Aldo Cortesi | 2016-05-31 | 10 | -1282/+1295 |
|\ | | | | | | | mhils-flow-module-2 | ||||
| * | tell flake8 that type-annotation imports are okay | Maximilian Hils | 2016-05-30 | 2 | -3/+3 |
| | | |||||
| * | split mitmproxy.flow into mitmproxy.flow.* | Maximilian Hils | 2016-05-30 | 10 | -1282/+1295 |
| | | |||||
* | | activate flake8 for good! | Thomas Kriechbaumer | 2016-05-30 | 2 | -2/+2 |
|/ | |||||
* | start of developing server side for options (#1155) | Clemens Brunner | 2016-05-29 | 8 | -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 flake8 | Aldo Cortesi | 2016-05-30 | 3 | -7/+7 |
| | |||||
* | Merge branch 'tox' of https://github.com/Kriechi/mitmproxy into Kriechi-tox | Aldo Cortesi | 2016-05-30 | 3 | -0/+13 |
|\ | |||||
| * | add tox | Thomas Kriechbaumer | 2016-05-29 | 3 | -0/+13 |
| | | |||||
* | | fix | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | | |||||
* | | fix windows paths | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
|/ | |||||
* | fix har test | Thomas Kriechbaumer | 2016-05-29 | 1 | -5/+5 |
| | |||||
* | fix bytes vs. str | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
| | |||||
* | fix headers order | Thomas Kriechbaumer | 2016-05-29 | 2 | -3/+3 |
| | |||||
* | handle_* -> * leftovers | Maximilian Hils | 2016-05-29 | 5 | -11/+14 |
| | |||||
* | cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -1/+3 |
| | |||||
* | raise a more verbose error | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -14/+24 |
| | |||||
* | fix #1162 | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+5 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 64 | -99/+139 |
| | |||||
* | fix travis with flake8 | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | install flake8 | Thomas Kriechbaumer | 2016-05-29 | 1 | -4/+5 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 17 | -72/+76 |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
* | change comment indentation | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1173 from mitmproxy/format-examples | Thomas Kriechbaumer | 2016-05-29 | 11 | -23/+28 |
|\ | | | | | Format examples | ||||
| * | format examples | Maximilian Hils | 2016-05-29 | 11 | -23/+28 |
| | | |||||
* | | Merge pull request #1174 from Kriechi/flake8 | Thomas Kriechbaumer | 2016-05-29 | 1 | -0/+1 |
|\ \ | | | | | | | make sure we do not introduce more style offenses | ||||
| * | | make sure we do not introduce more style offenses | Thomas Kriechbaumer | 2016-05-29 | 1 | -0/+1 |
| | | | |||||
* | | | fix docs typo | Maximilian Hils | 2016-05-29 | 4 | -520/+0 |
| | | | |||||
* | | | Update method names in /examples/flowbasic | Aldo Cortesi | 2016-05-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Please enter the commit message for your changes. Lines starting | ||||
* | | | controller.ControlError -> exceptions.ControlException | Aldo Cortesi | 2016-05-29 | 2 | -12/+11 |
| |/ |/| | |||||
* | | Add some comments to controller wrapper. | Aldo Cortesi | 2016-05-29 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #1172 from cortesi/solidcore | Aldo Cortesi | 2016-05-29 | 16 | -234/+301 |
|\ \ | | | | | | | First steps to solidifying the core | ||||
| * | | Adapt examples | Aldo Cortesi | 2016-05-29 | 3 | -18/+17 |
| | | | |||||
| * | | handle_* -> * | Aldo Cortesi | 2016-05-29 | 12 | -108/+104 |
| | | | | | | | | | | | | | | | Now that we have the controller.handler decorator, the _handler prefix stutters. | ||||
| * | | Explicitly list all events | Aldo Cortesi | 2016-05-29 | 2 | -2/+25 |
| | | | |||||
| * | | Merge branch 'solidcore' of github.com:cortesi/mitmproxy into solidcore | Aldo Cortesi | 2016-05-29 | 0 | -0/+0 |
| |\ \ |