Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'duffer/pathod-lang-generators' | Maximilian Hils | 2016-06-02 | 1 | -5/+8 |
|\ | |||||
| * | Py3: Return bytes from FileGenerator | Shadab Zafar | 2016-06-02 | 1 | -4/+6 |
| | | | | | | | | and use __getitem__ instead of __getslice__ | ||||
| * | Py3: Return bytes from RandomGenerator | Shadab Zafar | 2016-06-02 | 1 | -1/+2 |
| | | | | | | | | and use __getitem__ rather than __getslice__ | ||||
* | | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 3 | -23/+23 |
| | | |||||
* | | Consolidate some functions to strutils.bytes_to_escaped_str | Aldo Cortesi | 2016-06-02 | 1 | -11/+0 |
| | | |||||
* | | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 2 | -37/+40 |
| | | | | | | | | Extract a number of string and format-related functions to netlib.strutils. | ||||
* | | Fix non-deterministic test failures in export | Aldo Cortesi | 2016-06-02 | 1 | -2/+4 |
|/ | | | | | We had various places in the code where we relied on incidental order of dict keys. Add a helper to multidict, and fix. | ||||
* | Merge pull request #1180 from dufferzafar/pathod-base | Maximilian Hils | 2016-05-31 | 1 | -12/+12 |
|\ | | | | | Python 3 - pathod.language.base | ||||
| * | Py3: Use byte literals for comparison | Shadab Zafar | 2016-05-31 | 1 | -12/+12 |
| | | |||||
* | | be more strict about module namespaces | Maximilian Hils | 2016-05-31 | 1 | -2/+1 |
|/ | |||||
* | http2.frame -> http2.framereader | Aldo Cortesi | 2016-05-31 | 2 | -10/+10 |
| | |||||
* | Fix test failures | Aldo Cortesi | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 4 | -0/+4 |
| | |||||
* | Unify and make symmetric pretty_size and parse_size | Aldo Cortesi | 2016-05-31 | 1 | -4/+8 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 4 | -39/+31 |
| | | | | implementations | ||||
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 3 | -32/+33 |
| | | | | | | 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 | 2 | -12/+12 |
| | | | | Placing this next to its only use. | ||||
* | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 2 | -22/+22 |
| | | | | 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 | 3 | -67/+68 |
| | |||||
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 4 | -47/+47 |
| | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
* | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 1 | -1/+4 |
| | | | | | | | | | - 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. | ||||
* | Fix test import error | Aldo Cortesi | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | split mitmproxy.flow into mitmproxy.flow.* | Maximilian Hils | 2016-05-30 | 1 | -21/+21 |
| | |||||
* | 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 headers order | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | fix #1162 | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+5 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 52 | -86/+93 |
| | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 11 | -57/+63 |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
* | Merge pull request #1172 from cortesi/solidcore | Aldo Cortesi | 2016-05-29 | 6 | -104/+104 |
|\ | | | | | First steps to solidifying the core | ||||
| * | handle_* -> * | Aldo Cortesi | 2016-05-29 | 6 | -66/+58 |
| | | | | | | | | | | Now that we have the controller.handler decorator, the _handler prefix stutters. | ||||
| * | Explicitly list all events | Aldo Cortesi | 2016-05-29 | 1 | -2/+2 |
| | | |||||
| * | Flatten ServerMaster into Master | Aldo Cortesi | 2016-05-29 | 1 | -5/+2 |
| | | |||||
| * | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-29 | 18 | -28/+21 |
| |\ | |||||
| * | | Make @controller.handler inheritance-friendly | Aldo Cortesi | 2016-05-28 | 1 | -4/+1 |
| | | | | | | | | | | | | Use this to adapt mitmweb and mitproxy console | ||||
| * | | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 2 | -18/+26 |
| | | | | | | | | | | | | mitmproxy, mitmdump and mitmweb masters still to be done | ||||
| * | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 3 | -15/+21 |
| | | | | | | | | | | | | | | | - Decorator for handler methods - Stricter checking for double-acks and non-acks | ||||
* | | | fix tests | Maximilian Hils | 2016-05-28 | 4 | -5/+5 |
| |/ |/| | |||||
* | | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 17 | -25/+18 |
| | | |||||
* | | fix Python 2 tests | Maximilian Hils | 2016-05-28 | 1 | -2/+2 |
| | | |||||
* | | Py3: Use cStringIO from six.moves | Shadab Zafar | 2016-05-28 | 1 | -3/+3 |
|/ | |||||
* | Go Python 3 by default with the bytes conversion | Shadab Zafar | 2016-05-26 | 1 | -2/+4 |
| | |||||
* | Remove inner_repr, fixup escape_unprintables | Shadab Zafar | 2016-05-26 | 1 | -8/+4 |
| | |||||
* | Py3: Handle bytes case in inner_repr | Shadab Zafar | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 2 | -1/+3 |
| | |||||
* | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -3/+6 |
| | |||||
* | Merge pull request #1127 from mitmproxy/tcp-flows | Thomas Kriechbaumer | 2016-05-23 | 5 | -12/+42 |
|\ | | | | | mitmdump: Add Basic Support for TCP Flows | ||||
| * | tests++ | Maximilian Hils | 2016-05-20 | 2 | -2/+32 |
| | | |||||
| * | add FlowMaster.active_flows | Maximilian Hils | 2016-05-19 | 1 | -4/+1 |
| | |