Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #1120 | Maximilian Hils | 2016-05-09 | 2 | -1/+3 |
| | |||||
* | remove netlib version check | Maximilian Hils | 2016-04-29 | 1 | -14/+0 |
| | |||||
* | fix CONNECT display in upstream mode | Maximilian Hils | 2016-04-20 | 1 | -0/+2 |
| | |||||
* | peer_address -> ip_address | Maximilian Hils | 2016-04-11 | 2 | -3/+4 |
| | |||||
* | bump version | Maximilian Hils | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'better-replace' | Maximilian Hils | 2016-04-03 | 5 | -12/+77 |
|\ | |||||
| * | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 5 | -12/+77 |
| | | |||||
* | | Merge pull request #1074 from mitmproxy/move-response-refresh | Thomas Kriechbaumer | 2016-04-03 | 2 | -0/+68 |
|\ \ | | | | | | | move HTTPResponse.refresh into netlib | ||||
| * | | move HTTPResponse.refresh into netlib | Maximilian Hils | 2016-04-02 | 2 | -0/+68 |
| | | | |||||
* | | | Merge pull request #1073 from mitmproxy/first-line-format | Thomas Kriechbaumer | 2016-04-03 | 2 | -25/+4 |
|\ \ \ | | | | | | | | | form_(in|out) -> first_line_format | ||||
| * | | | form_(in|out) -> first_line_format | Maximilian Hils | 2016-04-02 | 2 | -25/+4 |
| |/ / | |||||
* / / | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -10/+0 |
|/ / | |||||
* / | fix #1067 | Maximilian Hils | 2016-04-02 | 1 | -1/+1 |
|/ | |||||
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 5 | -11/+7 |
| | |||||
* | s/nocover/no cover/g | Thomas Kriechbaumer | 2016-03-27 | 5 | -25/+25 |
| | | | according to coveralls docs | ||||
* | update comments | Matthew Shao | 2016-03-26 | 1 | -4/+4 |
| | |||||
* | replace CONTENT_MISSING with None. | Matthew Shao | 2016-03-26 | 3 | -10/+6 |
| | |||||
* | Setting CONTENT_MISSING to None | Matthew Shao | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | netlib: request.path can be None | Maximilian Hils | 2016-03-20 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1014 from ikoz/master | Maximilian Hils | 2016-03-17 | 1 | -0/+10 |
|\ | | | | | New option: Add server certs to client chain | ||||
| * | New option: Add server certs to client chain | ikoz | 2016-03-08 | 1 | -0/+10 |
| | | | | | | | | | | | | If enabled, append all server certificates to the certificate chain served to the client, as extras. Can be used to bypass certain certificate pinning impementations. | ||||
* | | Merge pull request #1030 from xhy940801/socks | Maximilian Hils | 2016-03-16 | 1 | -1/+57 |
|\ \ | | | | | | | Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS | ||||
| * | | Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS | yonder | 2016-03-15 | 1 | -1/+57 |
| |/ | |||||
* | | use "peer_address" instead of "sock_address" | lilydjwg | 2016-03-15 | 1 | -3/+3 |
| | | |||||
* | | add resolved IP address in "Details" tab | 依云 | 2016-03-10 | 1 | -0/+3 |
|/ | |||||
* | fix #956 | Maximilian Hils | 2016-02-19 | 1 | -5/+1 |
| | |||||
* | Merge remote-tracking branch 'duffer/pretty-host' | Maximilian Hils | 2016-02-18 | 1 | -1/+24 |
|\ | |||||
| * | Incorporate comments made during review | Shadab Zafar | 2016-02-18 | 1 | -5/+3 |
| | | |||||
| * | Use host header values only when the ports match | Shadab Zafar | 2016-02-18 | 1 | -1/+6 |
| | | |||||
| * | Handle port numbers in host header | Shadab Zafar | 2016-02-17 | 1 | -3/+23 |
| | | | | | | | | from: https://github.com/mitmproxy/netlib/pull/121 | ||||
* | | fix test paths, move coverage config into setup.py | Maximilian Hils | 2016-02-18 | 1 | -1/+1 |
| | | |||||
* | | combine projects | Maximilian Hils | 2016-02-18 | 32 | -107/+0 |
|/ | |||||
* | move tservers helper | Thomas Kriechbaumer | 2016-02-16 | 1 | -109/+0 |
| | |||||
* | fix wheel creation, re-add MANIFEST.in | Maximilian Hils | 2016-02-16 | 1 | -3/+1 |
| | |||||
* | Preserve host header when modifying request path | Will Coster | 2016-02-15 | 1 | -3/+6 |
| | | | | | | | | | | | | | Currently the path_components and query setters of the Request object use the url setter under the hood. The url setter updates all parts of the URL including the host. If the host header and the host in the request URL are different (as is common when making HTTPS requests) then the host header will be updated to the value in the URL as a result of modifying the path. This change fixes this problem by modifying the query and path_components setters to not use the url setter and instead directly update the path field. | ||||
* | remove MANIFEST.in, move Dockerfile to root | Maximilian Hils | 2016-02-16 | 1 | -4/+0 |
| | |||||
* | fix release tool, refs #947 | Maximilian Hils | 2016-02-16 | 1 | -5/+0 |
| | |||||
* | use own shields instance, update pathod readme | Maximilian Hils | 2016-02-15 | 1 | -8/+8 |
| | |||||
* | adjust travis | Maximilian Hils | 2016-02-15 | 2 | -12/+4 |
| | |||||
* | fix tests | Maximilian Hils | 2016-02-15 | 2 | -3/+8 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 48 | -4385/+0 |
| | |||||
* | merge metadata files | Maximilian Hils | 2016-02-15 | 9 | -209/+0 |
| | |||||
* | add netlib | Maximilian Hils | 2016-02-15 | 92 | -0/+4718 |
| | |||||
* | bump version | Maximilian Hils | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | bump version | Maximilian Hils | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | fix http version string | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | fix docstrings | Maximilian Hils | 2016-02-08 | 1 | -4/+11 |
| | |||||
* | fix py3 compat | Maximilian Hils | 2016-02-08 | 3 | -7/+6 |
| | |||||
* | add Serializable ABC | Maximilian Hils | 2016-02-08 | 8 | -24/+101 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-02-08 | 3 | -3/+3 |
| |