Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTTP2 response reason is None, render as '' in property. | Brad Dixon | 2020-06-08 | 1 | -2/+6 |
| | | | | | Fixes an error triggered when displaying an HTTP2 response loaded from a file. | ||||
* | minor improvements, tests++ | Maximilian Hils | 2020-04-09 | 1 | -1/+2 |
| | |||||
* | minor sans-io adjustments | Maximilian Hils | 2020-04-05 | 1 | -2/+2 |
| | |||||
* | don't force host header on outgoing requests | Maximilian Hils | 2020-04-04 | 1 | -10/+1 |
| | |||||
* | sync sans-io adjustments | Maximilian Hils | 2020-04-04 | 1 | -14/+16 |
| | |||||
* | fix #3833 | naivekun | 2020-03-02 | 1 | -1/+7 |
| | |||||
* | Merge pull request #3420 from rjt-gupta/multipart-fix | Maximilian Hils | 2019-11-15 | 2 | -11/+47 |
|\ | | | | | multipart-fix | ||||
| * | multipart encoder and tests | rjt-gupta | 2019-02-06 | 2 | -11/+46 |
| | | |||||
| * | multipart-fix | rjt-gupta | 2019-02-06 | 1 | -1/+2 |
| | | |||||
* | | update mypy | Maximilian Hils | 2019-11-12 | 1 | -4/+3 |
| | | |||||
* | | add http message type hints | Maximilian Hils | 2019-10-16 | 3 | -10/+18 |
| | | |||||
* | | Merge pull request #3464 from rjt-gupta/url-fix | Thomas Kriechbaumer | 2019-09-28 | 1 | -6/+15 |
|\ \ | | | | | | | Non ascii characters in url | ||||
| * | | url-fix | rjt-gupta | 2019-02-03 | 1 | -6/+15 |
| |/ | |||||
* | | Merge branch 'master' into tabular | Jesson Soto Ventura | 2019-09-24 | 3 | -4/+24 |
|\ \ | |||||
| * | | encoding: add support for zstd (zstandard) | Tero Saaristo | 2019-09-05 | 3 | -4/+24 |
| | | | | | | | | | | | | Handles zstandard-compressed bodies labeled as zstd. | ||||
* | | | TLD and SLD are now highlighted using publicsuffix | Jesson Soto Ventura | 2019-09-24 | 1 | -0/+2 |
|/ / | | | | | | | - Added time.time() as the default for the start time on fake requests | ||||
* | | update formatdate for cookies and tests to use GMT formatting | Anthony Biondo | 2019-04-16 | 1 | -1/+1 |
| | | |||||
* | | Fix #3502 by using email.utils.formatdate's usegmt argument. | Anthony Biondo | 2019-04-16 | 1 | -1/+1 |
|/ | |||||
* | charset in meta tags (#3411) | Rajat Gupta | 2018-12-13 | 1 | -16/+20 |
| | | | original contribution from @0xHJK in https://github.com/mitmproxy/mitmproxy/pull/3150 | ||||
* | fix Python 3.6 variable type annotations #3053 | oscure76 | 2018-04-14 | 2 | -4/+4 |
| | |||||
* | Merge pull request #2868 from kira0204/data-crash | Maximilian Hils | 2018-03-04 | 1 | -5/+2 |
|\ | | | | | Fix crashing when editing form with random data, fix #2794 | ||||
| * | Testing | kira0204 | 2018-02-19 | 1 | -4/+1 |
| | | |||||
| * | Fixing getter | kira0204 | 2018-02-19 | 1 | -1/+1 |
| | | |||||
| * | fix 2794 | kira0204 | 2018-02-15 | 1 | -1/+1 |
| | | |||||
* | | Misc. typos | luz.paz | 2018-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../mitmproxy-word-whitelist.txt` Where whitelist contains: ``` cas doubleclick nd ot seeked statics te thru ``` | ||||
* | | Fix #2829 | Tran Tien Dat | 2018-02-21 | 1 | -5/+9 |
|/ | |||||
* | keeping consistency, better testing | kira0204 | 2018-02-11 | 1 | -30/+25 |
| | |||||
* | fixing logic | kira0204 | 2018-02-07 | 1 | -7/+7 |
| | |||||
* | Other condition | Miroslav | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | Fix #2399 | Miroslav | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | mitmproxy.types -> mitmproxy.coretypes | Aldo Cortesi | 2017-12-17 | 5 | -5/+5 |
| | | | | | | | | | | The types name is valuable, and we have a better use for it in collecting and exposing types for options and commands. The coretypes module should probably be split up anyway - it contains a threading base class, a few container objects, and the defintion of our serialization protocol. I was tempted to rename it to "uncagegorized" for the sake of honesty. | ||||
* | Bug in expected_http_body_size fix (#2642) | Suraj Tripathi | 2017-11-27 | 1 | -1/+5 |
| | | | fixes #2618 | ||||
* | net.http.url.py changes | Ujjwal Verma | 2017-05-12 | 1 | -21/+3 |
| | |||||
* | fix #2310 | Maximilian Hils | 2017-05-03 | 1 | -1/+2 |
| | |||||
* | fix #2250, add type info to cookie module | Maximilian Hils | 2017-04-26 | 2 | -49/+53 |
| | |||||
* | fixes ipv6 authority form parsing in CONNECT | Robert C Jensen | 2017-04-07 | 1 | -1/+3 |
| | |||||
* | Make mypy succeed with imports on master.py | Aldo Cortesi | 2017-03-17 | 5 | -60/+69 |
| | | | | | | | | | | | | | | | | | | We get little benefit from our mypy QA checks at the moment, because we skip imports. This patch is what's needed to make mypy succeed with imports on a single file: master.py It also updates mypy to the current version, and enables a QA check. Mypy bugs I encountered: dict.update with kwargs not supported: https://github.com/python/mypy/issues/1031 property setters and getters must be adjacent: https://github.com/python/mypy/issues/1465 | ||||
* | add Request.make | Maximilian Hils | 2017-03-15 | 1 | -1/+48 |
| | |||||
* | py3: __ne__ delegates to __eq__ by default | Maximilian Hils | 2017-03-14 | 1 | -6/+0 |
| | |||||
* | Merge pull request #2040 from mhils/request-host-header | Maximilian Hils | 2017-02-18 | 2 | -7/+43 |
|\ | | | | | Add "Request.host_header" | ||||
| * | .headers["host"] -> .host_header | Maximilian Hils | 2017-02-18 | 2 | -8/+7 |
| | | |||||
| * | add request.host_header, fix #2036 | Maximilian Hils | 2017-02-17 | 1 | -0/+37 |
| | | |||||
* | | Merge pull request #2035 from Kriechi/fix-1916 | Thomas Kriechbaumer | 2017-02-18 | 1 | -1/+1 |
|\ \ | |/ |/| | fix #1916 | ||||
| * | fix #1916 | Thomas Kriechbaumer | 2017-02-17 | 1 | -1/+1 |
| | | |||||
* | | Use existing urlencoding conventions when re-encoding edited form #1946 (#2022) | mame82 | 2017-02-16 | 2 | -3/+16 |
|/ | |||||
* | remove FIXME | Thomas Kriechbaumer | 2017-02-09 | 1 | -4/+3 |
| | |||||
* | remove verified remark | Thomas Kriechbaumer | 2017-02-09 | 1 | -1/+0 |
| | |||||
* | Encoding fixes and tests | Ujjwal Verma | 2017-02-05 | 1 | -14/+17 |
| | |||||
* | increase test coverage | Thomas Kriechbaumer | 2017-02-02 | 2 | -5/+6 |
| | |||||
* | minor encoding fixes | Maximilian Hils | 2017-01-07 | 2 | -19/+10 |
| | | | | | | - native() -> always_str() The old function name does not make sense on Python 3 only. - Inline utility functions in message.py. |