Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix non-deterministic test failures in export | Aldo Cortesi | 2016-06-02 | 1 | -2/+4 |
* | Merge pull request #1180 from dufferzafar/pathod-base | Maximilian Hils | 2016-05-31 | 1 | -12/+12 |
|\ | |||||
| * | 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 implem... | Aldo Cortesi | 2016-05-31 | 4 | -39/+31 |
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 3 | -32/+33 |
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 2 | -12/+12 |
* | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 2 | -22/+22 |
* | 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 |
* | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 1 | -1/+4 |
* | 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 |
* | Merge pull request #1172 from cortesi/solidcore | Aldo Cortesi | 2016-05-29 | 6 | -104/+104 |
|\ | |||||
| * | handle_* -> * | Aldo Cortesi | 2016-05-29 | 6 | -66/+58 |
| * | 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 |
| * | | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 2 | -18/+26 |
| * | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 3 | -15/+21 |
* | | | 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 |
|\ | |||||
| * | tests++ | Maximilian Hils | 2016-05-20 | 2 | -2/+32 |
| * | add FlowMaster.active_flows | Maximilian Hils | 2016-05-19 | 1 | -4/+1 |
| * | tests: finish connections properly | Maximilian Hils | 2016-05-19 | 1 | -0/+1 |
| * | fix tests, don't double-add error'd flows | Maximilian Hils | 2016-05-19 | 1 | -1/+3 |
| * | minor fixes, adjust tests | Maximilian Hils | 2016-05-19 | 3 | -10/+10 |