| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 2 | -1/+0 |
| | | |||||
| * | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -544/+1 |
| | | |||||
| * | Use handlers in http2 test suite | Aldo Cortesi | 2016-06-14 | 1 | -100/+100 |
| | | |||||
| * | http2.frame -> http2.framereader | Aldo Cortesi | 2016-05-31 | 1 | -3/+3 |
| | | |||||
| * | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -13/+13 |
| | | | | | | - 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. | ||||
| * | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -9/+10 |
| | | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
| * | fix tests | Maximilian Hils | 2016-05-28 | 1 | -2/+2 |
| | | |||||
| * | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -1/+0 |
| | | |||||
| * | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -3/+3 |
| | | | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies. | ||||
| * | Merge pull request #1073 from mitmproxy/first-line-format | Thomas Kriechbaumer | 2016-04-03 | 1 | -6/+6 |
| |\ | | | | | form_(in|out) -> first_line_format | ||||
| | * | form_(in|out) -> first_line_format | Maximilian Hils | 2016-04-02 | 1 | -6/+6 |
| | | | |||||
| * | | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -2/+2 |
| |/ | |||||
| * | move tservers helper | Thomas Kriechbaumer | 2016-02-16 | 1 | -1/+2 |
| | | |||||
| * | fix ALPN checks | Maximilian Hils | 2016-02-15 | 1 | -2/+2 |
| | | |||||
| * | move tests into shared folder | Maximilian Hils | 2016-02-15 | 2 | -0/+540 |
