Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | expose OpenSSL's HAS_ALPN | Maximilian Hils | 2016-02-08 | 1 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2016-02-02 | 1 | -5/+0 | |
|\ | ||||||
| * | bump dependency and remove deprecated fields | Thomas Kriechbaumer | 2016-02-02 | 1 | -5/+0 | |
| | | ||||||
* | | allow creation of certs without CN | Maximilian Hils | 2016-02-02 | 1 | -1/+4 | |
|/ | ||||||
* | Merge pull request #116 from Kriechi/hyperframe | Thomas Kriechbaumer | 2016-02-01 | 3 | -707/+84 | |
|\ | | | | | migrate to hyperframe | |||||
| * | test on python3 | Thomas Kriechbaumer | 2016-01-31 | 2 | -24/+30 | |
| | | ||||||
| * | migrate to hyperframe | Thomas Kriechbaumer | 2016-01-31 | 3 | -691/+62 | |
| | | ||||||
* | | remove code duplication | Maximilian Hils | 2016-02-01 | 1 | -20/+18 | |
| | | ||||||
* | | tests++ | Maximilian Hils | 2016-02-01 | 1 | -1/+1 | |
| | | ||||||
* | | fix #113, make Reader.peek() work on Python 3 | Maximilian Hils | 2016-02-01 | 1 | -5/+25 | |
|/ | ||||||
* | fix test request and response headers | Thomas Kriechbaumer | 2016-01-30 | 2 | -3/+3 | |
| | ||||||
* | move tservers to netlib module | Thomas Kriechbaumer | 2016-01-25 | 1 | -0/+109 | |
| |